I was getting following message while running my VS2010 in debug mode:
"Unable to automatically step into the server. Unable to determine a stopping location. Verify symbols are loaded. Symbol not found: Service.HelloWorld()."
While doing more investigation I did find that my Visual studio was unable to attach to the aspnet_wp.exe when I hit
the start debug button. After doing some reserach I was able to find the issue. My webservice was upgraded to use .Net 4.0 but WPF code was still using .NET 3.5. After changing my WPF to .NET 4.0 issue was fixed.
you can look at other articles also:
Debug ASP.net web services http://msdn.microsoft.com/en-us/library/aa291236(VS.71).aspx
Enable debugging for ASP.NET application http://msdn.microsoft.com/en-us/library/e8z01xdh
Subscribe to:
Post Comments (Atom)
How to upload app to macOS
1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...
-
Troubleshooting steps: Explicitly set LineBreakMode to WordWrap in XAML or code Verify label's HorizontalOptions and VerticalOptio...
-
Blazor would be great if: You want real-time updates as users input their cards You need rich client-side interactivity without writing J...
-
1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...
No comments:
Post a Comment