I'm 99% sure you're trying the impossible. Get the source code and
recompile. If you have to get reflector, it allows you to read the
assembly. If you HAVE to do that, you may want to 1.1 items as COM or
something. I do that with many apps.
> I'm 99% sure you're trying the impossible. Get the source code and
> recompile. If you have to get reflector, it allows you to read the
Agreed. You don't have to "port" the other assemblies to use any new 2.0
features at this stage, just run them through the 2.0 compiler which
understands the new metadata format.
I think you could mix 1.1 and 2.0 assemblies in the same app because the 2.0
runtime understand both. But a 1.1 assembly can never inherit from a 2.0
class because the 1.1 compiler can't import the 2.0 assembly.
> assembly. If you HAVE to do that, you may want to 1.1 items as COM or
> something. I do that with many apps.
[quoted text clipped - 26 lines]
>> Thanks.
>> -Prasad
SenthilVel - 10 Oct 2006 11:12 GMT
Hi
I am also in the process of converting my web apps to 2.0.
The best method is MIGRATE your project to CLR2.0.
The web app and all the related assmeblies must be pointing to 2.0.
I have a few links which are mentioned in my blog reg this , plese check
those.
Thanks
Senthil
http://dotnetcrunch.blogspot.com
>> I'm 99% sure you're trying the impossible. Get the source code and
>> recompile. If you have to get reflector, it allows you to read the
[quoted text clipped - 37 lines]
>>> Thanks.
>>> -Prasad