473,654 Members | 3,115 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

adding a dll file to ASP.NET website project

hi everybody

can anybody help me with adding a dll file to ASP.NET website project
thank you for your help
Jul 13 '07 #1
5 17001
On Jul 13, 6:03 pm, Onder <onder.du...@di ctatenow.comwro te:
hi everybody

can anybody help me with adding a dll file to ASP.NET website project
thank you for your help
hi,
just add dll as reference. you will file add reference option right on
project node .
nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd

Jul 13 '07 #2
"Onder" <on*********@di ctatenow.comwro te in message
news:aa******** *************** *********@4ax.c om...
can anybody help me with adding a dll file to ASP.NET website project
thank you for your help
What sort of dll is it?

If it's a .NET assembly, you would normally right-click the project in
Project Explorer, select Add Reference, and then point at the dll.
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 13 '07 #3
i created a usercontrol in vb.net. i built it
now i am trying to use this usercontrol's dll file to add to the
toolbox of the ASP.NET website project, but it will just not add the
component to the toolbox.
thanks for your help

onder



On Fri, 13 Jul 2007 13:27:12 +0100, "Mark Rae [MVP]"
<ma**@markNOSPA Mrae.netwrote:
>"Onder" <on*********@di ctatenow.comwro te in message
news:aa******* *************** **********@4ax. com...
>can anybody help me with adding a dll file to ASP.NET website project
thank you for your help

What sort of dll is it?

If it's a .NET assembly, you would normally right-click the project in
Project Explorer, select Add Reference, and then point at the dll.
Jul 13 '07 #4
UserControls never go onto the Toolbox, only Custom Controls (Server
controls). Just put the ASCS UserControl and codebehind file into your
project, and you can drag it right onto a page from Solution Explorer pane.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder( BETA): http://www.blogmetafinder.com

"Onder" wrote:
i created a usercontrol in vb.net. i built it
now i am trying to use this usercontrol's dll file to add to the
toolbox of the ASP.NET website project, but it will just not add the
component to the toolbox.
thanks for your help

onder



On Fri, 13 Jul 2007 13:27:12 +0100, "Mark Rae [MVP]"
<ma**@markNOSPA Mrae.netwrote:
"Onder" <on*********@di ctatenow.comwro te in message
news:aa******** *************** *********@4ax.c om...
can anybody help me with adding a dll file to ASP.NET website project
thank you for your help
What sort of dll is it?

If it's a .NET assembly, you would normally right-click the project in
Project Explorer, select Add Reference, and then point at the dll.
Jul 13 '07 #5
See :

How to Add Items to the Toolbox :
http://msdn2.microsoft.com/en-us/lib...55(VS.80).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/
=============== =============== ========
"Onder" <on*********@di ctatenow.comwro te in message news:4e******** *************** *********@4ax.c om...
>i created a usercontrol in vb.net. i built it
now i am trying to use this usercontrol's dll file to add to the
toolbox of the ASP.NET website project, but it will just not add the
component to the toolbox.
thanks for your help

onder



On Fri, 13 Jul 2007 13:27:12 +0100, "Mark Rae [MVP]"
<ma**@markNOSPA Mrae.netwrote:
>>"Onder" <on*********@di ctatenow.comwro te in message
news:aa****** *************** ***********@4ax .com...
>>can anybody help me with adding a dll file to ASP.NET website project
thank you for your help

What sort of dll is it?

If it's a .NET assembly, you would normally right-click the project in
Project Explorer, select Add Reference, and then point at the dll.

Jul 13 '07 #6

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

Similar topics

12
2238
by: Wardeaux | last post by:
All, Wanting to find a way to create web pages to add to my website without having to recompile the codebehind everytime I want to add a new one... Here's the deal: I have a web app that takes work orders for 7 different items, each item gets 1 page for input specs. All works well. I want to add a new item. I do not want to recompile and redistribute my app everytime just to add a new input page. Can ASPX resources be compiled into a...
3
1993
by: _DS | last post by:
The two obvious methods for ref'ing assemblies are: Add a reference and 'Browse' for the actual DLL OR Add existing project to the solution, then add a ref to 'Project'. 1: I'd like to find out what the latter method is doing. I'm assuming that it makes sure that debug exe gets matched to
28
1868
by: Ilias Lazaridis | last post by:
I understand that I can use __metaclass__ to create a class which modifies the behaviour of another class. How can I add this metaclass to *all* classes in the system? (In ruby I would alter the "Class" class) .. http://lazaridis.com
3
1874
by: Jonathan Wood | last post by:
I could really use some help on this. First of all, I want to create a Web control where I render the control completely from scratch based on information from a database. In the book "Beginning ASP.NET 2.0 in C# 2005", it provides an example of doing this, which is declared as: public class ConfigurableRepeater : WebControl.
11
2192
by: GaryDean | last post by:
We created a "File" website on XP and transferred it over to server2003. Now we want to change it to an HTTP site. Without creating a new project and importing everthing, it there a way to convert it? the properties show file:///C:/Inetpub/wwwroot /etc. but it can't be changed to HTTP. It's got to be somewhere in some configuration file. -- Regards, Gary Blakely
0
1076
by: andrew.j.matheny | last post by:
Hi, I'm trying to include a dll written in managed C++ in a C# code behind file for an asp.net website and I'm running into some problems. Whenever I add the file as a reference to the asp.net project the application refuses to build properly. I get the following error message: Error 2 The specified module could not be found. (Exception from HRESULT: 0x8007007E) (very descriptive i know)
1
1479
by: Onder | last post by:
Hi all, can any one help on adding a dll to an ASP.NET website project thanks for your help Onder
8
19929
by: Jason | last post by:
Hello, I am trying to utilitze the AJAX Control toolkit in my asp.net project. I have added a reference to AjaxControlToolkit.dll, and in my page, added these lines of code: <ajaxToolkit:ToolkitScriptManager runat="Server" EnableScriptGlobalization="true" EnableScriptLocalization="true" ID="ScriptManager1" />
2
3826
by: Fresno Bob | last post by:
Hi I am used to using the App_Code folder to put my DAL and BLL classes. However I want to move toward using separate dll's so I can start doing things like Unit Tests and using Sandcastle for documentation. My class library DAL project contains 4 .vb files, each one containing a single class, which maps to a DB table.This builds OK. I then create a website and add the class library project to the website. I then in the website a...
0
8376
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8290
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8708
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8489
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6161
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2716
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1596
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.