0

Possible Duplicate:
Saved program and now it does not compile

I have a whole bunch of these errors, along with designer errors and such. I checked the object browser and it's not ambiguous, only one instance of HttpWebResponse in system.net

I am at my wit's end. It compiled yesterday. I saved it and opened it today and it no longer compiles. There are a bunch of Designer errors too..

Community
  • 1
  • 1
Austin Burk
  • 930
  • 4
  • 15
  • 33
  • You might want to consider rebuilding the local copy of your project from your source control system to see if the problem clears. Other than that, you really haven't given us much to go on. – Robert Harvey Jul 13 '12 at 16:52
  • Er what? I'm sorry, not following you. – Austin Burk Jul 13 '12 at 16:53
  • 1
    Well, assuming you're actually using a source control system. Your description suggests that something has been corrupted in your project. Try a "Build/Clean Solution." – Robert Harvey Jul 13 '12 at 16:53
  • Nope. This is ridiculous. Designer won't open either. I'm considering painstakingly copying the project over to a new project. Edit: Yeah, I'll do that. Might as well. – Austin Burk Jul 13 '12 at 16:55
  • Ok, I'm just moving the whole project to a new solution. Thanks for help. – Austin Burk Jul 13 '12 at 17:05

1 Answers1

1

Try and clean your solution from within Visual Studio. Then rebuild. If this doesn't work, try to manually delete the bin and obj folders in your solution.

Dennis Traub
  • 50,557
  • 7
  • 93
  • 108