Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot debug under Visual Studio Express anymore

I used to be able to debug using Visual C# Express 2010 with no problem before. However, since I've opened my project using MonoDevelop (to port it under MacOS), I can't seem to be able to debug anymore.

The exact error message is available below:

The exact error message

A lot of people says to go in the configuration manager, which I'm familiar with, however, I can't seem to find it in the Express version.

like image 927
jValdron Avatar asked Feb 09 '26 15:02

jValdron


1 Answers

Since you didn't have this issue prior to opening in Monodevelop, it more than likely changed something within the solution and/or project files. There are a number of posts on stackoverflow...

stackoverflow: no symbols

stackoverflow: no symbols when crossing module boundries (From Răzvan Panda comment on the question)

... that talk about missing symbols. However, based on the information provided about monodevelop, I'd venture to guess that the IDE changed something within the solution and/or project files.

If your solution is under source control and you don't see any differences in these files, let me know. Otherwise, you could create a new blank solution/project file (from Visual C# Express 2010) and re-add all your files to it to get the default settings back and see if that resolves your issue.

EDIT: Also, keep in mind that there are ".user" files that I guess "might" have an effect on build/debugging configurations. If re-adding your files to blank solution/project files doesn't work make sure all the "extra" files like ".user" are not in the directory. Usually files like ".csproj.user", and ".suo". I've never had an issue deleting these they store local configuration changes that are not usually checked into source control.

like image 177
sillv0r Avatar answered Feb 12 '26 14:02

sillv0r



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!