0
votes
How do I navigate to the source for a method in an external reference in Visual Studio 2005?
Is your application loading Foo.dll from the patch c:\Foo\Foo.dll? I'm guessing you actually have a copy of the dll in your application's bin folder. If that's the case, the .pdb file will need t …
0
votes
Need help moving nUnit tests into separate project
Is the problem with it not finding the application itself, or one of the application's dependencies? You might try using either FileMon or the Fusion Log Viewer to see what exactly is failing. It …
1
vote
VS2005: Assembly ‘<assembly>’ is incorrectly specified as a file.
It sounds like VisualStudio is assuming you have a file reference (like a .txt or .bmp) instead of an assembly reference. In the File Type property of your reference, does it show "Assembly" or so …
0
votes
Getting Visual Studio to ignore source control bindings in a solution
Try opening the Options dialog (under Tools > Options.) From there you have a Source Control section, with Plug-in Selection as the first sub-item. If you set the "Current source control plug-in" …
