views:

133

answers:

1

Hi

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

A: 

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?

F.Aquino
I can see all the wsp's there. And it workes fine in Visual Studio.
Gaotter