Hello, I am modifying BuildIt (available on Microsoft Downloads) to work with solutions containing Visual C++ Projects. This is an Automated Building solution which basically opens solutions using the VS .NET Automation and builds them according to MS Patterns and Procedures.
On quitting the devenv using DTE.Quit() I get only for a solution which contains a VC++ project (that is with any other project VB or CSharp works fine) a devenv.exe crash. Here is what I get in the Event Viewer: Faulting application devenv.exe, version 7.10.3077.0, faulting module ntdll.dll, version 5.0.2195.6685, fault address 0x00007e4b. Followed by: Fault bucket 45869752. Any idea what causes this and how can be fixed? Thanks for your help, Mike
