문제

I am deploying a solution by Visual Studio.
I get the error during Retraction:

The solution does not have a WSP file associated with it.

I tried to do IISRESET and also to restart the server.

도움이 되었습니까?

해결책

This solved my problem:

remove-spsolution -identity {name of wsp file.wsp} -force

다른 팁

Make sure

  1. Open the debug/release folder and make sure a WSP file is generated
  2. Open central admins -> system settings -> farm solutions. If a solution with the name exists, then retract and remove it.
  3. Check log files
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top