Link to home
Start Free TrialLog in
Avatar of FreightTrain
FreightTrainFlag for United States of America

asked on

Can I reference a 2.0 framework DLL from a website that is running under the asp.net 1.1 framework?

I have a an interesting setup of 3 different websites that are referenced by each other.  2 of them have been upgraded to utilize the 2.0 framework and I have setup new application pools for them and the 3rd is still running under the 1.1 framework.  The 3rd one referenced the dll of the 2nd project, but now it has been upgraded to use the 2.0 framework.  Can I reference a 2.0 dll from a website that runs under the 1.1 framework?  

Thank you in advance for your help.
SOLUTION
Avatar of tops1
tops1
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FreightTrain

ASKER

This is a great idea...There is only one DLL that is referenced within the site that was compiled in the 2.0 framework, everything else in the wesite is 1.1, so it is not a "folder" level issue, but a file level issue.  I don't want to have to recode the application.  

I am having some issues with my Form Authentication peice and I am wondering if it could be related to the mixing of different framework references.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial