application doesn't run in the other computer
I have Visual Studio Professional 2005 at my office and Visual Studio 2005 Beta at home.
When i make a simple C++ Windows Form Application in the office i cant run at home. I receive a message that i translate:
"The application configuration is incorrect .Reinstall may solve the problem." If i open the project with Beta and i try to run
without bilding i receive a similar error ,It says also "Review the manifest file for possible errors".
I rebuild then and runs in both computers.
The reverse problem doesn't happen. If a create a program at home runs in the office.
If i have Net Framework 2 in both computers why doesn't run at home the first program?
Thank You.
[759 byte] By [
nikos_22] at [2007-12-26]
I guess there where changes in the project file format. The release version just nicely converts those changes as the developers now what changed from beta to release. But beta could not know about different formats in release so it cannot compensate the project settings it doesn't understand and thus gives you errors.
Try upgrading from Beta to the Express version.
--
SvenC
Ok with the version of Visual Studio.
But the application must run in any computer that has Net 2 Framework.
Are there different versions of Net 2 ?
Hello All.
nikos_22:
My suggestion would be to build the app at the office, and then save a copy of the app.config file for comparison with the app.config file that results when you rebuild the app at home. See what the differences are, and that will give you better information for deciding how to fix it.
HTH.