Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 2.0 and Visual Studio. 2005 > .NET Framework 2.0
|
.NET Framework 2.0 For discussion of the Microsoft .NET Framework 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Framework 2.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 11th, 2007, 01:20 AM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem with adding reference from 2.0 to 1.1

Hi,

    i'm trying to use a .dll (class library) in .net 1.1 which is created in .NET 2.0. while adding a reference throws an error stating that it is not a valid dll reference. if anybody of you have faced this issue. please let me know.


Thanks in advance.
:)
 
Old May 11th, 2007, 07:52 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Simply put, you can't reference a 2.0 assembly from 1.1. You can however reference a 1.1 assembly from 2.0. You'll have to take the 2.0 code and compile it in 1.1 in order to use it in 1.1 (assuming you can compile it).

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Service Reference taposh_dr BOOK: Professional WCF Programming: .NET Dev with Windows Communication Found ISBN: 9780470089842 1 July 11th, 2007 01:48 PM
Getting Error while adding reference to WebService vijayaramb ASP.NET 2.0 Basics 0 March 7th, 2007 01:28 AM
Adding a reference to a web service loganscott2000 .NET Web Services 1 April 13th, 2005 09:51 PM
Component/Reference Adding Error mythios VS.NET 2002/2003 0 August 28th, 2003 12:45 AM
Error While Adding Web Reference geeta .NET Web Services 2 July 19th, 2003 11:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.