473,395 Members | 1,975 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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 5057
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*******@yahoo.com> wrote in message
news:O8**************@tk2msftngp13.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.supernews.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*******@yahoo.com> wrote in message
news:O8**************@tk2msftngp13.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*******@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP11.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.supernews.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*******@yahoo.com> wrote in message
news:O8**************@tk2msftngp13.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*******@yahoo.com> wrote in message
news:O8**************@tk2msftngp13.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
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...
3
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...
6
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...
2
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...
5
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...
3
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...
2
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...
1
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...
5
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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...
0
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,...

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.