I have created a feature which refers an assemly.
I am able to manually install the feature by copying the feature.xml to the
FEATURES\FeatureName folder and loading the assembly into the GAC and running
the STSADM command.
I am trying to automate the feature install by creating the wsp file. The file
gets created fine and the STSADM command to addsolution works fine. When I try
to use DeploySolution option in Central Admin I am getting the sharepoint error,
"The method or operation is not implemented".
I did verify that the files feature.xml, manifest.xml and the assembly are in
the wsp file and both the ddf and manifest.xml refer both the feature.xml and
assembly correctly. So, any help in this is greatly appreciated. Thank you very
much.