Skip Navigation LinksHome / Community & Support / Code Library / Telerik OpenAccess ORM > General and Integration Projects > SofiaCarRental Sample Application - C# version

Not answered SofiaCarRental Sample Application - C# version

Feed from this thread
  • Posted on Mar 13, 2009 (permalink)

    Requirements

    OpenAccess ORM version 2010.1.527.2 (Q1 SP1)
    RadControls version

    2008.3.1314.20
    .NET version

    3.5
    Visual Studio version

    2008
    programming language

    C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This is the complete c# application created step by step in the GettingStarted section from the OpenAccess documentation.

    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.

  • Robert Lester avatar

    Posted on May 26, 2010 (permalink)

    The c# zip file does not contain the correct code example

  • Serge Serge admin's avatar

    Posted on May 28, 2010 (permalink)

    Hello Robert Lester,

     The example has been fixed. Thank you for your input.

    Best wishes,
    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.

  • Ferz avatar

    Posted on May 24, 2011 (permalink)

    The example is not working, it throws the following error when compiling: Error 1 The type or namespace name 'SofiaCarRentalEntityDiagrams' could not be found (are you missing a using directive or an assembly reference?) C:\Users\ferz\Documents\Visual Studio 2008\WebSites\Agency\CarRentWebSite\SeeRates.aspx.cs 14 17 CarRentWebSite

    I checked the OAData and the SofiaCarRentalEntityDiagrams is missing, so how can this reference exists if there's not a class or namespace with that name?

  • Serge Serge admin's avatar

    Posted on May 27, 2011 (permalink)

    Hi Ferz,

     The SofiaCarRentalEntityDiagrams is a type defined in the referenced project hat must have not built in order for such an error to pop up. Can you please try upgrading the references of OpenAccess through the upgrade reference options and give it a try again. We will be looking further into the problem and will upgrade to sample to use the latest OpenAccess version.

    However for the time being I suggest having a look at our SDK browser. It is basically a sample browser that you can use to see all of our examples. It is our primarily means of shipping examples and is constantly updated with new examples. It has a very comprehensive set of samples showing different kinds of technologies integrated with OpenAccess including all WCF services, SL, WPF, WinForms, WebForms, MVC and so on.

    I hope this helps.

    Best wishes,
    Serge
    the Telerik team
    Q1’11 SP1 of Telerik OpenAccess is available for download; also available is the Q2'11 Roadmap for Telerik OpenAccess ORM.

  • 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 > SofiaCarRental Sample Application - C# version