473,795 Members | 3,457 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compiled DLL not copied to the server bin folder automatically

BH
I'm working on several ASP.NET projects at the same time. I have a separate
web server and each has its own solution folder on my local PC. The strange
thing I noticed is that one of the projects, when compiled in VS.NET,
doesn't automatically update the DLL on the server. Instead, the DLL just
sits in the VSWebCache on my local PC. However, the other projects I;m
working on don't have this problem. I have spent quite a bit of time trying
to figure out what causes this but to no avail. Could anyone help?

Thanks
Bob
Nov 17 '05 #1
4 5072
Try selecting the reference to the dll in solution explorer - resources and
then view its properties. Is the "CopyLocal" property set to true?

--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"BH" <bo*******@yaho o.com> wrote in message
news:O8******** ******@tk2msftn gp13.phx.gbl...
I'm working on several ASP.NET projects at the same time. I have a separate web server and each has its own solution folder on my local PC. The strange thing I noticed is that one of the projects, when compiled in VS.NET,
doesn't automatically update the DLL on the server. Instead, the DLL just
sits in the VSWebCache on my local PC. However, the other projects I;m
working on don't have this problem. I have spent quite a bit of time trying to figure out what causes this but to no avail. Could anyone help?

Thanks
Bob

Nov 17 '05 #2
BH
Justin, I checked what you mentioned below. It's not the DLLs my project
references I'm talking about and I'm not using anything other than the .NET
framework DLLs.

It's the DLL output from this project that's not copied. That is, when you
compile an ASP.NET application, the enitre web application is compiled into
a DLL in the /bin folder, however, in one of my projects, the build process
in VS.NET doesn't automatically copy the newly compiled DLL to the server.

Thanks
Bob

"S. Justin Gengo" <ge****@krause. com> wrote in message
news:vh******** ****@corp.super news.com...
Try selecting the reference to the dll in solution explorer - resources and then view its properties. Is the "CopyLocal" property set to true?

--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"BH" <bo*******@yaho o.com> wrote in message
news:O8******** ******@tk2msftn gp13.phx.gbl...
I'm working on several ASP.NET projects at the same time. I have a

separate
web server and each has its own solution folder on my local PC. The

strange
thing I noticed is that one of the projects, when compiled in VS.NET,
doesn't automatically update the DLL on the server. Instead, the DLL just sits in the VSWebCache on my local PC. However, the other projects I;m
working on don't have this problem. I have spent quite a bit of time

trying
to figure out what causes this but to no avail. Could anyone help?

Thanks
Bob


Nov 17 '05 #3
Ok, that's a new one to me. I have no idea why that would occur!

--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"BH" <bo*******@yaho o.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Justin, I checked what you mentioned below. It's not the DLLs my project
references I'm talking about and I'm not using anything other than the ..NET framework DLLs.

It's the DLL output from this project that's not copied. That is, when you compile an ASP.NET application, the enitre web application is compiled into a DLL in the /bin folder, however, in one of my projects, the build process in VS.NET doesn't automatically copy the newly compiled DLL to the server.

Thanks
Bob

"S. Justin Gengo" <ge****@krause. com> wrote in message
news:vh******** ****@corp.super news.com...
Try selecting the reference to the dll in solution explorer - resources

and
then view its properties. Is the "CopyLocal" property set to true?

--
S. Justin Gengo, MCP
Web Developer / Programmer

Free Code Library At:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"BH" <bo*******@yaho o.com> wrote in message
news:O8******** ******@tk2msftn gp13.phx.gbl...
I'm working on several ASP.NET projects at the same time. I have a

separate
web server and each has its own solution folder on my local PC. The

strange
thing I noticed is that one of the projects, when compiled in VS.NET,
doesn't automatically update the DLL on the server. Instead, the DLL just sits in the VSWebCache on my local PC. However, the other projects I;m working on don't have this problem. I have spent quite a bit of time

trying
to figure out what causes this but to no avail. Could anyone help?

Thanks
Bob



Nov 17 '05 #4
I had this same problem, it only occured in one Solution -- One that I
originally built using VS 2002, then opened in VS 2003.

I called Micosoft and even talked to a TECH!!! a real TECH!!!

Took a total of three days to come up with the only answer that worked -- I
unistalled VS, and the Framework then reinstalled them both.

