Where can I get the file Microsoft.Web.UI.WebControls.dll?

V

vMike

I don't think there is such a file, I believe UI.WebControl is part of the
System.Web.dll file. Look at the ildasm.exe tool. I don't know if there is a
tab control in there though.
 
G

Grant

I found the problem and am posting the solution for anyone
experiencing the same.

build.bat was looking for the program csc.exe (the C# compiler, I
believe) but not finding it, thus unable to create the dll. In the
folder containing build.bat, I needed to add the path to my .NET
Framework installation, by executing the PATH command at the DOS
prompt.
In my case: PATH=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Grant
 
F

Flynn Arrowstarr

Hi, Mike

Grant was referring to the IE Web Controls package from
Microsoft. It's not included with Visual Studio, but it
is referenced in the MSDN Library that comes with it. =)

Flynn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,818
Latest member
Brigette36

Latest Threads

Top