Visual Studio 2010 Crashing on Solution Load

后端 未结 7 1989
萌比男神i
萌比男神i 2021-02-20 06:32

I\'ve seen a lot of similar questions, but I don\'t think I\'m duplicating. Here\'s my situation. I have three solutions that I\'m working with. A works fine, but when I try

7条回答
  •  不要未来只要你来
    2021-02-20 06:56

    I encountered a similar problem, VS2010 crashed upon loading a specific solution. It turned out to be an incomplete line in the code that caused VS2010 to run amok. When I commented the line out, everything was ok.

    The line in question was:

    getCommonResourcesDirectory([out, retval] BSTR* );
    

提交回复
热议问题