Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I re-compiled a SL 4 project, which was created before my CPU changed, and got failed at multiple points. I believe that the failures are mainly due to FW version conflicts. E.g., in my projects, some of the Dlls are listed below:
<pre lang="text">
ESRI.ArcGIS.Client   V4.030319
Microsoft.CSharp      V2.0.507272
Microsoft.Expression.Controls   V5.0.5.0
Microsoft.Expression.Interactions  V4.030319
mscorlib     V2.0.507272
System      V2.0.507272
System.Windows      V2.0.507272
System.Windows.Controls          V2.0.507272
System.Windows.Controls.Data.DataForm.Toolkit      V4.030319
System.Windows.Controls.Data.Input          V2.0.507272
System.Windows.Controls.Navigation         V2.0.507272
System.Windows.Interactivity   V4.030319
System.Xml   V2.0.507272
System.Xml.Ling     V4.030319

In the .csproj file, the TargetFrameVersion is 4.0:
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

Appreciate if you can share your experience.
Posted
Comments
[no name] 28-Aug-14 19:33pm    
Well... since you asked. It's been my experience that if you expect people to read your mind or look over your should at your monitor to try and figure out what you think "failed at multiple points" means, you will probably not be getting too many meaningful answers.

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