开发者

Msbuild fails to compile a Silverlight solution/project

开发者 https://www.devze.com 2022-12-19 17:04 出处:网络
I can\'t seem to compile the silverlight 3 project from the command line. It comes back with MSBUILD : error : Test page creation failed. Unknown error \"-1\".

I can't seem to compile the silverlight 3 project from the command line. It comes back with

MSBUILD : error : Test page creation failed. Unknown error "-1". c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common开发者_Python百科.targets(3329,9): error MSB3491: Could not write lines to file "obj\Debug\HeadsetClient.csproj.FileLis tAbsolute.txt". Unknown error "-1".

Everything else works great on the machine - VS2008 is able to compile everything fine.


I guess the path of your project is too long... Can you try to move your project to shorter location like C: or D:?

OR

Can you check whether you added that file or anything under OBJ to TFS? If yes then please remove them from TFS.

0

精彩评论

暂无评论...
验证码 换一张
取 消