No Symbols Loaded

rabiaw

Newcomer
Joined
Jul 15, 2003
Messages
4
I am using VS .NET 2003 final version (not beta the final release)
and .NET framework 1.1 and i get he following messages in the output


DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded.
'OmnilinkII': Loaded 'D:\OMNI Hotels\VBNETVersion\OMIDOTNET\bin\OmnilinkII.exe', Symbols loaded.
'OmnilinkII.exe': Loaded 'c:\winnt\assembly\gac\microsoft.visualbasic.compatibility\7.0.5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.compatibility.dll', No symbols loaded.
'OmnilinkII.exe': Loaded 'c:\winnt\assembly\gac\microsoft.visualbasic\7.0.5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll', No symbols loaded.
'OmnilinkII.exe': Loaded 'c:\winnt\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded.
'OmnilinkII.exe': Loaded 'c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No symbols loaded.
'OmnilinkII.exe': Loaded 'c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
The program '[2152] OmnilinkII.exe' has exited with code 0 (0x0).


There arnt any build erros in the application and the application compiles fine. The startup form doesnot show up .if the application is debugged or the aplicatio is executed without debuggung.
plzz help me outfor this..
 
The 2002 IDE has an annoying habit of sometimes compiling the program but not actually launching it, while at the same time appearing to launch it. Its happened to me a lot - sometimes 5 or 6 times in a row. You need to stop the application, then run it again. Hopefully this will solve your problem.
 
yes u r right........i restarted the application compiled it and the problem went aaway..........
this is strange.....
thnx for the help
:rolleyes:
 
If that was what was happening there, I wouldn't have thought the process would have exited.
 
Back
Top