T O P I C R E V I E W |
avdim |
Posted - Jul 14 2009 : 06:15:14 AM I am using utility .NET Mass Downloader (http://www.codeplex.com/NetMassDownloader) to download source files for some assemblies of the .NET framework to allow debugging inside them. I have the folder with Microsoft source files as well as set of .pdb files. The idea is to force your software to use this source code instead of parsing .NET assemblies if it is available. I simply want "Go To" button to navigate to this source code.
|
3 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jul 15 2009 : 2:46:01 PM I'm not completely following this, but the "if Solution is not empty" setting (VA Options | Projects | File Handling) might help here. When that option is checked, under certain circumstances, VA will parse sibling files when you first open a file from a directory that is outside of your solution. |
avdim |
Posted - Jul 15 2009 : 2:29:03 PM Thank you for the interesting trick. Unfortunately this works only if newly created huge project is added to solution you are working with. "GoTo" opens right file until project is in the solution and is not unloaded. That is not really useful in source safe controlled projects. |
feline |
Posted - Jul 14 2009 : 10:35:10 AM Try making a "dummy" solution from this source code. Try:
IDE File Menu -> New -> Project from Existing Code...
if you don't tell VA about the source code, and if VA does not know where to look for it, it is not going to parse it |