This is a migrated thread and some comments may be shown as answers.

Failed to load the SofiaCarRental project

3 Answers 58 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ohsha
Top achievements
Rank 1
Ohsha asked on 04 Apr 2012, 09:42 PM
Hi, 

I was trying to open the SofiaCarRental solution which is from the latest SDK download. 
However, I was not able to open the SofiaCarRental project. I get an error message shown in "silverlight project_2012-04-04_16-31-27.png". 

The problem is that, I did the download and did the installation, only to prove that my silverlight  is up to date:

silverlight setup_2012-04-04_16-32-15.png 
get silverlight microsoft silverlight - windows internet explorer_2012-04-04_16-35-18.png 

Please help.
Thanks

3 Answers, 1 is accepted

Sort by
0
Serge
Telerik team
answered on 09 Apr 2012, 04:35 PM
Hello Ohsha,

 Currently the SDK is only capable of checking whether Silverlight 4.0 is installed. This is why the warning pops up and prevents you from going forward. There are a few things you can do though in order to explore the example. The easiest one would be to configure the Overview.xml file located in <Program-Files>\Telerik\OpenAccess ORM\ProductSdk\Content\Samples\Silverlight\CSharp\N-Tier example. 

Just open it in your editor of choice, locate the Requirements node, and remove the node for Silverlight 4.0, this will ensure that the SDK browser does not hold you back. 

I hope this helps. We will be fixing this in the upcoming SDK release.

Regards,
Serge
the Telerik team
Want to use Telerik OpenAccess with SQL Azure? Download the trial version today. 
0
Ohsha
Top achievements
Rank 1
answered on 09 Apr 2012, 04:55 PM
Thank you Serge for your help. 

I followed your instruction, now the Requirements part of my Overview.xml looks like the following, however, I still get the same problem opening the solution under the "N-Tier example" folder. 

please help.
thanks

<Requirements>
    <Requirement>
    <Code>NET40</Code>
    <Name>.NET Framework 4</Name>
    <Description>This sample requires .NET 4 to run.</Description>
  </Requirement>
  <Requirement>
    <Code>VS2010</Code>
    <Name>Visual Studio 2010</Name>
    <Description>This sample requires Visual Studio 2010 to run.</Description>
    <URL><![CDATA[http://www.microsoft.com/visualstudio/en-us/]]></URL>
  </Requirement>
  <Requirement>
    <Code>MSSQL</Code>
    <Name>Microsoft SQL Server</Name>
    <Description>This sample requires a SQL Server 2005 or greater instance to run.</Description>
  </Requirement>
</Requirements>
<TestRequirements>
</TestRequirements>


0
Serge
Telerik team
answered on 12 Apr 2012, 06:22 PM
Hello Ohsha,

 Unfortunately there isn't much more we can do from our side. The projects are referencing Silverlight 4.0, you should be able to run them if you update the csproj to reference 5.0. Or try installing a previous version of the Silverlight Toolkit.

 I hope this helps.

All the best,
Serge
the Telerik team
Want to use Telerik OpenAccess with SQL Azure? Download the trial version today. 
Tags
Data Access Free Edition
Asked by
Ohsha
Top achievements
Rank 1
Answers by
Serge
Telerik team
Ohsha
Top achievements
Rank 1
Share this question
or