473,804 Members | 4,217 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem creating Microsoft.Web.U I.WebControls.d ll a/c csc.exe "not found"

How do I make the changes to environment variables made by vsvars32.bat
persistent?

I have tried to build Microsoft.Web.U I.WebControls.d ll in a effort to study
some tutorials about web controls. Andrés Cadavid Gómez in
news:F6******** *************** ***********@mic rosoft.com pointed me to the
site where I could get it

I followed the ReadMe.txt instructions. When it came to execute the
installation's build.bat, it failed because "csc.exe" could not be found.

I ran vsvars32.bat in Microsoft Visual Studio .NET\Common7\To ols by
double-clicking it's name in Windows Explorer. That didn't seem to solve my
"not found" problem. So I checked PATH in Control Panel | System | Env.
vars and nothing changed.

To test further, I ran it in a Command window and then type PATH at the
prompt. As expected, the updated PATH was displayed. However, as I
suspected, PATH as viewed in Control Panel | System remained unchanged.

Any advice?

Thanks in advance,
Richard
Nov 19 '05 #1
5 1849
Pat
Richard
Are you setting up IEwebcontrols ASP.NET 1.1 or 2.0
Patrick
"Richard Lionheart" <No***@Nowhere. net> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
How do I make the changes to environment variables made by vsvars32.bat
persistent?

I have tried to build Microsoft.Web.U I.WebControls.d ll in a effort to study some tutorials about web controls. Andrés Cadavid Gómez in
news:F6******** *************** ***********@mic rosoft.com pointed me to the
site where I could get it

I followed the ReadMe.txt instructions. When it came to execute the
installation's build.bat, it failed because "csc.exe" could not be found.

I ran vsvars32.bat in Microsoft Visual Studio .NET\Common7\To ols by
double-clicking it's name in Windows Explorer. That didn't seem to solve my "not found" problem. So I checked PATH in Control Panel | System | Env.
vars and nothing changed.

To test further, I ran it in a Command window and then type PATH at the
prompt. As expected, the updated PATH was displayed. However, as I
suspected, PATH as viewed in Control Panel | System remained unchanged.

Any advice?

Thanks in advance,
Richard

Nov 19 '05 #2
Hi Pat
Are you setting up IEwebcontrols ASP.NET 1.1 or 2.0


1.1 (or 1.0). I checked the ReadMe and it gave me build numbers it required
for VS and .Net.

I'm really not sure about the precise version because VS/About says it has
..NET 1.0. However Add/Delete Pgms shows that ,NET 1.1 is installed.

I've got a workaround for my vsvars32 persistence problem. I'll post a
separate note about that.

Regards,
Richard
Nov 19 '05 #3
High All,

I added Microsoft Visual Studio .NET\Common7\To ols (fully qualified and
using 8.3 equivalents) to PATH.

Then I opened a Command window, made the IE Web Controls directory the
current directory, and then ran build.bat. It reported compiling 42 files
instead that irritating message, "csc.exe could not be found."

However, Microsoft.Web.U I.WebControls.d ll did not get created apparently.
I searched both hard drives for "WebControls.dl l" and found nothing, so
I've still got my main problem.

Any other ideas?

Thanks in advance,
Richard

Nov 19 '05 #4
Pat
Try going to my Blog here i'm sure i blogged how to do it there..
http://spaces.msn.com/members/naijacoder/
Guess u need to edit the buil.bat and specify where it should find the
compiler..
I'm also have some problems with the Treeview control loaded it up on
another server and it refuses to show the correct structure..
Let me know
Patrick
"Richard Lionheart" <No***@Nowhere. net> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
High All,

I added Microsoft Visual Studio .NET\Common7\To ols (fully qualified and
using 8.3 equivalents) to PATH.

Then I opened a Command window, made the IE Web Controls directory the
current directory, and then ran build.bat. It reported compiling 42 files
instead that irritating message, "csc.exe could not be found."

However, Microsoft.Web.U I.WebControls.d ll did not get created apparently.
I searched both hard drives for "WebControls.dl l" and found nothing, so
I've still got my main problem.

