Activity overview
Latest activity by k-c-s
Hello.
The 'patch' sent DOES appear to have resolved the two issues I mentioned.
I do have another query - my VSPackage also runs in 'standalone' mode (i.e. ouside Visual Studio). When profiling in this mode the speed of execution does not appear to be much different than when profiling.
But when profiling DEVENV it appears that the process takes much, much longer (about 10-15 times longer) and ties up the processor at 100% during this time. Is this expected behaviour when profiling Devenv?
Thanks / comments
Hello.
The 'patch' sent DOES appear to have resolved the two issues I mentioned.
I do have another query - my VSPackage also runs in 'standalone' mode (i.e. ouside Visual Studio). When profiling in...
Hello
My version is 3.2.0.27 which I downloaded a few days ago.
Thanks / comments
Hello
My version is 3.2.0.27 which I downloaded a few days ago.
Thanks
Thank you. This does indeed start to profile (VS2005) as you suggest.
However at present I get (whilst profiling starts) an 'attempt to access protected memory' exception, which does not occur when running the application directly in run or debug mode in VS. I will investigate to try to see what code causes this whilst profiling.
I have also noticed that accessing a decode stream (to decrypt a string value) in a particular code location causes profiling to fail, where this also works without exception in VS. I had to skip this code to sucessfully profile (in this case) a standalone EXE. / comments
Thank you. This does indeed start to profile (VS2005) as you suggest.
However at present I get (whilst profiling starts) an 'attempt to access protected memory' exception, which does not occur when...
How do you Profile a VSPackage
I have a VSPackage which loads a Tool Window into Visual Studio. You debug this by running a second instance of VS from the first instance. Because the VSPackage executes from within VS itself, how...