A workaround that does work is to delete the .dll from Solution Explorer,
then build solution, new .dll will be placed in bin...

Severin

"BH" <bo*******@yaho o.com> wrote in message
news:O8******** ******@tk2msftn gp13.phx.gbl...
I'm working on several ASP.NET projects at the same time. I have a separate web server and each has its own solution folder on my local PC. The strange thing I noticed is that one of the projects, when compiled in VS.NET,
doesn't automatically update the DLL on the server. Instead, the DLL just
sits in the VSWebCache on my local PC. However, the other projects I;m
working on don't have this problem. I have spent quite a bit of time trying to figure out what causes this but to no avail. Could anyone help?

Thanks
Bob

Nov 17 '05 #5

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

Similar topics

2
7814
by: Robert Gordon | last post by:
I now realize I probably should have tried posting this on the IIS board first.. I am running OWA 2003 Server as Front End server to my Exchange 2000 native domain. The FE server is secured by a 128 bit SSL cert. The OWA 2003 server is running on Windows 2003 server in a Windows 2003 native AD domain. At present, the server is configured so that user's have to specifically go to the URL httpS://myserver.company.com in order to access...
3
2150
by: Andrew | last post by:
Hi all, I am still learning ASP.Net, and .Net in general. Though I feel I have much of the "basics" down, I am running into some gray areas in more advanced topics. My question is how I make sure that a class file (DLL) I wrote and am using (via "Add Reference") on my development webserver still works correctly when I copy all my files over to the production server. Do I need to create the same folders on the production server as on...
6
1778
by: Greg Collins [MVP] | last post by:
For background, please refer to my original thread: http://groups.google.com/groups?selm=efe5w7tYEHA.3112%40tk2msftngp13.phx.gbl I've thought of a potential way around the issue, but I'm new to ASP.NET and C# and need the expertese of individuals with more experience in these languages than I have. I may be completely off target as I thought this up very early in the morning. Here's the process as I see it: 1. InfoPath saves out the...
2
12248
by: rachana | last post by:
Hi, I am trying to deploy a asp.net website developed using Visual Studio 2005 on server. Application works fine on development machine, but when trying to run on server I get following error message. Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error
5
1455
by: Gregory Gadow | last post by:
All done in ASP.Net 2.0 using VB... The website I am developing has a large DLL that includes custom MembershipUser, MembershipProvider and RoleProvider classes, several frequently used web controls, custom base classes for Master and Page objects, so on and so on. All of this was done on my main dev machine, which I've also been using to write the website. On the dev machine, the DLL references compile Just In Time with no errors....
3
27037
by: =?Utf-8?B?TWlrZQ==?= | last post by:
I have an asp.net 2.0 web application that I have pre-compiled and deployed to a Windows 2003 server. When I try to access the web application I get the following message in my browser: 'The file '/Customer/Login.aspx' has not been pre-compiled, and cannot be requested'. If I rename the folder containing the web app to something other than 'Customer' then it works! I have tried deleting the folder and recreating it but I get the same...
2
2361
by: lds | last post by:
I am getting the error "The file '/AHSD/MainMenu.aspx' has not been pre-compiled, and cannot be requested." when I try to deploy one of my applications that I am just migrating to VS 2005. I have searched on the web for a solution, but none of the suggestions so far have worked. Here is my scenario: I am using Visual Studio 2005 with SP1 installed and I have created a Web Deployment Project with the following items selected in the...
1
1050
by: Sunfire | last post by:
I have published a website that has the "make this site updatable" checkbox unchecked in vs2005 publish utility. I have a folder in my website that a subdomain points to with a default.aspx file in it. Since the default index file for websites on the server is index.aspx, I asked the server admin to make default.aspx the default index for the subdomain. When I go to the subdomain, I get the message "This is a marker file generated by the...
5
3055
by: =?Utf-8?B?UVNJRGV2ZWxvcGVy?= | last post by:
I have a .Net web service that converts the MODCA files to tif or png file format. This web service runs on a 2003 server. This web service first copies the MODCA file to be converted to a temporary conversion folder. Then it converts it to the desired file format and copies the file to the output folder specified. Then it deletes the converted file from the temporary conversion folder. Then it attempts to delete the copied input file...
0
10214
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
10001
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...
1
7538
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
6780
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
5437
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
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
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
3723
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
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.