[223] Problem while starting application Follow
While I've had installed resharper I could not start my application because of I was receiving an error like this
Now that I have uninstalled Resharper I've got always this message before the start of the execution of any of my code.
Pleeease help me!!!
Please sign in to leave a comment.
the problem is not there if I run the solution in Release mode.
Hello Antonio,
what version of VS you're using? Please check the active (presumably Debug)
configuration of your startup project - it seems that ReSharper has overwritten
your debug configuration. It does that in order to
setup debugging of unit tests and it restores the previous configuration
after you have finished
debugging of unit tests. However, due to a problem (which happened only in
VS 2003 and
has been fixed in 224) the configuration might not be restored.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes, I'm using VS2003.
Fixing manually the debug configuration make all works fine.
Thank you.
Antonio.