Foros del Web » Programación para mayores de 30 ;) » .NET »

Sharepoint 2010: Create web pages programmatically of multiple solutions

Estas en el tema de Sharepoint 2010: Create web pages programmatically of multiple solutions en el foro de .NET en Foros del Web. My problem goes, as the title says, create web pages programmatically of multiple solutions on SharePoint 2010; because when I do deploy one solution the ...
  #1 (permalink)  
Antiguo 09/10/2012, 17:16
 
Fecha de Ingreso: octubre-2012
Mensajes: 1
Antigüedad: 11 años, 6 meses
Puntos: 0
Pregunta Sharepoint 2010: Create web pages programmatically of multiple solutions

My problem goes, as the title says, create web pages programmatically of multiple solutions on SharePoint 2010; because when I do deploy one solution the program recognize my site templates and I can create without problems, but when I do deploy two solutions the program not recognize second site templates. Normally I have 50 site templates on 1033 and each solution add 3 templates to 1033, but at the end I only find 53.

Código:
this.webTemplates = site.RootWeb.GetAvailableWebTemplates(1033);

int a = this.webTemplates.Count;

//a = 53    =(
When I re-run the application I find the 56 templates but I need to make deployment both solutions in one and found all templates. So, there some service I have to restart or update some element?

Thanks in advance!
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 22:14.