|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Debugging referenced assembly?Hi all,
I have a project which references a DLL on a network share. The dll on the network share is one built by our integration server and I have the source code for it. I'm trying to debug a problem that arises in the current project, and I'd like to be able to step into code from the assembly on the network share, but I can't figure out how to get the debugger to load the pdb for the assembly. Any ideas? You can run your application, do a attach process from the source code /
project of the network dll. This will help you debug in that.. If you want to debug from your application, the option is to have Remote debugging for server turned on.. You need to have rights, and be part of the debug group on the remote server. VJ Show quoteHide quote "Andy" <ajj3***@alum.rit.edu> wrote in message news:1142430434.600994.8410@v46g2000cwv.googlegroups.com... > Hi all, > > I have a project which references a DLL on a network share. The dll on > the network share is one built by our integration server and I have the > source code for it. > > I'm trying to debug a problem that arises in the current project, and > I'd like to be able to step into code from the assembly on the network > share, but I can't figure out how to get the debugger to load the pdb > for the assembly. > > Any ideas? > Andy,
Is the pdb in the same directory that is on the network share? Is the version that is built on the network share a debug version? Just curious, why not just attach the project to your solution and debug it through there? -- Show quoteHide quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "Andy" <ajj3***@alum.rit.edu> wrote in message news:1142430434.600994.8410@v46g2000cwv.googlegroups.com... > Hi all, > > I have a project which references a DLL on a network share. The dll on > the network share is one built by our integration server and I have the > source code for it. > > I'm trying to debug a problem that arises in the current project, and > I'd like to be able to step into code from the assembly on the network > share, but I can't figure out how to get the debugger to load the pdb > for the assembly. > > Any ideas? >
Other interesting topics
Reading keys from HKEY_CURRENT_USER from an impersonated Web Service
static class confirmation Assemlby.LoadForm() exception C# application listen to update random access to elements of a disk-based XML file C# connection and file access question A problem with UserControls and MessageBoxes unmoveable Form How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? QueryStatus Implementation |
|||||||||||||||||||||||