Home All Groups Group Topic Archive Search About

Generating the *.aspx.designer.vb Files

Author
22 Dec 2006 6:26 AM
Nathan Sokalski
I have an ASP.NET application in which I register several of my usercontrols
in the Web.config file's
<system.web><pages><controls></controls></pages></system.web> section.
However, my usercontrols (*.ascx files) are not showing up in the
*.aspx.designer.vb file. Is there any way to explicitly ask Visual Studio to
regenerate this file? Thanks.
--
Nathan Sokalski
njsokal***@hotmail.com
http://www.nathansokalski.com/

Author
22 Dec 2006 1:16 PM
Mark Fitzpatrick
If you opent the .aspx file and switch between design view and html view and
back it will prompt VS to check the controls and add any that are missing to
the designer file.


--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006


Show quoteHide quote
"Nathan Sokalski" <njsokal***@hotmail.com> wrote in message
news:epNOSIZJHHA.3264@TK2MSFTNGP02.phx.gbl...
>I have an ASP.NET application in which I register several of my
>usercontrols in the Web.config file's
><system.web><pages><controls></controls></pages></system.web> section.
>However, my usercontrols (*.ascx files) are not showing up in the
>*.aspx.designer.vb file. Is there any way to explicitly ask Visual Studio
>to regenerate this file? Thanks.
> --
> Nathan Sokalski
> njsokal***@hotmail.com
> http://www.nathansokalski.com/
>