iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Thank you for the constructive criticism.I have informed this to Documentation team to be fixed. The fix will be included in the next installer file of Intersoft WebUI Studio.
Please feel free to contact us with any questions or concerns you may have.
Look forward for your response.
Thank you. Got it to work!
Hi, could you be more specific as to how to use the dsSchedulerMoviesSql.cs? I am getting the exact same 30 error messages as posted here by Kevin. I have tried cutting and pasting the c# code from dsSchedulerMoviesSql.cs to the IntersoftDataSet.cs file as outlined in the walkthrough but I still get 20 error messages.
Are there other steps I need to do? Please help and thanks
Hi, as a followup to my previous post, I think I almost have this figured out by pretty much duplicating the movies project code. However, I am getting database errors regarding sql server to the effect that I am using version 655 and the webscheduler/isdatasurce only supports version 612 and lower with no downgrade path.
I am using sql server full 2008 x64 with sp1 as follows:
Microsoft SQL Server Management Studio 10.0.2531.0Microsoft Analysis Services Client Tools 10.0.1600.22Microsoft Data Access Components (MDAC) 6.1.7600.16385Microsoft MSXML 3.0 4.0 5.0 6.0 Microsoft Internet Explorer 8.0.7600.16385Microsoft .NET Framework 2.0.50727.4927Operating System 6.1.7600
is this sql version "to new"? If so, what is the nearest "downgraded" version I can use. Can I use sql server full version at all?
I have spent 4 days trying to get a simple webscheduler application to simply load in a browser and am getting really frustrated trying to evaluate this product.
Ok the previous sql server post has been resolved it was simply a setting in vs2008 causing the problem. so now everything is almost ok. I have replicated the movies project and built with no errors.
However, when I try to run the project in vs2008 the page loads with a blank white page and I noticed the webscheduler_movies.mdf sql database file keeps closing the server connection as soon as the page loads.
Help please.......I think I am close!
On step #16: Add a new class and named it Intersoft_DataSet.cs.
On step #17: Here is the Intersoft_DataSet.cs’s content.
Inside the Intersoft_DataSet.cs class code, please modify following line.
Line 2:
Original code: namespace IntersoftDataSetTableAdapters
Change to: namespace Intersoft_DataSetTableAdapters
Line 14; 37; 60; 83; 106:
Original code: OleDbCommand command = new OleDbCommand();
Change to: SqlCommand command = new SqlCommand();
Line 17; 40; 63; 86; 109:
Original code: return (int)command.ExecuteScalar();
Change to: return int.Parse(command.ExecuteScalar().ToString());
If the error still persists, could you please kindly send the complete project for further investigation?
Could you please update the walkthrough with the correct information. It would sure save people some valuable time and perhaps influence their purchasing decision in a positive manner. I ran into this same issue while trying to evaluate the product.
Thanks
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname