Compiling ASP.Net 2.0 Application under .Net Framework 3.5 and Compiler reference Problems/errors .

Posted by Steve Johnson on Stack Overflow See other posts from Stack Overflow or by Steve Johnson
Published on 2010-04-29T11:12:21Z Indexed on 2010/04/29 11:17 UTC
Read the original article Hit count: 560

Filed under:
|

Hi all

I am converting an ASP.Net 2.0 Project to compile for .Net Framework 3.5 and facing the following compiler error for assembly reference...

InternalXmlHelper.vb(9,0): error BC30560: 'ExtensionAttribute' is ambiguous in the namespace 'System.Runtime.CompilerServices'.

It appears that there are duplicate assembly references one from 2.0 and the other from 3.5 but i have double checked it and its not the issue..

I have also googled around...with no success..

I have sure that i am doing some tiny mistake in additiona or removal of references,,,Is there any special thing that needs to be checked or done when compiling asp.net 2.0 project under .Net Framework 3.5 ?

Kindly help.

Thanks

Regards

© Stack Overflow or respective owner

Related posts about asp.net-2.0

Related posts about .net-3.5