Making web user controls (ascx) available to more than 1 web application

Making web user controls (ascx) available to more than 1 web application

am 24.04.2008 19:27:45 von Andy B

How do you make ascx controls available to more than 1 web application or
vs2008 project? I tried putting it inside a dll but it wont let me. I
thought there was a project type for web user controls, but can't find it
now for some reason. What should I do?

Re: Making web user controls (ascx) available to more than 1 web application

am 24.04.2008 20:19:27 von nomailreplies

Please follow the instructions in this MSDN article :

Turning an .ascx User Control into a Redistributable Custom Control:
http://msdn2.microsoft.com/en-us/library/aa479318.aspx




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Andy B" wrote in message news:%237XK7BjpIHA.1736@TK2MSFTNGP04.phx.gbl...
> How do you make ascx controls available to more than 1 web application or vs2008 project? I tried putting it inside a
> dll but it wont let me. I thought there was a project type for web user controls, but can't find it now for some
> reason. What should I do?
>
>
>

Re: Making web user controls (ascx) available to more than 1 web application

am 24.04.2008 21:35:30 von Courtney

"Juan T. Llibre" wrote in message
news:OLTn9ejpIHA.5096@TK2MSFTNGP02.phx.gbl...
> Please follow the instructions in this MSDN article :
>
> Turning an .ascx User Control into a Redistributable Custom Control:
> http://msdn2.microsoft.com/en-us/library/aa479318.aspx
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en español : http://asp.net.do/foros/
> ======================================
> "Andy B" wrote in message
> news:%237XK7BjpIHA.1736@TK2MSFTNGP04.phx.gbl...
>> How do you make ascx controls available to more than 1 web application or
>> vs2008 project? I tried putting it inside a
>> dll but it wont let me. I thought there was a project type for web user
>> controls, but can't find it now for some
>> reason. What should I do?
>>
Thought this might be interesting since I use a bunch of ascx. I followed
the public instructions using VS 2008 and I get a bunch of .compiled rather
than dll's. These .compiled files are all 1KB so not a dll.

LS

Re: Making web user controls (ascx) available to more than 1 web application

am 24.04.2008 21:40:17 von Courtney

"Lloyd Sheen" wrote in message
news:O2gUeJkpIHA.2068@TK2MSFTNGP05.phx.gbl...
>
> "Juan T. Llibre" wrote in message
> news:OLTn9ejpIHA.5096@TK2MSFTNGP02.phx.gbl...
>> Please follow the instructions in this MSDN article :
>>
>> Turning an .ascx User Control into a Redistributable Custom Control:
>> http://msdn2.microsoft.com/en-us/library/aa479318.aspx
>>
>> Juan T. Llibre, asp.net MVP
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en español : http://asp.net.do/foros/
>> ======================================
>> "Andy B" wrote in message
>> news:%237XK7BjpIHA.1736@TK2MSFTNGP04.phx.gbl...
>>> How do you make ascx controls available to more than 1 web application
>>> or vs2008 project? I tried putting it inside a
>>> dll but it wont let me. I thought there was a project type for web user
>>> controls, but can't find it now for some
>>> reason. What should I do?
>>>
> Thought this might be interesting since I use a bunch of ascx. I followed
> the public instructions using VS 2008 and I get a bunch of .compiled
> rather than dll's. These .compiled files are all 1KB so not a dll.
>
> LS

Sorry did not do all step correctly. It works.

LS