MacSummer / make-it-so

Automatically exported from code.google.com/p/make-it-so
1 stars 0 forks source link

Unable to cast object of type 'MakeItSoLib.ProjectInfo_CSharp' to type 'MakeItSoLib.ProjectInfo_CPP'. #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I am using 3 C# project and one C++ project in the solution 
2. MakeItSo successfully parsed all the project but after that it is throwing a 
fatal error.
3. Fatal error: Failed to parse solution dataacq.sln [Unable to cast object of 
type
 'MakeItSoLib.ProjectInfo_CSharp' to type 'MakeItSoLib.ProjectInfo_CPP'.].

What is the expected output? What do you see instead?
Expecting the makefile to be created for the project

What version of the product are you using? On what operating system?
MakeITSo 1.2 and Visual Studio 2010

Please provide any additional information below.

Original issue reported on code.google.com by svachant...@gmail.com on 6 Dec 2012 at 5:27