I've created a page with a WebScheduleInfo object and WebMonthView control. I've set the WebScheduleInfoID in the WebMonthView control. In the WebScheduleInfo object I've set the AppointmentFormPath, but am getting either "Not found" error when the site tries to resolve, or "Unknown server tag 'cmb:combobox'". I'm not sure but think it may be a permissions problem. I've installed the ASP.Net package under Program Files, but when I refer to the path for AppointmentFormPath setting in the WebScheduleInfo object I get either one of the errors listed above. Where should the WebSchedule directory be located? How do I set this up so that I can reference the AppointmentFormPath.aspx file without error?
Here's the default setting for AppointmentFormPath: /ig_common/20072clr20/Forms/WebSchedule/AppointmentAdd.aspx
I'm also receiving this error as well: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
1. Copy Global.asax into Root Folder2. Copy Licences.licx into Root Folder3. Copy Bin Folder into Root Folder4. Copy CS Folder into Root Folder/App_Code
The above 4 is needed basically. Otherwise normally drag and drop
The Webschedule directory needs to be marked as an application in IIS.
in IIS, go to ig_common/2007xClrxx./WebSchedule. Bring up properties for WebSchedule.Where it says Application Name click the Create button (if there is a Remove button, then you've already made this directory an application)
I also had to copy some of the infragistics dll's into the ig_common/2007xClrxx./WebSchedule/bin directory of the server. Check the windows Event Viewer for any errors related to missing assemblies.
If you don't get a response from your peers here please submit your issue to our Developer Support team
OK, let me try to simplify my post. I'm trying to test the WebScheduler controls through VS2008 Debugging function. Again, I've added the following controls to the Default.aspx page: AccessDataSource (using WebSchedule2.mdb database); WebScheduleOleDbProvider (connecting to database and schedule controls); WebScheduleInfo; WebCalendarView; and WebDayView. When I run site through VS debugging all works except adding appointments. When I double click in inside WebDayView timeslot, the popup appears but I get a "Not Found" error instead of the AppointmentAdd.aspx file. My AppointmentFormPath setting in WebScheduleInfo control is set as follows: /ig_common/20072clr20/Forms/WebSchedule/AppointmentAdd.aspx. I've check the permissions - all is good. I've checked IIS - all is good. I even recreated the virtual directory for WebSchedule as follows:
To restore the virtual directory and application definition, use the following steps:1. Open IIS.2. Under Default Web Site, navigate to ig_common\20053\Forms3. In the file area, right-click and select New | Virtual Directory - this will bring up the Virtual Directory Creation Wizard.4. At the "Welcome" screen, click Next.5. Under "Alias," enter "WebSchedule" and click Next.6. Under Directory, enter the following path then click Next: C:\Inetpub\wwwroot\aspnet_client\infragistics\20072CLR20\Forms\WebSchedule\7. On the "Access Permissions" screen, make sure that "Read" and "Run scripts (such as ASP)" boxes are checked, while the rest are unchecked, and click Next.8. At the "Completed" screen, click Finish.
All is in place, so I'm perplexed as to why I'm getting a "Not Found" error. I would like to get past this ASAP.
Thanks,Bob