473,757 Members | 3,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"SYSTEM.WEB.DLL " not found ?????

Hello.

I have created a class, "CompiledPage.v b", and I need to compile it. When I
run (using the VSNet Command Prompt):
_______________ _______________ _______________ _______________
C:\Documents and Settings\Admini strator>vbc /t:library /r:system.dll,
system.web.dll, "C:\Documen ts and Settings\Admini strator\My Documents\My
Projects\ASPNET Projects\VSNet\ CompiledForm\Co mpiledPage.vb"
_______________ _______________ _______________ _______________ _

I get:
_______________ _______________ _______________ _______________ _
Microsoft (R) Visual Basic .NET Compiler version 7.00.9951
for Microsoft (R) .NET Framework version 1.00.3705.6018
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.

vbc : Command line error BC2001 : file 'system.web.dll ,' could not be found
_______________ _______________ _______________ _______________ _

However, it *IS* really there, in
"C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.0.3705 ".

I also checked corvars.bat, and it contains what I need (I edited it a but
for clarity, creating separate lines for each folder):
_______________ _______________ _______________ _______________ _
Set Path=C:\Program Files\Microsoft Visual Studio NET\FrameworkSD K\Bin\;
C:\WINDOWS\Micr osoft.NET\Frame work\v1.0.3705\ ;
C:\Program Files\Microsoft Visual Studio .NET\Vc7\bin\;
C:\Program Files\Microsoft Visual Studio .NET\Common7\ID E\;
%PATH%

Set LIB=C:\Program Files\Microsoft Visual Studio .NET\Vc7\lib\;
"C:\Program Files\Microsoft Visual Studio .NET\FrameworkS DK\Lib\";
%LIB%

Set INCLUDE=C:\Prog ram Files\Microsoft Visual Studio .NET\Vc7\includ e\;
"C:\Program Files\Microsoft Visual Studio .NET\FrameworkS DK\include\";
%INCLUDE%

Set NetSamplePath=C :\PROGRA~1\MICR OS~1.NET\FRAMEW ~1\Samples\
_______________ _______________ _______________ _______________ _

I'm puzzled. Do I need to re-register system.web.dll ? I don't think so,
because VS.NET works fine. It's only this vbc which gives me headaches.

I have *TWO* net frameworks, actually: the one which came with my VS.NET
(C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.0.3705 \) and the one which came with
windows (C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \). I wonder.... could
*THIS" be the problem ?

Thanks a lot, Alex
Nov 19 '05 #1
0 1766

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

Similar topics

5
9110
by: Giles Brown | last post by:
I'm feeling quite dumb this morning. I'm trying to build a COM server DLL using py2exe and it ain't working. Here's what ain't working... setup_dll.py based on py2exe sample: """from distutils.core import setup import py2exe
5
4840
by: ron jacobs | last post by:
I have just implemented a "mixed mode" dll in VC++. I have implemented this dll in accordence with several articles found on the MSDN website including KB 814472. The crux of the problem is that when the dll is built with the \noentry linker option, I can not load the dll in a c# client. There is plenty of help available for loading this dll in a c++ client. Does anyone know how to load this dll in C# or VB?? Am I forced to use...
3
4144
by: Dmitry Jouravlev | last post by:
Hi, I have a number of C++ solutions in Visual Studio .NET and when i compile them using "Whole Program Optimization", certain projects report a LNK1171 error saying that c2.dll could not be loaded. The error contains the correct path to c2.dll (and it is definately there). This only happens on some projects and only when "whole program optimization" option is turned on. If i turn off this option, the problem goes away. I have other...
1
1100
by: Larry Van Der Jagt | last post by:
Hello: This error message crept into my Visual Studio 2002 .Net project after I updated the framework model IIS is using to execute the project to 1.1. I did a search on this newsgroup and found others with a similar problems but no solutions. I solved the problem by deleting the reference to System.Web in the references tab of the project and replacing it with the system.web.dll reference from framework 1.0....
6
26030
by: John Doe | last post by:
Hi, I've got the following error when building my ASP.NET application called WebApplication1: Preparing resources... Updating references... Performing main compilation... error CS0006: Metadata file 'c:\inetpub\wwwroot\WebApplication1\bin\WebApplication1.dll' could not be
22
3302
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
2
3445
by: =?Utf-8?B?cmVk?= | last post by:
Hi Friends, We recently deployed our application to production and I am experiencing the below error message. Cannot access a disposed object named "System.Net.TlsStream" The error occurs when we are making a web service call to an external system (within our corporate n/w). The method is POST and the URL is over HTTPS.
13
3523
by: Javad | last post by:
Hello I know that I should get the information of windows internet connections by using "rasapi32.dll" library, and I also have some sample codes, but I can't make them work. My exact need is to get the "UserName" of a connection. How is it possible? plz hlp thnk u
4
7746
by: joesri | last post by:
i have received an "Unable to load dll ".dll". The Specified module could not be found " while running ASP.NET Web Page. I have placed dll and supported dll in wwwroot\bin directory,but it is not working . Whether i have to reset IIS?........ Can anybody help me .......
0
9297
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
10069
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...
1
9884
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,...
0
9735
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
8736
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
7285
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
5324
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3828
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
3
3395
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.