Any other ideas?

Thanks in advance,
Richard

Nov 19 '05 #5
Hi Pat,

I just visited this tread and failed to see my response telling you my
workaround. What I did was:

o Ran vsvars32.bat in a Command window

o Executed a path command and copying the updated path to a text
editor

o Found the 8.3 equivalents of the long names by running, e.g. dir /X
\ and substituting them

o Pasted the updated path back into Start | Control Panel | System,
Environment, Path, Edit
Everything works beautifully now. Thanks for you help in this.

Regards,
Richard
Nov 19 '05 #6

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

Similar topics

3
6089
by: Ari Royce Hidayat | last post by:
Dear ALL, Is there some one ever faces this problem? And fix it? The scenario is: There's an html page that hosts a .net object (using object tag), and this page opens the second html page that also hosts a .net object (e.g. by click a hyperlink).
0
1708
by: Ari Royce Hidayat | last post by:
Tx a lot for idea. I've tried it, and still get not clue what causes it. I also tried to see the log file generated by IEHost (by adding IEHostLogFile to registry) and still get not clue what causes. It seems normal instead that before loading the second page (in third row from last row) there's a text read as:
3
2227
by: dice | last post by:
I have built a .NET based service that uses a number of related 3rd party dlls. If I compile my code into a dll and use this in a test app all is well - however if I compile my code as a service and try to run the service I get the following exception: System.IO.FileNotFoundException: The specified module could not be found. at CES.VendClientInt.VendClient.GetCardTypes(...) at YQ_Epos_server.CodeHandler.start(...) I have tried copying...
99
6254
by: Jim Hubbard | last post by:
It seems that Microsoft not only does not need the classic Visual Basic developer army (the largest army of developers the world has ever seen), but now they don't need ANY Windows developer at a small or mid-sized business. http://groups-beta.google.com/group/microsoft.public.msdn.general/browse_thread/thread/9d7e8f9a00c1c7da/459ca99eb0e7c328?q=%22Proposed+MSDN+subscription+changes%22&rnum=1#459ca99eb0e7c328 Damn! To be that...
3
19720
by: Steve Lutz | last post by:
Hi All, I have a Windows Service that runs well. The service hosts a remote object. The purpose of the object is so that I can "peak" into the service to see what it's doing. I wrote a small Windows Application that connects to the remote object and prints out status information. Everything works fine when I first start the service. However, after some period, when I attempt to connect to the remote object, I get "Requested Service not...
5
4661
by: theyas | last post by:
Windows XP SP2 + Symantec AV + VS 2003 with .NET Framework 1.1 IIS won't load or run existing ASP.NET applications and VS can't create or load web projects (HTTP/1.1 500 Server Error). Event System log shows a warning with the following attributes: User: N/A, Source: W3SVC, Category: None, Event ID: 36, Description: The server failed to load application '/LM/W3SVC'. The error was 'The specified metadata was not found.'
2
7672
by: Lenonardo | last post by:
Hi. I'm writing a VB.Net application to update multiple Excel Worksheets. I'm using late binding (i.e. all variables are objects + use createobject) I develop the application on an XP machine with Excel 2002 (version 10.0) installed - and the code works fine. I then test the code on a laptop running Excel 2000 (version 9.0) and it
0
1959
by: RCM | last post by:
I am really eager to quit the Microsoft world and get into LAMP. For the immediate future I can't do the Apache part, so I am at least trying to get PHP up and running under IIS to learn it. I used the windows installer .msi to install PHP on a WinXP pro machine with IIS 5.1. My current problem is that when I access a test page as in http://localhost/simple.php I get the message "The specified module could not be found."
6
1764
by: grbgooglefan | last post by:
I am creating functions, the return result of which I am using to make decisions in combined expressions. In some expressions, I would like to inverse the return result of function. E.g. function contains(source,search) will return true if "search" string is found in source string. I want to make reverse of this by putting it as: if ( ! contains(s1,s2) ): return 1
0
9585
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
10338
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
10082
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
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...
0
5525
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
5658
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
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
3823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2997
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.