Problem getting my application to run

Sanjeet

New member
Joined
Jul 18, 2005
Messages
1
Programming Experience
10+
I added a file to an existing application however the application does not run anymore. I have recreated the application with the new pdb and dll files sent to me. I have rebuilt the appliocation however the application just exits after I try to run it. This is the error emssage I get:
------------------------
'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded.
'QuoteDataLoad': Loaded 'C:\Documents and Settings\SKoppikar\My Documents\Visual Studio Projects\QuoteDataLoad\bin\QuoteDataLoad.exe', Symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\microsoft.visualbasic\7.0.5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded.
'QuoteDataLoad.exe': Loaded 'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', No symbols loaded.
The program '[2200] QuoteDataLoad.exe' has exited with code 0 (0x0).
 
Make sure that when you compile the app that it is set to "Release" mode, and not "Debug"....

Tg
 
Back
Top