This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
1. Created class library that contains the LightSpeed Model 2. Created console project in the same solution. 3. Tried to add reference by pointing to class library 4. on compilation got this error The referenced assembly could not be resolved because it has a dependency on "System.Data.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project. That's what I have any ideas?
|
|
|
Created empty Project, before the Lightspeed model was added it was good, immediately after (even with blank) model http://screencast.com/t/ZmZlZjY4ZGY all 3 projects set a target to be .net 4.0
|
|
|
Hi, Could you try not targeting the "client profile", it is a stripped down version of the .NET framework. If you move it up to the full framework profile, do you still get the issue? John-Daniel |
|
|
worked! |
|