Hi,
I had to remove the codec and it was causing Visual Studio 2012 crash when creating new projects.
The details of the crash are detailed here http://stackoverflow.com/questions/1225 ... te-project with the solution of removing the codec which immediately fixed the problem for me.
Weird but any ideas. I'd love to have the codecs back but need VS for work etc.
I've pasted the details of the post above below for reference:
I just upgraded to windows 8 from windows 7. Visual studio 2010 broke down completely. Oh well. I removed vs2012 and installed visual studio 2012, where the pain starts. I have been reinstalling vs 2012 a couple of times. However, the symptom remains the same. When I try to create a new project (FILE -> New -> Project or ctrl + N).
It pops up with an error message dialogbox saying
"Failed to create a ImageSource from the text '..\Images\Medium.png'.
" I am like @#*%&^@*#@#(. So can anyone please tell me what is going on with my Visual Studio2012? By the way, I can open and run the existing vs2010 projects with no problems.
I definitely neither want to do a fresh install on windows 8 nor rolling back to my windows 7. Cheers,
Solution:
Do you have any codec packs installed on your system? I had a WIC codec pack for viewing RAW files in Explorer, and it resulted in the same issue you are describing. Uninstalling the codecs fixed Visual Studio for me.
Thanks
Steve