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
Hi,We have a ASP.net app that has been working for many years with Intersoft Studio 2008R1. Now we want to come back and upgrade the whole thing. So I downloaded the Studio.NET 2014R2 trial. As our customers use Chrome and have recently had problems with the newest version I also installed the new hotfix of WebUI.NET, strictly following the steps for installing HotFixes. I updated all Intersoft references in our solution and then compile it. It compiled without problem. But when running I ran into the problem that the ISGetObject() function is crashing in my java script below. The first allert ("A!") pops up but not the later one ("B!"). My Intersoft knowledge is quite rusted after almost 7 yers away. What else do I need to change in my old project such that ISGetObject() will be working?
function window_onload() { document.body.style.overflow = "hidden"; if (!navigator.cookieEnabled) alert("Coockies must be enabled for this web application to work properly"); // Se extensions in NavigatorExtensions.js //if(navigator.isMongo) // alert("You are using " + navigator.browser + ".\n\nIE 10.0 and higher are not supported by this web-site. IE 10.0 and higher versions of IE are regarded very problematic versions. Many web sites disregard IE 10 and IE 11.\n\n We strongly recommend using another browser like:\n Mozilla Firefox (firefox.com)\n Google Chrome (chrome.com)\n\nHowever if you persist using " + navigator.browser + " then please enable its \"Compatibility Settings\" for this web site. Without it you may expect abnormal functionalety."); alert("HELLO WORLD A!"); var dlgBox = ISGetObject("c_wdlgLogin"); alert("HELLO WORLD B!"); dlgBox.ShowDialog(); alert("HELLO WORLD C!"); }
Please ensure that you have updated ISNet.dll; ISNet.WebUI.dll; and ISNet.WebUI.Resources.dll in your project's bin folder. Other things to check is (based on the information that 2014 R2 trial has been downloaded): ensure that you have applied latest build of WebGrid; WebDesktop; etc to your project's bin folder too.
Hope this helps.
Glad to hear the good news.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
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