Skip Navigation LinksHome / Community & Support / Code Library / Telerik OpenAccess ORM > General and Integration Projects > Demo of using ASP.NET MVC with RadControls for ASP.NET AJAX and OpenAccess ORM

Not answered Demo of using ASP.NET MVC with RadControls for ASP.NET AJAX and OpenAccess ORM

Feed from this thread
  • Posted on Feb 2, 2009 (permalink)

    Requirements

    RadControls version

    2008.3.1314.35
    OpenAccess version 2010.2.804.5
    .NET version

    3.5
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This demo application represents an online forum and demonstrates tight integration between ASP.NET MVC, RadControls for ASP.NET AJAX and OpenAccess ORM.

    UPDATE:The most recent version of this project can be found in the Software Development Kit, which you can download here. In case you have questions related to this project, please use the support ticketing system.

  • Posted on May 6, 2009 (permalink)

    Unzipped

    Tried to open in Visual Studio 2008 it says source control files not found and it refused to open project Telerik.mvc.web as project type not supported

    I only have 2009 open access no earlier copies installled

    Any ideas please?

  • Funny-NjK- avatar

    Posted on May 7, 2009 (permalink)

    Hi Stephen,

    Don't worry about the source control files not being found, if you edit the csproj file (using notepad) you simply remove all tags near the top like the ones shown below.

        <SccProjectName>SAK</SccProjectName>
        <SccLocalPath>SAK</SccLocalPath>
        <SccAuxPath>SAK</SccAuxPath>
        <SccProvider>SAK</SccProvider>

    Then you will need to install the ASP.NET MVC Framework.  One easy way to do that is by using the Microsoft Web Platform.

    http://www.microsoft.com/web/gallery/install.aspx?appsxml=www.microsoft.com%2Fweb%2Fwebpi%2F2.0%2FWebProductList.xml&appid=83

    After it is installed and is running, you check the ASP.NET MVC checkbox and then click on the install button.  Or you can go to http://www.asp.net/mvc/download/ and click on the download link.

    Hope this helps.

  • Alexander Alexander admin's avatar

    Posted on May 11, 2009 (permalink)

    Hello Stephen,

    We are sorry about the source control information left. We will fix the solution. Thank you for your feedback, your Telerik points have been updated.

    Regards,
    Alexander
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

  • Bob avatar

    Posted on May 13, 2009 (permalink)

    I can't seem to get this working with the new version of open access orm.  Could you provide a version of the solution for latest version of ORM?


  • Alexander Alexander admin's avatar

    Posted on May 14, 2009 (permalink)

    Hi Bob,

    Please remove the references to Telerik.OpenAccess and Telerik.OpenAccess.Query libraries from all projects and add them again. This step is required on every change of the version of OpenAccess because currently the references are version specific. You will probably have to change the version in those two rows in the Web.config file as well according to your installed version:
    <add assembly="Telerik.OpenAccess, Version=2008.3.1327.2, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342" /> 
    <add assembly="Telerik.OpenAccess.Query, Version=2008.3.1327.2, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342" /> 

    Greetings,
    Alexander
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.

  • William avatar

    Posted on Jun 23, 2010 (permalink)

    Hi,

    I'm trying to migrate this demo to Visual Studio 2010, ASP.NET MVC 2.0 and OpenAccess ORM 2010.1.312 trial version.

    Is possible to work with this update programs, or i have to use Visual Studio 2008.

    Thank you.

  • Serge Serge admin's avatar

    Posted on Jun 25, 2010 (permalink)

    Hi William,

    What you want to accomplish is easily done in two steps:

    First you have to open the solution in Visual Studio 2010, the default Upgrade Project tool of Microsoft will pop up. Follow the steps and when asked upgrade to .NET version 4.0. This will automatically convert the application to use ASP.NET MVC 2 and the application from this point on will be compatible with VS2010.

    What is left to do is just run the Check Settings Wizard which you can find in the OpenAccess menu under Configuration. This will update the assembly references and web.config file to correctly point to the installed version of Telerik OpenAccess ORM. More details about the Check Settings wizard can be found here.

    If you face any difficulties, please contact us back.

    Regards,
    Serge
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

  • richardFlow avatar

    Posted on Aug 18, 2010 (permalink)

    I can't seem to get the database included in the zip file to attach to my SQL server 2008.

    I get the following error:

    Unable to open the physical file "C:\!Workspace\Development\Demo Projects\157636_mvcforum\Forum.mdf". Operating system error 5: "5(failed to retrieve text for this error. Reason: 15105)". (Microsoft SQL Server, Error: 5120)

    Any advice?

    Thanks!

  • Serge Serge admin's avatar

    Posted on Aug 20, 2010 (permalink)

    Hi Web Belief Ltd,

     I assume that you are trying to attach this mdf file using Sql Server Management Studio. If so can you try
    running the Management Studio as Administrator. And please check the permissions you have for this file, try setting them to 'Everyone'.

    This should resolve any issue you might have.

    I hope this helps.

    Sincerely yours,
    Serge
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

  • Damyan Bogoev Damyan Bogoev admin's avatar

    Posted on Jun 13, 2011 (permalink)


    The most recent version of this project can be found in the Software Development Kit, which you can download here. In case you have questions related to this project, please use the support ticketing system.

    All the best,
    Damyan Bogoev
    the Telerik team
    Q1’11 SP1 of Telerik OpenAccess is available for download; also available is the Q2'11 Roadmap for Telerik OpenAccess ORM.

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / Telerik OpenAccess ORM > General and Integration Projects > Demo of using ASP.NET MVC with RadControls for ASP.NET AJAX and OpenAccess ORM