I'm tying to package a vsewss 1.3 solution in cmd. I get it to build and all seems to work until it starts the deployment then i get the error message: Specified method is not supported.

my command is: devenv xxx.sln /deploy Release /package has also tried: devenv xxx.sln /deploy Release

link|improve this question

68% accept rate
feedback

1 Answer

Try opening the solution in visual studio and seeing the package inside the WSP View (View => Other Windows), see if there's any problem with the solution parsing.

Also, any specific reason to create the package outside Visual Studio?

link|improve this answer
I can see all the wsp's there. And it workes fine in Visual Studio. – Gaotter Feb 8 '10 at 14:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.