473,413 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Custom Control Setup?

I've created a custom control and compiled into a dll
I've also previously created only setup projects for VB.Net winforms
applications - but I have no idea on how to do this for an ASP.Net custom
control

Does anyone have any examples/websites/tutorials on how to create a setup
project for it, and then add it to the toolbox in VS.Net 2005, for only
ASP.Net projects?

Oct 22 '06 #1
4 1430
http://www.codeguru.com/vb/vb_intern...cle.php/c8331/
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message news:eF*************@TK2MSFTNGP04.phx.gbl...
I've created a custom control and compiled into a dll
I've also previously created only setup projects for VB.Net winforms applications - but I have no idea on how to do this for an
ASP.Net custom control

Does anyone have any examples/websites/tutorials on how to create a setup project for it, and then add it to the toolbox in VS.Net
2005, for only ASP.Net projects?

Oct 22 '06 #2
That shows how to create a custom control.
I've got the custom control created and compiled into a DLL
What I need is a tutorial or instructions on how to create a setup
application for the DLL, so that it gets installed in VS.Net 2005 Toolbox
(in Web applications)

"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:uW*************@TK2MSFTNGP04.phx.gbl...
http://www.codeguru.com/vb/vb_intern...cle.php/c8331/
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message
news:eF*************@TK2MSFTNGP04.phx.gbl...
>I've created a custom control and compiled into a dll
I've also previously created only setup projects for VB.Net winforms
applications - but I have no idea on how to do this for an ASP.Net custom
control

Does anyone have any examples/websites/tutorials on how to create a setup
project for it, and then add it to the toolbox in VS.Net 2005, for only
ASP.Net projects?


Oct 22 '06 #3
check VS help file for adding tools to tool box
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message news:Om**************@TK2MSFTNGP05.phx.gbl...
That shows how to create a custom control.
I've got the custom control created and compiled into a DLL
What I need is a tutorial or instructions on how to create a setup application for the DLL, so that it gets installed in VS.Net
2005 Toolbox (in Web applications)

"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message news:uW*************@TK2MSFTNGP04.phx.gbl...
>http://www.codeguru.com/vb/vb_intern...cle.php/c8331/
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message news:eF*************@TK2MSFTNGP04.phx.gbl...
>>I've created a custom control and compiled into a dll
I've also previously created only setup projects for VB.Net winforms applications - but I have no idea on how to do this for an
ASP.Net custom control

Does anyone have any examples/websites/tutorials on how to create a setup project for it, and then add it to the toolbox in
VS.Net 2005, for only ASP.Net projects?



Oct 23 '06 #4
Once again - I know how to do it like it tells me in the help
I want to know how to build a Setup program to do it, so that it will be in
the Toolbox for all ASP.Net apps.
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
check VS help file for adding tools to tool box
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message
news:Om**************@TK2MSFTNGP05.phx.gbl...
>That shows how to create a custom control.
I've got the custom control created and compiled into a DLL
What I need is a tutorial or instructions on how to create a setup
application for the DLL, so that it gets installed in VS.Net 2005 Toolbox
(in Web applications)

"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:uW*************@TK2MSFTNGP04.phx.gbl...
>>http://www.codeguru.com/vb/vb_intern...cle.php/c8331/
"Elmo Watson" <sp*****@nospam.yahoo.comwrote in message
news:eF*************@TK2MSFTNGP04.phx.gbl...
I've created a custom control and compiled into a dll
I've also previously created only setup projects for VB.Net winforms
applications - but I have no idea on how to do this for an ASP.Net
custom control

Does anyone have any examples/websites/tutorials on how to create a
setup project for it, and then add it to the toolbox in VS.Net 2005,
for only ASP.Net projects?





Oct 23 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jackson | last post by:
I have been using a Lotus Approach built application to control database for stock control, reference, pricing and reports. This has been fine until now since I was the only one using the database....
6
by: | last post by:
Hi, I added dotnetfx.exe to a setup project as a custom action to be installed before the main app is installed. I set the Arguments property to /q:a /c:"install /l /q" for a silent install...
3
by: | last post by:
I have created a web setup project for my ASP.NET application that works fine. Also, I have followed the instructions for using a custom action to launch a web page after the installation is...
0
by: Joe | last post by:
I am having a hard time with setting a property on a custom server control that i am placing in a repeater. The control inherits from DropDownList. The property is being set in the repeater using...
2
by: Barbara Alderton | last post by:
I setup some standard Required Field Validation controls and one Custom validation control on an ASP.NET page (within a user control) to validate text entry. I also setup a Summary Control to post...
3
by: Chu | last post by:
Hello All- I've got a Custom Web Control that with a public class that that sets a private variable inside the class. I plop the custom control onto my page and off I go. From my main page, I...
1
by: Gene | last post by:
I would like to know if the following is even possible with the visual studio.net Setup and Deployment project. 1. During the deployment after creation of application directory the setup needs...
1
by: --== Alain ==-- | last post by:
Hi, I still have problem updating my custom control at design time. When i change a property of my custom control in the property window, i would like to see this change immediately on my custom...
1
by: =?Utf-8?B?TW9uaWNh?= | last post by:
Hi, Does someone know the answer? You are building a setup for your application. The application contains a custom control developed by you, which will be shared across multiple applications....
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.