Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm new to vb.net and could not brag about my vb6 accomplishents either. I've updated a project and spent days fixing syntax and so forth. It builds without fail. When started in any mode I get:

 

'DefaultDomain': Loaded 'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols loaded.

'SanAntonio': Loaded 'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No symbols loaded.

'SanAntonio': Loaded 'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.

'SanAntonio': Loaded 'I:\InformationServices\OEMProject\Development\SanAntonio.NET\bin\SanAntonio.exe', No symbols loaded.

'SanAntonio.exe': Loaded 'c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll', No symbols loaded.

'SanAntonio.exe': Loaded 'c:\windows\assembly\gac\microsoft.visualbasic\7.0.5000.0__b03f5f7f11d50a3a\microsoft.visualbasic.dll', No symbols loaded.

The program '[476] SanAntonio.exe' has exited with code 0 (0x0).

 

 

:confused: No shutdown/restart or other kick in the pants works, the opening form is displayed and then the application terminates (it has a timer that calls the main interface, I never get to it) breakpoints are ignored (I think).

 

Any help is greatly appreciated.

  • *Gurus*
Posted

No symbols loaded isn't an error, it just means your assemblies have no debugging symbols associated with them. This is why your breakpoint isn't being hit.

 

The chances are that you have accidentally switch to the "Release" solution configuration instead of "Debug", which is why no debugging information is being generated.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...