C
chandy
Hi all,
I am trying to run some asp.net 1.1 code under v2.0 of the framework.
I changed the IIS config to use v2.0 of the framework for my web site
and I cannot get the site to run. I thought there was supposed to be
no problem running 1.1 compiled code on the 2.0 framework?
The error I get is as follows:
error BC32206: Indirect reference is being made to assembly
my.custom.assembly version 1.0.2090.17635, which contains
'My.Custom.Class'. This Project references a prior version of
my.custom.assembly version 1.0.2089.26219. To use 'My.Custom.Class',
you must replace the reference to my.custom.assembly with version
1.0.2090.17635 or higher.
Any ideas? As I said, this works fine with 1.1.
Chandy
I am trying to run some asp.net 1.1 code under v2.0 of the framework.
I changed the IIS config to use v2.0 of the framework for my web site
and I cannot get the site to run. I thought there was supposed to be
no problem running 1.1 compiled code on the 2.0 framework?
The error I get is as follows:
error BC32206: Indirect reference is being made to assembly
my.custom.assembly version 1.0.2090.17635, which contains
'My.Custom.Class'. This Project references a prior version of
my.custom.assembly version 1.0.2089.26219. To use 'My.Custom.Class',
you must replace the reference to my.custom.assembly with version
1.0.2090.17635 or higher.
Any ideas? As I said, this works fine with 1.1.
Chandy