Use Crystal Report 2010 in Vs 2010 with .Net Framework 3.5 as Target
I Want Publish My Project with Microsof开发者_如何学JAVAt .Net Framework 3.5.When I Use Crystal Report 2010 In Vs 2010,To Run The Crystal Report Net 4.0 Is required But My Target Framework Is 3.5.How Can I Solve This Problem??
hosseinsinohe - not sure why the problem. however, a 'solution' to your issue would be to only use the .net 3.5 framework in your vs2010 solution. as you'll be aware, you can set this by going to:
project->properties->application->target framework
then simply select .net framework 3.5
simple :)
精彩评论