Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Developing Web Control - Version Information

Reply
Thread Tools

Developing Web Control - Version Information

 
 
Mythran
Guest
Posts: n/a
 
      01-05-2004
I'm developing a web control in VB.Net and also the sample project to go with it.
This web control, when installed on the user's machine, will be installed into
the GAC for all web applications (the user's machine for this web project is a
production server). What I need for development is a way for the Sample
application to always use the updated web control instead of referencing the old
control. While developing, I'm not installing into the GAC and the sample
project is referencing the file of the web control (well, duh).

Some ways I have developed with this specific project is to place both the Sample
and the control in the same solution and reference the project instead of the
file. Good deal, doesn't work for me. While doing it that way, inside my
control's designer, when I CType the control to the type of the web control I
built, it throws an error saying something like 'MCIS.WebControls.ControlHere'
cannot be typed to 'MCIS.WebControls.ControlHere' because they are different
types.

So, while I "CAN" get it to work by manually removing the control from the sample
project, recompiling "JUST" the control, then adding the control back to the
sample project ... it seems too frustrating of a thing to do over and over and
over (which is the way I was doing it for quite some time).

Another way to do it would be to just readd the control to the sample project
(after compiling the library) but have them both in their own solutions. It
works, but the debugging part of it isn't simplistic anymore....I have to put
both to start debug when external process attaches to it then launch IE...

Thanks,

Mythran



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
Developing .NET Custom Web Control for use in ASP & ASP.NET pages Srikar ASP .Net Web Controls 1 04-19-2005 09:29 AM
Ebook for Developing Asp.net Web Control Swap ASP .Net Web Controls 0 08-12-2004 11:42 AM



Advertisments