VS2005 Template_InputFormControls

funky_max
Дата: 06.04.2010 13:44:57
<wssuc:InputFormSection ID="InputFormSection1" runat="server"
       Title="InputFormSection 1"
       Description="Shows the possibilities of the different SharePoint user controls" >
     <template_inputformcontrols>
          <wssuc:InputFormControl runat="server" LabelText="">
              <Template_Control>                   
                  <div class="ms-authoringcontrols">
                      Other controls will be placed here...                           
                  </div>
              </Template_Control>
          </wssuc:InputFormControl>
     </template_inputformcontrols>
</wssuc:InputFormSection>

В режиме Design VS2005 выдает ошибку

Type 'System.Web.UI.UserControl' does not have a public property named 'Template_InputFormControls'

как быть?
oleginn
Дата: 06.04.2010 14:10:31
funky_max
<wssuc:InputFormSection ID="InputFormSection1" runat="server"
       Title="InputFormSection 1"
       Description="Shows the possibilities of the different SharePoint user controls" >
     <template_inputformcontrols>
          <wssuc:InputFormControl runat="server" LabelText="">
              <Template_Control>                   
                  <div class="ms-authoringcontrols">
                      Other controls will be placed here...                           
                  </div>
              </Template_Control>
          </wssuc:InputFormControl>
     </template_inputformcontrols>
</wssuc:InputFormSection>

В режиме Design VS2005 выдает ошибку

Type 'System.Web.UI.UserControl' does not have a public property named 'Template_InputFormControls'

как быть?

Контрол wssuc:InputFormSection обязательно должен содержать свойство

public ITemplate Template_InputFormControls
{
get
{
...
}
set
{
...
}
}
funky_max
Дата: 06.04.2010 14:22:18
Он вероятнее всего и содержит так как в SharePoint все это работает, но почему дизайнер не видит??? Мож в студии чего донастроить надо что бы он относительные пути типо
/_controltemplates/InputFormSection.ascx и ~/_layouts/application.master видеть стал??? а то какая то автономная разработка получается((((