﻿<?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 - Lounge - ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISGetObject-not-working-after-upgrade/</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/Lounge/ISGetObject-not-working-after-upgrade/</link><pubDate>Wed, 03 Jun 2015 01:32:22 GMT</pubDate><dc:creator>yudi</dc:creator><category>ISGetObject</category><category>upgrading</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Glad to hear the good news.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;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.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISGetObject-not-working-after-upgrade/</link><pubDate>Tue, 02 Jun 2015 17:58:23 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>ISGetObject</category><category>upgrading</category><description>Problem solved! The virtua directory for "CommonLibrary" was missing on IIS, at the machine I was testing from.&lt;br&gt;</description></item><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISGetObject-not-working-after-upgrade/</link><pubDate>Mon, 01 Jun 2015 09:36:18 GMT</pubDate><dc:creator>tj@domesticsoft.com</dc:creator><category>ISGetObject</category><category>upgrading</category><description>Hi,&lt;br&gt;Yes I have tripple checked all this, but it does not help.&lt;br&gt;I don't know if that helps but as you can se in the attahced screenshot, the Intersoft-trial-nag-screen states that I'm evaluating WEBUI 2012. I have never installed WEBUI2012, so that is hardly correct text or what?&lt;br&gt;&lt;br&gt;Or has it to do something with that it cant find the script source for ISGetObject(). How do I check that?&lt;br&gt;&lt;br&gt;I'm using Visual Studio 2010 if that matters.&lt;br&gt;&lt;br&gt;TJ&lt;br&gt;</description></item><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISGetObject-not-working-after-upgrade/</link><pubDate>Mon, 01 Jun 2015 03:22:17 GMT</pubDate><dc:creator>yudi</dc:creator><category>ISGetObject</category><category>upgrading</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;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.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>ISGetObject() not working after upgrade</title><link>http://www.intersoftsolutions.com/Community/Lounge/ISGetObject-not-working-after-upgrade/</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>