K
KyleK
I am developing a standalone .exe in VB.NET. This is my first full
application since vb6. The sln. contains 2 projects and around 50
classes(including forms). For the first 6 weeks it was working like a
charm, hit f5 and run with the debugger. Then a coworker and I tried
to "cleanup" the references b/c they didnt' look right. well,
needless to say, it is very screwed up now.
1) i cannot get my refernences to recognize the correct assemblies
unless i put them in the same directory as the .exe i want to debug.
2) if i put them in the directory where the .exe then i can debug,
but only from a "step into" sort of debug. then, once i get it up and
running, i cannot close it without it hanging up. i should've
mentioned, just trying to hit f5 to run the debugger will also hang it
up.
3) this is the weird one. when i try to compile sometimes it will
tell me that i cannot write to the specified directory(debug) b/c
something is using it. well, it turns out that the .exe is running,
but only with about 56k in memory. i shut that down and it will
compile.
if anyone has any clues what i'm talking about, i'd really appreciate
some help and would be happy to tell more about it .
until then, thanks,
kyle
application since vb6. The sln. contains 2 projects and around 50
classes(including forms). For the first 6 weeks it was working like a
charm, hit f5 and run with the debugger. Then a coworker and I tried
to "cleanup" the references b/c they didnt' look right. well,
needless to say, it is very screwed up now.
1) i cannot get my refernences to recognize the correct assemblies
unless i put them in the same directory as the .exe i want to debug.
2) if i put them in the directory where the .exe then i can debug,
but only from a "step into" sort of debug. then, once i get it up and
running, i cannot close it without it hanging up. i should've
mentioned, just trying to hit f5 to run the debugger will also hang it
up.
3) this is the weird one. when i try to compile sometimes it will
tell me that i cannot write to the specified directory(debug) b/c
something is using it. well, it turns out that the .exe is running,
but only with about 56k in memory. i shut that down and it will
compile.
if anyone has any clues what i'm talking about, i'd really appreciate
some help and would be happy to tell more about it .
until then, thanks,
kyle