up vote 1 down vote favorite
1

Trouble of setupt the Partner Portal.I got the System.NotImplementedException when I run the setup script , can someone shine some light on this?

I am running the VSeWSS using local machine administrator account.

18:05:14.24 call 02_CreateContosoServices.bat

18:05:24.06 call 03a_BuildSolutions.bat

18:05:37.51 call 03b_PackageSolutions.bat

2010/01/03 17:45:27 Error Error: System.NotImplementedException System.NotImplementedException: The method or operation is not implemented. at EnvDTE.Project.get_CodeModel() at Microsoft.SharePoint.Tools.Reflection.TypeFinder.GetTypesAsCodeElement(Project project, CodeElement parent, String targetTypeFullName) at Microsoft.SharePoint.Tools.Reflection.TypeFinder.Find(Project project, String targetTypeFullName) at Microsoft.SharePoint.Tools.SharePointSolutions.SourceFeatureElementDirector.FindClasses(Project project) at Microsoft.SharePoint.Tools.SharePointSolutions.SourceFeatureElementDirector.GetClassMap(Project project) at Microsoft.SharePoint.Tools.SharePointSolutions.SourceFeatureElementDirector.Constract() at Microsoft.SharePoint.Tools.SharePointSolutions.SourceFeatureDirector.GetFeatureElement(ICollection`1 directors) at Microsoft.SharePoint.Tools.SharePointSolutions.SourceFeatureDirector.Constract() at Microsoft.SharePoint.Tools.SharePointSolutions.SourceSolutionDirector.ConstractElements() at Microsoft.SharePoint.Tools.SharePointSolutions.SourceSolutionDirector.Constract() at Microsoft.SharePoint.Tools.SharePointSolutions.SolutionCreator.CreateCore(ISPProject project, IDirectorCreator creator) at Microsoft.SharePoint.Tools.SharePointSolutions.SolutionCreator.Create(ISPProject project) at Microsoft.SharePoint.Tools.Forms.SPToolWindow.CreateSolutions()

link|flag

what version of Visual Studio are you using? The problem seems to be with the code not being able to call into Visual Sudio's API (EnvDTE objects are typically used in macros) – naivists Jan 3 at 9:08
I am using visual studio 2008 team suite with sp 1 – Ybbest Jan 4 at 1:26
+1 I have the same problem deploying my sharepoint solution. See sharepointoverflow.com/questions/871/… – Shiraz Bhaiji Jan 4 at 15:15

Your Answer

 
or
never shown

Browse other questions tagged or ask your own question.