WTF is wrong with my Visual Studio

Sep 28, 2010 at 11:38am
closed account (Gy7oizwU)
Hi Guys

I know this is a bit off topic but ive searched everywhere and there isnt much info. I have a windows form project. When i try remove these blank spaces, my designer shows an error.Like if i try to remove the blank spaces between private and protected, my desinger window says: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)). I am running VS2008 with SP1

1
2
3
4
5
6
7
8
9
10
11
		private: String^ host();









	private:
Sep 28, 2010 at 2:22pm
erm... try to reinstall visual studio... To me it seems like there is something really really going wrong with it.

Maybe try VS2010?
Last edited on Sep 28, 2010 at 2:23pm
Sep 28, 2010 at 2:24pm
closed account (Gy7oizwU)
Thanks for the reply Incubbus. I found another solution after a few days of being hopeless. All i did was unload and reload the project. It then worked fine.
Topic archived. No new replies allowed.