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

Thread is closed for posting
11 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 02 Feb 2009 Link to this post

    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.
  2. 1E287954-5F4C-41A6-87BD-28E11AA5C90B
    1E287954-5F4C-41A6-87BD-28E11AA5C90B avatar
    15 posts
    Member since:
    May 2007

    Posted 06 May 2009 Link to this post

    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?
  3. A37E9181-8F1C-4F1B-B931-0D3BF1B6623F
    A37E9181-8F1C-4F1B-B931-0D3BF1B6623F avatar
    1 posts
    Member since:
    Oct 2012

    Posted 07 May 2009 Link to this post

    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.
  4. E9CC4DB5-51E4-43A8-AD27-8DA47C3C8FC3
    E9CC4DB5-51E4-43A8-AD27-8DA47C3C8FC3 avatar
    727 posts
    Member since:
    May 2017

    Posted 11 May 2009 Link to this post

    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.
  5. AA055984-5652-4E73-9609-2CD30DE27591
    AA055984-5652-4E73-9609-2CD30DE27591 avatar
    1 posts
    Member since:
    Sep 2012

    Posted 13 May 2009 Link to this post

    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?


  6. E9CC4DB5-51E4-43A8-AD27-8DA47C3C8FC3
    E9CC4DB5-51E4-43A8-AD27-8DA47C3C8FC3 avatar
    727 posts
    Member since:
    May 2017

    Posted 14 May 2009 Link to this post

    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.
  7. 4363BC6D-CCDB-4FC4-8D17-E1DA958D5BC0
    4363BC6D-CCDB-4FC4-8D17-E1DA958D5BC0 avatar
    2 posts
    Member since:
    Jul 2009

    Posted 23 Jun 2010 Link to this post

    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.
  8. 5B893B59-AA43-4633-975C-07F3B2A539CF
    5B893B59-AA43-4633-975C-07F3B2A539CF avatar
    375 posts
    Member since:
    Nov 2016

    Posted 25 Jun 2010 Link to this post

    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
  9. D1FEB735-0615-4395-9E4D-717E19EF6CEB
    D1FEB735-0615-4395-9E4D-717E19EF6CEB avatar
    62 posts
    Member since:
    Jun 2012

    Posted 18 Aug 2010 Link to this post

    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!
  10. 5B893B59-AA43-4633-975C-07F3B2A539CF
    5B893B59-AA43-4633-975C-07F3B2A539CF avatar
    375 posts
    Member since:
    Nov 2016

    Posted 20 Aug 2010 Link to this post

    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
  11. DF306142-48B5-44E4-8E2D-C52759157F15
    DF306142-48B5-44E4-8E2D-C52759157F15 avatar
    581 posts
    Member since:
    Mar 2017

    Posted 13 Jun 2011 Link to this post


    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

This Code Library is part of the product documentation and subject to the respective product license agreement.