Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DLL profiling in Visual Studio 2013 professional cannot find VSPerfControl.Interop

I have tried debugging DLL in Visual Studio 2013 Pro and I keep getting these errors

Could not load file or assembly 'VSPerfControl.Interop, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a

I have been stuck with this for a while and I would appreciate any comments. The MSDN website talks only about VS premium so I am not sure if profiling dll actually works on Professional

http://msdn.microsoft.com/en-us/library/bb385752.aspx

like image 917
Nenu Avatar asked Dec 04 '25 20:12

Nenu


1 Answers

Problem was resolved by re-installing it in default folder.

like image 104
Nenu Avatar answered Dec 07 '25 15:12

Nenu