Visual Studio Development Bookmark and Share   
 index > Visual Studio Extensibility > Custom Tool load status
 

Custom Tool load status

Hello,

I wonder if there is any report/log of loading failures made by Visual Studio, or if I can check in Visual Studio which custom tools has it loaded.

Thanks,
Jan
Jan Kučera  Saturday, October 10, 2009 7:40 PM
Hello, Jan
For vspackage, the Package Load Analyzer(Tools->Package Load Analyzer) is used for analyzing the vspackage load status, but we have to install your SDK first.
And the full path for the log file is %appData%\Microsoft\VisualStudio\9.0\ActivityLog.xml. But you should start your visual studio by "devenv /log".
Hope this could help!
If I misundertood you, or have something unclear, feel free to let me know.
Thanks
Chao
Chao Kuo  Monday, October 12, 2009 7:38 AM
Hello Chao,

I've tried the /log option and checked the ActivityLog file. However, it seems it contains only information regarding packages. I'm trying to find out why a custom tool, in my case single file generator (IVsSingleFileGenerator) written in C#, cannot be found by VS running on 64-bit Windows, although it is registered using regasm and at SOFTWARE\WOW6432node\Microsoft\VisualStudio\9.0\Generators as I suppose it should be (on 32-bit it works)...

Jan
Jan Kučera  Monday, October 12, 2009 5:26 PM
Hi, Jan
It is a pity that the VS has only one log file(ActivityLog), and it does not provide you with the ability of looking up the custom tool load status.
So I would rather suggest you use a third-party tool-ProcessMonitor, with this tool you can monitor the action of devenv process. You could download from the link below.
If you are still not able to resolve your problem, please post your thread in the 
Thanks
Chao
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Chao Kuo  Tuesday, October 13, 2009 8:09 AM

 are changing the issue type to “General Discussion” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Thank you!
Chao

Chao Kuo  Friday, October 16, 2009 2:06 AM

You can use google to search for other answers

Custom Search

More Threads

• Automatic Software Update Techniques
• XML editor starts DSL model, but I want the Factory Editor
• How to speed up help integration into Visual Studio help collection using merged modules?
• Context Menu Item For Certain File Types
• Navigate in VS.NET using ItemOperations.Navigate
• WPF Designer
• Problem addin a toolbox in the right panel
• How to retrieve the EnvDTE.Project from a VCProject?
• How to add new keywords for a third party C compiler
• Is VSTA extensible by VSPackages