WTF is wrong with my Visual Studio

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:
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
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.