473,405 Members | 2,373 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,405 software developers and data experts.

ASP Web site references to dlls

Hi everyone,

I've recently converted a solution to VS 2005 and .NET 2.0. from '03
and .NET 1.x. The solution has two Web sites in it, both of which need
to share each other's code. Previously, I had added a reference to the
compiled DLL of one project to the other, thereby allowing me to create
class instances and call functions.

Now, in 2005, I still have references to B.DLL in project A and A.DLL
in project B, but those DLLs aren't being generated in the web site's
bin directory anymore, they are in the .NET temporary folder. The
references I have now just point to stagnant DLL files that don't
update when the project code is compiled.

How can I continue to share code between these two web sites? I can't
add a reference to the DLL since the path is something like'

:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tempo rary ASP.NET
Files\rateupdate\836652a3\7ad91ee4\assembly\dl3\3e 20e346\565be267_4902c601\registration.dll

Thanks,

Mike Fatica

Jan 5 '06 #1
1 1526
I think this is one of the things that explicitly do not work anymore with
VS2005. There is a migration guide that specifically states web projects
referencing each other will not work anymore. Sorry I don't have a link.

You should be able to get out of this jam by moving all the shared code to a
class library (in its own DLL) and then refercing that class library from
both web projects...
"fatica" <fa****@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hi everyone,

I've recently converted a solution to VS 2005 and .NET 2.0. from '03
and .NET 1.x. The solution has two Web sites in it, both of which need
to share each other's code. Previously, I had added a reference to the
compiled DLL of one project to the other, thereby allowing me to create
class instances and call functions.

Now, in 2005, I still have references to B.DLL in project A and A.DLL
in project B, but those DLLs aren't being generated in the web site's
bin directory anymore, they are in the .NET temporary folder. The
references I have now just point to stagnant DLL files that don't
update when the project code is compiled.

How can I continue to share code between these two web sites? I can't
add a reference to the DLL since the path is something like'

:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Tempo rary ASP.NET
Files\rateupdate\836652a3\7ad91ee4\assembly\dl3\3e 20e346\565be267_4902c601\registration.dll

Thanks,

Mike Fatica

Jan 5 '06 #2

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

Similar topics

3
by: SAM | last post by:
Hi everyone, I consider myself a very competent programmer when it comes to actual programming and analyzing the business that I'm modelling. I am now crossing into what I would consider Access...
2
by: Urs Vogel | last post by:
Hi I observed that my solutions frequently changes the location of references. I have a number of shared DLLs in my solution, used by different applications. When adding the reference in the IDE...
4
by: Claire | last post by:
Visual studio .net 2003. We have created 2 solutions that are related to and dependent on each other's class libraries. One of them is executed as required, the other one sits in the task bar....
1
by: Claire | last post by:
In our application we've used several 3rd party windows form controls that were installed into their own individual directories. We have to avoid using the GAC, all our dlls should be found...
4
by: cmay | last post by:
Maybe someone can give an idea of why I am having this problem before I put my fist through the computer screen. My problem goes like this.... Lets say I keep my DLLs in a folder called...
11
by: Brett Romero | last post by:
If I create a DLL (my.dll) that references other DLLs, how do I make sure other developers only need my.dll and not all of the other DLLs it references? Is there a way to compile the references...
1
by: KJ | last post by:
Hello All, I am using integrated VSS source control with my solution (VS2005). It consists of a web site (source-controlled) and several class libs (all source-controlled). I can add references...
1
by: waldo | last post by:
Hi there, I'm trying to create an ASP site in Visual Studio 2005 that needs to include some dlls that I have already written. The problem is that when I add a reference to a certain dll, i get...
6
by: =?Utf-8?B?d2lsbGlhbQ==?= | last post by:
Hi, I posted this in wrong group, so just re-post here. There are two ways to create web-based application or web service, from VS start page, click on File and New, two options you can choose,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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.