473,809 Members | 2,724 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

webcontrols

I download IE webControls
and i run it and i run batch file
but there is no dll in the built folder and none of author folder

Nov 18 '05 #1
3 1420
Sara,

Do the following
1) Start >> Programs >> Visual Studio.net 2003
inside you will find visual studio command prompt

2) now that you are on command prompt (the reason you need to use this is
that the correct paths are set to enable comiplation)
browse to the directory where you installed files

3) open the readme and execute the ReadMe file

4) first step is to execute Build.bat (i think you are opening it from
explorer)

5) copy the files to inetpub (you have xcopy syntax you need to use in the
Readme file)

hope this help

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com

"sara" <sa**@discussio ns.microsoft.co m> wrote in message
news:09******** *************** ***********@mic rosoft.com...
I download IE webControls
and i run it and i run batch file
but there is no dll in the built folder and none of author folder

Nov 18 '05 #2
but i have .net 2002 what can i do
"Hermit Dave" wrote:
Sara,

Do the following
1) Start >> Programs >> Visual Studio.net 2003
inside you will find visual studio command prompt

2) now that you are on command prompt (the reason you need to use this is
that the correct paths are set to enable comiplation)
browse to the directory where you installed files

3) open the readme and execute the ReadMe file

4) first step is to execute Build.bat (i think you are opening it from
explorer)

5) copy the files to inetpub (you have xcopy syntax you need to use in the
Readme file)

hope this help

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com

"sara" <sa**@discussio ns.microsoft.co m> wrote in message
news:09******** *************** ***********@mic rosoft.com...
I download IE webControls
and i run it and i run batch file
but there is no dll in the built folder and none of author folder


Nov 18 '05 #3
dont you have command prompt in vs.net 2002 ?

if you dont have one then use normal command prompt and add
%windir%\micros oft.net\framewo rk\%your frameworkversio n%> to the path..

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com

"sara" <sa**@discussio ns.microsoft.co m> wrote in message
news:F8******** *************** ***********@mic rosoft.com...
but i have .net 2002 what can i do
"Hermit Dave" wrote:
Sara,

Do the following
1) Start >> Programs >> Visual Studio.net 2003
inside you will find visual studio command prompt

2) now that you are on command prompt (the reason you need to use this is that the correct paths are set to enable comiplation)
browse to the directory where you installed files

3) open the readme and execute the ReadMe file

4) first step is to execute Build.bat (i think you are opening it from
explorer)

5) copy the files to inetpub (you have xcopy syntax you need to use in the Readme file)

hope this help

--

Regards,

Hermit Dave (D'way)
http://hdave.blogspot.com

"sara" <sa**@discussio ns.microsoft.co m> wrote in message
news:09******** *************** ***********@mic rosoft.com...
I download IE webControls
and i run it and i run batch file
but there is no dll in the built folder and none of author folder


Nov 18 '05 #4

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

Similar topics

4
5348
by: Chuck Farah | last post by:
I keep getting this error running a VB .NET web forms application. I exit visual studio kill the aspnet_wp.exe process and restart vs and works again. Any help would be appreciated. Just to re-iterate not a consitent error. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify
4
2933
by: Rodrigo DeJuana | last post by:
Howdy, I'm new to this .net stuff and really have little to no training. Im trying to create a new page for a web form, so i have been pretty much jsut coping code. I having some issue with some textboxes not updating when i a hit save. for example I have this code in my aspx.cs file: declared:
3
2412
by: CW | last post by:
I have downloaded, built and installed iewebcontrols. I tested the sample application and everything worked just fine. However, when I attempt to add Microsoft.Web.UI.WebControls.dll to the VS.Net toolbox, I get the following error: There are no components in 'c:\windows\microsoft.net\framework\v1.1.4322\Microsoft.Web.UI.WebControls.d ll" that can be placed on the toolbox. I am using VS.Net 2002. I tried copying the...
1
4494
by: KMart | last post by:
Hello, I have a ASP.NET/C# application that uses the IE Web Controls. Everything was working fine. Then, for some unknown reason, everything stopped working. Here's the error information: Server Error in '/application' Application. ---------------------------------------------------------------------------- ----
0
1505
by: I am Sam | last post by:
Ok whats wrong with my toolbar? When I debug I don't get an error message and the databinding is working correctly but the toolbar itself and the <iewc:ToolbarDropDownlist /> control isn't showing up all that is returned to the web page is the buttons text and the contents of the DropDownlist. What am I doing wrong here? Below is the control I typed in and below that is the code behind. <iewc:toolbar id="Toolbar1" runat="server">...
1
2455
by: Lorenc | last post by:
Recently I am getting this error randomly while working with visual studio ..NET 2003 on a C# project and browsing my application. Everything comes to normal after rebooting. Can someone help on this? The following is the detail error message: Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your...
3
1919
by: dave | last post by:
We have an application that works perfectly in-house (tested on 3 different servers). It uses Microsoft.Web.UI.WebControls.dll for menubars and toolbars. Problem Description: We uploaded the application to our webhost and an error came up:
2
3472
by: loga123 | last post by:
Hi All, I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the ArgumentOutOfRangeException. But...it deletes the record from table in the database. On Gridview_rowdatabound, I am dynamically building hyperlink control based on the values in the other fields. Here is my code for Gridview_rowdatabound. It does work sometimes though.
1
2321
by: loga123 | last post by:
Hi All, I am using Link Button for DELETE on the gridview. When I click on DELETE link, I get the ArgumentOutOfRangeException. But...it deletes the record from table in the database. On Gridview_rowdatabound, I am dynamically building hyperlink control based on the values in the other fields. Here is my code for Gridview_rowdatabound. It does work sometimes though.
0
1122
by: marcyb | last post by:
Can anyone help I am trying to get a WebControl toolbar to work this is my code for a toolbar in visual web developement 2005 express for C# <%@ Page Language="C#" Debug="true" %> <%@ Import Namespace="Microsoft.Web.UI.WebControls" %> <%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls" %> <html> <head>
0
9721
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
10376
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...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7653
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
6881
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5687
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
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
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.