NewsBot
1
We have a working .sln file that contains our OS Design and some smart device application projects.
The system builds fine from the VS 2005 IDE; but we want to AUTOMATE the build from a command line script.
When we execute the command:
devenv osdesign.sln /rebuild
we get the following error:
Microsoft (R) Visual Studio Version 8.0.50727.762.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))1>------
The system aborts the OS design build; but continues on to successfully build the smart device application projects that are also in the .SLN file.
Any suggestions?
Andrew
More...
View All Our Microsoft Related Feeds
The system builds fine from the VS 2005 IDE; but we want to AUTOMATE the build from a command line script.
When we execute the command:
devenv osdesign.sln /rebuild
we get the following error:
Microsoft (R) Visual Studio Version 8.0.50727.762.
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))1>------
The system aborts the OS design build; but continues on to successfully build the smart device application projects that are also in the .SLN file.
Any suggestions?
Andrew
More...
View All Our Microsoft Related Feeds