Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I recently changed my projects Framework from 4.0 to 3.0 as required from the company.

I got the following errors:
1. The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?)
2. The primary reference 'AjaxControlToolkit, Version 4.140412.0. Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL' could not be resolved because it has an indirect dependency on the framework assembly "System.Xml.Linq, version 4.0.0.0"

With Framework 4 System.Xml.Linq worked fine but not in Framework 3. I replaced the System.Xml.Linq namespace with LinqBridge and works fine.

Any help would do please.

Regards
Posted

This Helped with the second problem.

Click Here
 
Share this answer
 
This Helped with the first problem.


Click Here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900