Pregunta

Estoy teniendo problemas para configurar el portal de socios. Tengo una System.NotImplementedException cuando me encontré con la secuencia de comandos de configuración. ¿Puede alguien brillo algo de luz sobre esto?

Me postulo VSeWSS utilizando la cuenta de administrador del equipo local.

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()
¿Fue útil?

Solución

¿Ha comprobado los requisitos del sistema que se enumeran en el readme.txt entregado en el SPG? Tengo el mismo error. Se fija mediante la instalación: Windows SharePoint Services 3.0: Kit de desarrollo de software (SDK) También puedes ver la versión del SDK de Silverlight. En caso de ser 2 y no 3!

Saludos cordiales, Andre

Otros consejos

Hemos tenido un problema similar. En nuestro caso se debió a una versión diferente de VSeWSS siendo utilizado para crear el proyecto que fue instalada actualmente en el equipo.

Licenciado bajo: CC-BY-SA con atribución
scroll top