We have a solution file that is mostly c# projects, however it also has one unmanaged project in it and one managed project in it. I call the solution build and hand it the solution file, however, NAnt doesn’t seem to like the new managed or unmanaged projects. I get a null reference exception when I try to run the build. This is the error message that I get:
System.NullReferenceException: Object reference not set to an instance of an object.
Has anyone experienced this before and been able to compile a “mixed” solution like this?
I am using NAnt 0.85 RC2.
Thanks,
