Steve,
Thanks for the reply. I'm going to have (another) decent sized project if I
have to rewrite our user controls as server controls.
I found this article yesterday evening. Anyone have experience with this
approach?
http://www.codeproject.com/aspnet/ctrlreuse.asp
Thank You and have a great weekend,
stan
"Steve C. Orr [MVP, MCSD]" <> wrote in message
news:...
> User controls are easy to create, but there is no supported way to share
> them across projects.
>
> Conversly, Custom controls are easier to use and to reuse across projects
> because they are compiled into separate DLLs.
>
> Here's more info:
> http://msdn.microsoft.com/library/de...ebControls.asp
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
>
> "dx" <> wrote in message
> news
nEDd.50401$...
>>I have 3 vb.net web applications. I would like all 3 to have access to a
>>library of user controls. server controls wouldn't cause a problem but
>>these are user controls (ascx.) From each solution I reference the user
>>control library project and create a virtual directory under each
>>applicatoin that links to the folder that contains the ascx files but I
>>get a runtime error like:
>>
>> Description: An error occurred during the parsing of a resource required
>> to service this request. Please review the following specific parse error
>> details and modify your source file appropriately.
>>
>> Parser Error Message: Could not load type 'Reg.AffFooter'.
>>
>> Any ideas? Much thanks in advance.
>>
>> Stan
>>
>
>