I have a project in visual studio (winforms, C# 4.5). My project has ~400 projects in it.
My goal is to be able to right click on my project and, add new item (Inherited Form).
When you do so it attempts to load some number of types to pre-propulate the list for me to choose my base class from.
I get an error box (shown below), that it cannot load two different exe's. I dont care about these two exe's. My project doesn't reference them, and they aren't even DLL libraries, they are executables.
My goal is to be able to get vs2012 to not crap out. Either by fixing what is wrong with these two executables, or somehow force visual studio to not care abou these two files when populating this list.
Thanks!