I am using the Visual Studio.
I have added the dll to the /bin folder and added a reference to the dll. It appears in the folder.
Do i have to copy all the files as well ?
Thank you
Yog
Main Topics
Browse All TopicsHi,
I am new to .NET.
1. I installed the IE Web control
2. Created the webctrl_client folder in \wwwroot and copied relevant files
3. Added the dll to the bin folder of application and it appears in the reference.
I couldn't find the control in the toolbar and the code doesn't display anything.
Any help please.
Thank you
Yog
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
thank you
i jumped ahead i guess. i just noticed none of asp.net controls are displaying in the web page.
any idea what us wrong.
it is a VB.NET page
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="selectgroup.as
<HTML>
<HEAD>
</HEAD>
<body>
<font size="+.1">Select an Existing Group or enter a new Group... </font>
<br>
<form id="Form1" method="post" runat="server">
<table>
<tr>
<td>
Existing Groups
</td>
<td>
<asp:DropDownList font-bold="true" id="DropDownList1" runat="server" Width="174px"></asp:DropDo
</td>
</tr>
<tr>
<td>
New Group
</td>
<td>
<asp:textbox id="Name" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</HTML>
Business Accounts
Answer for Membership
by: raterusPosted on 2004-08-09 at 09:34:38ID: 11754382
Are you working with Visual Studio or Webmatrix? There are different processes for each one to add a reference. For visual studio though, you have to right-click on your project name in the solution explorer, and select "add reference". You can't just put the file in the /bin folder and hope it works.