﻿<?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 - ClientUI - Deployment</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deployment/</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>Deployment</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deployment/</link><pubDate>Thu, 28 Feb 2013 22:31:47 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;It seems you are using ASP.NET product in your application.&lt;br&gt;&lt;/br&gt;After upgrading from 2011 R2 to 2012 R2, you should upgrade all assembly file in your application’s Bin folder as well.&lt;/p&gt;
&lt;p&gt;However, if the issue still persists, could you please try to run your application using the latest assembly version?&lt;br&gt;&lt;/br&gt;You could get the latest assembly version through Intersoft “Manager Update” application.&lt;/p&gt;
&lt;p&gt;But if those workaround still can’t resolve your issue, would you mind provide me more detail about your current application or perhaps a simple sample that replicates this issue?&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Hans.&lt;/p&gt;</description></item><item><title>Deployment</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deployment/</link><pubDate>Thu, 28 Feb 2013 01:54:50 GMT</pubDate><dc:creator>d4dennis</dc:creator><description>&lt;p&gt;Hi there, &lt;/p&gt;
&lt;p&gt;I've encounter the same issue when i upgrade from 2011 R2 to 2012 R2.&lt;/p&gt;
&lt;p&gt;After i upgrade with 2012 R2, i was no longer able to run my web application. When i run a trace and find the following error in the initialization stack.&lt;/p&gt;&lt;pre&gt;Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
aspx.page: Begin PreInit
A first chance exception of type 'System.NullReferenceException' occurred in Renown.WebApp.DLL
Unhandled Execution Error:  -- Method not found: 'ISNet.WebUI.DesignerInfo ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.:    at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.PageThemeParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName)
   at System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName)
   at System.Web.UI.Page.InitializeThemes()
   at System.Web.UI.Page.PerformPreInit()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;/pre&gt;
&lt;p&gt;Can you advise a solution. Thanks&lt;/p&gt;</description></item><item><title>Deployment</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deployment/</link><pubDate>Tue, 19 Feb 2013 22:57:09 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I apologize for any inconvenience this problem may have caused you.&lt;/p&gt;
&lt;p&gt;I’m willing to advise you further but in order to do so I would need more information about your current scenario.&lt;br&gt;&lt;/br&gt;Are you using ClientUI product or ASP.NET product?&lt;br&gt;&lt;/br&gt;From error message that you provide, it seems your current application is ASP.NET application.&lt;/p&gt;
&lt;p&gt;In order to deploy ASP.NET application, you could follow the step-by-step instruction on how to deploy ASP.NET application from this link (&lt;a href="http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Deploy-ASPNET-Application-with-SmartWebResources/"&gt;http://www.intersoftpt.com/Support/WebUIStudio/Tutorial/Text/Deploy-ASPNET-Application-with-SmartWebResources/&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;From the error message I also suspect that the error occurs due to you want to edit / open Intersoft product in Visual Studio design view in deployment server.&lt;br&gt;&lt;/br&gt;We shouldn’t modify the Intersoft ASP.NET application in deployment server, because basically, we shouldn’t install any Intersoft product in deployment server.&lt;br&gt;&lt;/br&gt;We should modify the ASP.NET application in development environment only.&lt;/p&gt;
&lt;p&gt;If you don’t mind, could you provide me a step by step guide that I can use to observe the problematic behavior?&lt;/p&gt;
&lt;p&gt;Please forgive me for lack of understanding about the reported problem and correct me if I wrong.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Hans.&lt;/p&gt;</description></item><item><title>Deployment</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Deployment/</link><pubDate>Tue, 19 Feb 2013 06:46:35 GMT</pubDate><dc:creator>jarl.hedin@svenskmjolk.se</dc:creator><description>&lt;p&gt;When deploy to productionserver I get this error&lt;/p&gt;&lt;b&gt; &lt;/b&gt;Method not found: 'ISNet.WebUI.DesignerInfo 
ISNet.WebUI.ISDesignerBase.get_ComponentDesignerInfo()'.&lt;br /&gt;
&lt;p&gt;best regards Jarl &lt;/p&gt;</description></item></channel></rss>