Devenv command line "Package failed to load"

Hello.

If I would like to compile a solution with Visual Studio 2012 Pro command line, which contains a Oxygene project, I get following error:

Package ‘RemObjects Oxygene - Core Integration Package’ failed to load.

Command line:

“C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe” “My.sln” /Rebuild Release /Out “C:\Temp\Build.txt”

The issue is logged for further review (60061: devenv command line “Package failed to load”).

Best regards.

Is there any time frame?

Hello,

I’m afraid I can’t give you estimate time for resolving that issue. But you can try to use “msbuild” instead.
You can examine the full list of parameters and examples at:
http://msdn.microsoft.com/en-us/library/ms164311(v=vs.110).aspx

Best regards.

MSBuild works fine. Thank you.

Sorry, after many test I have to say, that MSBuild is not an alternative for me, because they not respect my build order from the solution. :frowning:

Hello,

You can try the fix as described in that article:
http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx

Best regards.