﻿<?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 - WebGrid Enterprise - VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</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>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Thu, 18 Aug 2011 15:41:54 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Yousif,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I need to consult about your issue to our developers before I can provide any solutions for you.&lt;br /&gt;I'll be back to this thread with a solution for you as soon as possible.&lt;/p&gt;
&lt;p&gt;Take your time Yousif.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy &lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Wed, 17 Aug 2011 08:12:24 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;Hi Riendy,&lt;/p&gt;
&lt;p&gt;It'll be difficult to provide a sample as this problem is not consistent.  But like I said in my initial email, it's not the problem with the assembly itself and it's not really an Intersoft problem.  Although that may not be a 100% certainty, but let us go with that premise for now.&lt;/p&gt;
&lt;p&gt;There are two separate issues I see here:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Why is this &lt;strong&gt;WinUI&lt;/strong&gt; assembly needed for web-based controls?&amp;nbsp; We don't use any WinForms and Windows UI components so we'd like to know why this is needed.&amp;nbsp; I'm assuming this is a WinForms assembly based on the naming.&lt;/li&gt;&lt;li&gt;Microsoft has identified the source being assemblies that are .NET 1.1.&amp;nbsp; With that being the case, can't you guys just provide a new version of this assembly compiled under, at minimum, the .NET Framework 2.0?&amp;nbsp; I know that 2.0 was a major upgrade over 1.1 so I can understand that it may require more than just a simple recompile, but now that .NET is up to version 4.0, it's probably time to get rid of any 1.1 assemblies to avoid future problems anyway don't you agree?&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;You can easily create your own VS2008 solution with some custom control projects (just create some dummy controls that derive from existing classes like TextBox, Label, etc.) and a web &lt;strong&gt;applicaton&lt;/strong&gt; project (NOT web site) with several ASPX pages.  Then convert it to VS2010, then attempt to make updates to the aspx pages.  Right now I just don't have the time to create a sample for you as it's a bit time consuming.&lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Tue, 16 Aug 2011 16:08:40 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi yousif,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Basically, to solve the issue, firstly we have to reproduce the issue here.&lt;br /&gt;But, I have a trouble to reproduce your issue. &lt;br /&gt;Could you please give me your simple runable sample to riendy@intersoftpt.com. It is very help us to provide a solutions for your issue.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Mon, 15 Aug 2011 14:20:21 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;No, this issue is NOT related, directly anyway, to the other one, however, we do need help on resolving the other issue Yudi is working on since we're still on VS2008.&lt;/p&gt;
&lt;p&gt;I'd be happy to show you, via webex, if you'd like the other issue, however, I've already provided video and samples.&lt;/p&gt;
&lt;p&gt;With this issue, it's going to require involving Microsoft as well.  Right now, unfortunately, I don't have the time to spend on this one.  It may be a few weeks until I'm free to devote time to this one, so e can touch base again at that time.&lt;/p&gt;
&lt;p&gt;Essentially, when you update ASPX markup code, what happens is that the designer is not updated correctly with the control.  So, for example, if we add our own custom text box, say PrismVirtualTextBox from an assembly namespace called PRISM.VirtualInterface, the designer file woudl be incorrectly updated with the object from the wrong namespace, e.g., PRISM.BusinessLogic.PrismVirtualTextBox.&lt;/p&gt;
&lt;p&gt;If you're attempting to duplicate, you'll have to create a solution with custom control classes and some "dummy" classes that are under the same top namespace in VS2008 first.  After you set up the test, you'll need to then upgrade your solution to VS2010 and then make updates to your ASPX code.  it may work for a while so you have to keep making updates until it breaks.  It may take several tries like it did with us.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Mon, 15 Aug 2011 14:04:24 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Yousif,&lt;br /&gt;&lt;br /&gt;Sorry for the latest response. &lt;br /&gt;I assume this issue have a relation with your issue in &lt;a href="http://intersoftpt.com/Community/WebGrid/Local-Live-Samples-WebCombo-Integration-Into-WebGrid-Causes-Error/" target="_blank"&gt;other thread&lt;/a&gt;. If the issue in that page has solved and this issue still appear, We have to get more concern to this issue. So, I have colaborated with Yudi who handle your issue in that thread. We are trying to replicate your issue using vs2008 SP1 and unfortunately, we are unable to replicate that issue. &lt;/p&gt;&lt;p&gt;would you please give us a permission to remote your desktop ? &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy &lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Fri, 12 Aug 2011 08:11:53 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;The issue comes up when you UPGRADE a 2008 project to 2010.  New projects don't seem to be affected.&lt;/p&gt;
&lt;p&gt;After the project is upgraded, if the old project had .NET 1.1 assemblies, it causes issues with Microsoft's parsers in that they do NOT update the designer files correctly with the appropriate namespace on objects.&lt;/p&gt;
&lt;p&gt;Microsoft said we can't have any .NET 1.1 assemblies in the 2008 project to upgrade to 2010.  So it's not specifically YOUR assembly that's the issue, it's the fact that it's a 1.1 assembly which is why I asked if you guys can provide it in a .NET 2.0 version at a minimum at this point.  Thank you.&lt;/p&gt;
&lt;p&gt;[EDIT] I forgot to attach the included ISNet assemblies in our project.  Note that we do not include this assembly, but it still gets copied to the web app's Bin folder on compile.&lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Fri, 12 Aug 2011 01:04:56 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Yousif,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I'm not sure your issue came from ISNet.WinUI.HtmlEditor.dll. May I know what intersoft's control that you use ? And please let me know more detail about the issue.&lt;br /&gt;The issue might be came from the other third party.&lt;/p&gt;
&lt;p&gt;I'm currently works on environment: windows 7 OS, VS2010, and .NET 3.5 higher. And I never met the issue with ISNet.WinUI.HtmlEditor.dll. &lt;br /&gt;Is there something that you can show to me that an issue came from ISNet.WinUI.HtmlEditor.dll ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>VS2010 Issues Caused By ISNet.WinUI.HtmlEditor.dll</title><link>http://www.intersoftsolutions.com/Community/WebGrid/VS2010-Issues-Caused-By-ISNetWinUIHtmlEditordll/</link><pubDate>Thu, 11 Aug 2011 08:42:21 GMT</pubDate><dc:creator>PRISMAY</dc:creator><description>&lt;p&gt;We had major issues upgrading to Visual Studio 2010 from 2008 that we had to stay with 2008 for now.  After many hours with Microsoft technical support, they've determined the cause of the issue are old .NET Framework 1.1 assemblies.&lt;/p&gt;
&lt;p&gt;We do not have any 1.1 assemblies, so we turned to see what third party assemblies may be that old and why we'd even be using them.  It turns out that ISNet.WinUI.HtmlEditor.dll is a .NET Framework 1.1 assembly and we had not included this intentionally.&lt;/p&gt;
&lt;p&gt;It looks like when you certain references, this one is included automatically in the project.&lt;/p&gt;
&lt;p&gt;Can you please provide a new version of this assembly compiled with a new .NET Framework like 2.0 or 3.5?&lt;/p&gt;</description></item></channel></rss>