Re: Visual Studio .NET 2003 Debugger Problem




> I have a simple C# program that loads a dll file. This dll file builds as
> part of my C# project. During debugging, the dll file symbols do not load.
> The break point has the "?". Why is the *.pdb file not loading and/or not
> found? I also tried to build this dll file with C7 symbols with no pdb file.
>

Probably the DLL is loaded from wrong (unexpected) location
(you can check the path in Modules window).

Regards,
Oleg
[VC++ MVP]






.



Relevant Pages

  • Unload a dll called via assembly
    ... i´m working on an application that loads different modules via an assembly. ... Dim FormType As Type ... Dim AssemblyForm As Form ... If the return value of the function is smaller as the VersionBuild of the server dll, the dll file should be updated. ...
    (microsoft.public.dotnet.general)
  • Unload a dll called via assembly
    ... i´m working on an application that loads different modules via an assembly. ... Dim FormType As Type ... Dim AssemblyForm As Form ... If the return value of the function is smaller as the VersionBuild of the server dll, the dll file should be updated. ...
    (microsoft.public.dotnet.faqs)

Loading