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

Telerik.Web.Mvc.UI

1 Answer 299 Views
Getting Started
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 10 Apr 2012, 02:40 PM
Hi, 

In SDK example file Web.config
under C:\Program Files (x86)\Telerik\OpenAccess ORM\ProductSdk\Content\Samples\asp\CSharp\SofiaCarRentalMvc\SofiaCarRental, 

It says Telerik.Web.Mvc.UI 

<namespaces>
  <add namespace="System.Web.Helpers" />
  <add namespace="System.Web.Mvc" />
  <add namespace="System.Web.Mvc.Ajax" />
  <add namespace="System.Web.Mvc.Html" />
  <add namespace="System.Web.Routing" />
  <add namespace="System.Web.WebPages" />
  <add namespace="Telerik.Web.Mvc.UI" />
  <add namespace="Telerik.OpenAccess" />
</namespaces>

However I can not find that Telerik.Web.Mvc.UI either in the SDK reference entry, nor on my Hard drive. 

This gave me problem when trying the project in
C:\Program Files (x86)\Telerik\OpenAccess ORM\ProductSdk\Content\Samples\asp\CSharp\SofiaCarRentalMvc 

please help. 

thanks

1 Answer, 1 is accepted

Sort by
0
Ivailo
Telerik team
answered on 13 Apr 2012, 10:04 AM
Hello Ohsha,

The namespace Telerik.Web.Mvc.UI is a part of the Telerik.Web.Mvc assembly which is deployed with the OpenAccess SDK.

First I would recommend you to check if everything is fine with the assembly reference in the SofiaCarRental user interface project. In case there is something wrong with this reference, please check the folders:
- C:\Program Files (x86)\Telerik\OpenAccess ORM\ProductSdk\Content\Common\Dependencies - there the assembly is initially deployed when the SDK is installed
- C:\Users\ [username] \AppData\Local\Telerik.OpenAccess.SDK\Dependencies - this is a temporary location where the dependencies are copied to be used by the examples.

You can use both for your reference, but I would recommend you the second one as it is supposed to be automatically referred when you click Open Solution / Open Test Solution from the SDK Browser.

Kindly let us know if you are not able to locate or fix the reference.

Greetings,
Ivailo
the Telerik team
Telerik OpenAccess ORM Q1 2012 release is here! Check out what's new or download a free trial >>
Tags
Getting Started
Asked by
Ohsha
Top achievements
Rank 1
Answers by
Ivailo
Telerik team
Share this question
or