﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - upgrading</title><link>http://www.intersoftsolutions.com/Community/Tags/upgrading/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Tags/upgrading/</link><pubDate>Sun, 31 May 2015 15:07:17 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>ISGetObject</category><category>upgrading</category><description>&lt;p&gt;Hi,&lt;br&gt;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!"). &lt;br&gt;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()&amp;nbsp; will be working?&lt;br&gt;&lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;pre&gt;    	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!");
        }
&lt;/pre&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>