473,698 Members | 2,410 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Class library DLLs problems

I have searched the forums for an answer to this problem but cannot
find something that works just well.

I'm building a C# ASP.NET application, in which I have "class library"
DLLs. I have problems compiling because the DLLs are locked (by the
w3wp.exe process as far as I know). On my development environment, I
don't care to just launch the iisreset.exe command but it's another
thing on the production environment.

I did solved the problem until now by creating a little script that
makes an "attrib –R" on every DLLs of my web application. But somehow,
this doesn't seem to work anymore.

Anyways, I would appreciate some clues, commentaries or feed back from
people having the same problem and hopefully people who have solved
this issue.

Samuel Sirois
Jul 21 '05 #1
0 768

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

Similar topics

1
1648
by: Graham | last post by:
Hi, I'm trying to create a static library (.lib) with Managed C++. Is this supposed to be possible? I have no problems in compiling the .lib, but I encounter problems when I try to use it. That is, I'm trying to link it into a Managed C++ DLL, but that's not working (I get LNK2020 "unresolved external" errors). It's as if the linker can't see the body of any functions that exist in
0
781
by: Samuel Sirois | last post by:
I have searched the forums for an answer to this problem but cannot find something that works just well. I'm building a C# ASP.NET application, in which I have "class library" DLLs. I have problems compiling because the DLLs are locked (by the w3wp.exe process as far as I know). On my development environment, I don't care to just launch the iisreset.exe command but it's another thing on the production environment. I did solved the...
0
813
by: Matthew Dunphy | last post by:
I'm developing a project in ASP.NET that as it turns out is to be deployed on a server that does not allow the use of DLLs. Instead of using Codebehind in the page directive, I have to upload the VB files and link to them with a SRC attribute. So far, so good. The problem is that the bulk of what this program does takes place in a class library. Since I can't reference DLLs, I'm at a loss as to how to make the VB files in the class...
1
2452
by: Tony Johansson | last post by:
Hello!! I use VS 2003 and C#. I have sent several mail even tried with crossgroup because I want to find out if my problem is a bug in .NET or if .NET doesn't support what I do. It's only one of these left I suppose. I use project reference where a need to.
17
7237
by: Fabry | last post by:
Hi All, I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and I am able to include the lib and use the class that i have exported creating an instance with new etc... I would like to export this class in microsoft VC++ using the same .lib file. Obviously it doesn' t work.
3
2774
by: Phaitour | last post by:
Hi there, I'm working on developing a large Class Library project that is slowly becoming a shared "framework" library amongst multiple applications. As this shared library grows, I need to start thinking about ways to split this library up. In observing the .net framework, I've noticed that each major branch of the framework (eg. System.Net or System.Data) and even some of the minor branches are split up into individual dlls. When...
9
3799
by: Andreas Schmitt | last post by:
I am workin on a 2 part project right now. The first part is a DLL, the second part a normal exe using that DLL. When I use the VS2005 standard setting for compiling with the Multithreaded-DLL runtime library (compiler option /MD )everything works fine on my PC. But when I try to run the thing on a friends PC or my laptop I get: "This application has failed to start because the application configuration is incorrect.
10
1467
by: safaci2000 | last post by:
Hi all, I have a DLL that I need to access. I've managed to load it and unload it successfully. The compiler is happy no complaints or warning. I need to refer to a class object that was defined in the class, and I'm not sure how to go about it. I understand that if I need to call a function I'd need to call
6
2652
by: vivekanandaprasanth | last post by:
hi, I have exported a class which i have written in win32 static lib app. Now i have written a wrapper class for the same. But when i am trying to compile it is giving me some linker errors. Here is the class information //This is MyClass.h file #define DllImport __declspec( dllimport )
0
8676
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
8608
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
8870
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
7734
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
4370
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
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3051
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
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2006
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.