Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Accessing framework 2.0 assembly in framework 1.1 application

Reply
Thread Tools

Accessing framework 2.0 assembly in framework 1.1 application

 
 
Amit Bhatnagar
Guest
Posts: n/a
 
      10-03-2007
Hi,

We have couple of assemblies developed in framework 2.0, we need to
include them in project reference in our one of the application which
was dewveloped in framework 1.1. I trie to ad them but IDE VS.NET2005
doesn't allow me to do the same.
Although those were DLLs but VS still throws exception and prompt that
only DLLs can be referred. I am worndering if it at all possible. Any
help would be greatly helpful for me.

Thanks
Amit

 
Reply With Quote
 
 
 
 
sloan
Guest
Posts: n/a
 
      10-03-2007


I kinda think thats the equivalent of

I have an fuel injection setup for my 2007 mustang, will it fit in my 1983
Mustang?

.............

If you don't have 2.0 specific features in your 2.0 code, then perhaps you
can compile that code in 1.1.


I don't know, wait for someone else to chime in. But I think you're driving
the wrong way on a one way street.





"Amit Bhatnagar" <> wrote in message
news: oups.com...
> Hi,
>
> We have couple of assemblies developed in framework 2.0, we need to
> include them in project reference in our one of the application which
> was dewveloped in framework 1.1. I trie to ad them but IDE VS.NET2005
> doesn't allow me to do the same.
> Although those were DLLs but VS still throws exception and prompt that
> only DLLs can be referred. I am worndering if it at all possible. Any
> help would be greatly helpful for me.
>
> Thanks
> Amit
>



 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      10-03-2007
this can not be done as version 1 vm cannot host version 2 dlls. what
you can do is convert the web site to version 2, and run the version 1
dlls.

you other option is to host the version 2 dlls as a web service.

-- bruce (sqlwork.com)



Amit Bhatnagar wrote:
> Hi,
>
> We have couple of assemblies developed in framework 2.0, we need to
> include them in project reference in our one of the application which
> was dewveloped in framework 1.1. I trie to ad them but IDE VS.NET2005
> doesn't allow me to do the same.
> Although those were DLLs but VS still throws exception and prompt that
> only DLLs can be referred. I am worndering if it at all possible. Any
> help would be greatly helpful for me.
>
> Thanks
> Amit
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assembly's manifest definition does not match the assembly reference. Horatiu Margavan via .NET 247 ASP .Net 0 08-30-2004 04:14 PM
ASP.NET 2.0: What is the namespace and assembly name of generated assembly SA ASP .Net 0 08-09-2004 05:09 PM
Referencing assembly from GAC using @assembly fails Brent ASP .Net 1 01-23-2004 08:23 PM
can a strongly named assembly reference a regular assembly? Prasanna Padmanabhan ASP .Net 1 11-19-2003 06:21 AM
Accessing intrisic asp.net objects (ie Application, Session) from an assembly Johan Riis Johansen ASP .Net 1 08-25-2003 05:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57