I get the error message “Could not extract cab file in solution” when I try to deploy my wsp using stsadm -o addsolution -filename ...
I open wsp as a booth and check that there are no duplicate files there, as I understand that this can sometimes cause this problem.
The problem only started when I tried to include a custom field type as part of my solution, for this I added the following to ddf
.. \ CustomFields \ ShortMonth \ ShortMonthControl.ascx .. \ CONTROLTEMPLATES \ ShortMonthControl.ascx
.. \ CustomFields \ ShortMonth \ fldtypes_shortmonth.xml .. \ XML \ fldtypes_shortmonth.xml
and
<TemplateFiles >
<TemplateFile Location="CONTROLTEMPLATES\ShortMonthControl.ascx"/ >
<TemplateFile Location="XML\fldtypes_shortmonth.xml"/>
</TemplateFiles>
to the manifest.
I tried to return it only to ascx links in both, but it does not see to help.
Any ideas?
deployment sharepoint
Graeme
source share