1

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

Gaotter
  • 1,746
  • 15
  • 32

1 Answers1

0

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?

Francisco Aquino
  • 9,097
  • 1
  • 31
  • 37