Home > Archive > Visual Studio > August 2005 > project modules not loading
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
project modules not loading
|
|
| Carl Bolstad 2005-08-18, 5:59 pm |
| I'm writing a C# class library, to be registered as COM and used as an
extension to a commercial application called ArcMap. This approach has
worked great for a long time, until...
....yesterday I noticed (in the output window) that the debugger was
loading the release version of my projects output dll, rather than the
debug version.
After messing with the project settings (among other things) to try and
remedy the situation, now my project doesn't load at all. While my it
used to show up in the output window, now the only thing that loads
before ArcMap is mscorlib.
This seems to be a slightly different problem than other posts I've seen
concerning symbols not loading for the debugger, because not only do I
not have symbols loaded... but the entire module is missing from the
output and the modules windows.
I wish I knew what I did to cause this, and how I can fix it, but I'm at
wits end.
All advice is much appreciated.
Thanks,
Carl
| |
| Carl Bolstad 2005-08-18, 5:59 pm |
| Carl Bolstad wrote:
> I'm writing a C# class library, to be registered as COM and used as an
> extension to a commercial application called ArcMap. This approach has
> worked great for a long time, until...
>
> ...yesterday I noticed (in the output window) that the debugger was
> loading the release version of my projects output dll, rather than the
> debug version.
>
> After messing with the project settings (among other things) to try and
> remedy the situation, now my project doesn't load at all. While my it
> used to show up in the output window, now the only thing that loads
> before ArcMap is mscorlib.
>
> This seems to be a slightly different problem than other posts I've seen
> concerning symbols not loading for the debugger, because not only do I
> not have symbols loaded... but the entire module is missing from the
> output and the modules windows.
>
> I wish I knew what I did to cause this, and how I can fix it, but I'm at
> wits end.
>
> All advice is much appreciated.
>
> Thanks,
> Carl
Also, I'm using VS.NET 2003
And, if I'm asking this question in the wrong place, please suggest
other resources.
Thanks,
Carl
|
|
|
|
|