Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



Debug Problem WebService Visual Studio 2005 The breakpoint will not be hit No symbol has been loaded for this document


Home  > VB.NET  > Debug Problem WebService Visual Studio 2005 The breakpoint will not be hit No symbol has been loaded for this document 
       
Problem debugging webservice. WebService Debug Problem The breakpoint will not be hit No 
symbol has been loaded for this document

You might have seen it in some times you could see hollow maroon circle with a warning that says The 
breakpoint  will not currently be hit. No symbols have been loaded for this document. This has happened
serverl time in this occasion when I was trying to debug a WebService

I have found that the webservice never gets hit what ever you try. The solution I found is to 
from the Winform application. Put a break point in the function that call webservice. then 
Once the break points get hits in the windows application then press F11 to step into 
This way the webservice is called. 

Below are the things if this dosent work. 

There are loats or articles which tell you to delete bin & obj folder. 

Try this

    *  stop the debugger
    * close the IDE
    * close the hosting application
    * delete the obj and bin folders
    * restart the IDE
    * rebuild the project

If it dosent work then try this 

While debugging in Visual Studio (While Program is running), click on 
Debug > Windows > Modules. The IDE will dock a Modules window, showing all the modules that 
have been loaded for your project.
Look for your project's DLL, and check the Symbol Status for it.
If it says Symbols Loaded, then you are good to go. if it shows "Cannot find or open the PDB file", 
right-click on  your module, select Load Symbols, and browse to the path of your PDB.

ASP / VB .NET Get The State Of the Current Thread and check if its running

Configuration Manager Not found in IDE of Visual Studio .NET 2005

Debug Problem WebService Visual Studio 2005 The breakpoint will not be hit No symbol has been loaded for this document

index

Invoke or BeginInvoke cannot be called on a control until the window handle has been created.

VB .NET Delay The TextChanged Event of a TextBox using Timer Control

VB .NET How to Create XML Files with fields Dynamically

VB .NET Timer Control delay or Interval in milliseconds

VB .NET TreeNode Display Image or icon in a TreeView Control

VB .NET WinForm How to Pass a Paramter to a Thread

VB .NET Winform Make a TreeNode Invisible or Hide a TreeNode in a TreeView Control

VB .NET Sort a combobox xml datasource

.net temporarily disable an event handler

showwindow fullscreen windows 7

.net double click show full window

.net hide windows 7 start menu

.net winform statusstrip separator

Implement Keyboard Shortcut in Windows

dynamic call a function

dynamically call a functino in .net

.NET Display a form



  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam