Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
810
The name Resources not found error
posted

Hi,

 

I am trying to implement Forms/AddAppointment.aspx page my webscheduleInfo.

What is the Resources.strings namespace? It gives me error on page.Where do I find this?

Resources.strings.JS_ComboBox_AM on this line.

 

Thanks

Parents
No Data
Reply
  • 8607
    Offline posted

    Hello ssvan,

    The AddAppointment dialog should be available without having to implement the same functionality.  If you add a schedule view control (WebMonthView, WebDayView, etc.) and connect it to a WebScheduleInfo, when you run the project and double click on a timeslot, the Add Appointment dialog should appear.

    To directly answer your question, that is a reference to an internationalized string from a .resx file (WebSchedule/Forms/App_GlobalResources/strings.resx).  Again, you shouldn't have to rebuild the AddAppointment.aspx source code in order to get this dialog to appear.  It is already included in the WebSchedule assembly.

    Let me know if I misunderstood your question.


    Elizabeth Albert
    Localization Engineer

Children