<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>econnetvert Work Item Rss Feed</title><link>http://www.codeplex.com/econnetvert/WorkItem/List.aspx</link><description>econnetvert Work Item Rss Description</description><item><title>Closed Issue: Event Subscription conversion problem [7411]</title><link>http://econnetvert.codeplex.com/workitem/7411</link><description>When converting Event Subscriptions from VB.NET to C&amp;#35; there is the following problem&amp;#58;&lt;br /&gt;In VB.NET the &amp;#34;handles&amp;#34; statement subscribes events without the need of instanciate event delegates in the code manually. But there is no such feature in C&amp;#35;.&lt;br /&gt;Therefore the Converter must do the same thing than the Visual Studio Designer in C&amp;#35;&amp;#58; Search for &amp;#34;InitialiseComponent&amp;#34; or all Constructors and subscribe the event there.&lt;br /&gt;This opens a complete new problem&amp;#58; Partial Classes&amp;#58; In VS-2005 the &amp;#34;InitialiseComponent&amp;#34; method is stored in the designer generated nested file of a codefile &amp;#40;xxx.designer.xx&amp;#41; so the CodeFileConverter Class must be aware of nested files&amp;#33;&lt;br /&gt;Comments: &lt;p&gt;fixed in v2.4.4.17&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 23 Jun 2011 15:32:42 GMT</pubDate><guid isPermaLink="false">Closed Issue: Event Subscription conversion problem [7411] 20110623033242P</guid></item><item><title>Closed Issue: Error converting lines ending in _ in an aspx file [30818]</title><link>http://econnetvert.codeplex.com/workitem/30818</link><description>Converting the following ASPX fragment from VB to C&amp;#35; generates an error. It is okay if all the function arguments are on one line&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; Codebehind&amp;#61;&amp;#34;Test.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;Test&amp;#34;&amp;#37;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#35; Func&amp;#40;A, _&lt;br /&gt;B&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;Comments: &lt;p&gt;fixed in 2.4.3.16&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 16 Jun 2011 22:13:16 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error converting lines ending in _ in an aspx file [30818] 20110616101316P</guid></item><item><title>Commented Issue: Error converting lines ending in _ in an aspx file [30818]</title><link>http://econnetvert.codeplex.com/workitem/30818</link><description>Converting the following ASPX fragment from VB to C&amp;#35; generates an error. It is okay if all the function arguments are on one line&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; Codebehind&amp;#61;&amp;#34;Test.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;Test&amp;#34;&amp;#37;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#35; Func&amp;#40;A, _&lt;br /&gt;B&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;fixed in next realese&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 16 Jun 2011 22:11:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error converting lines ending in _ in an aspx file [30818] 20110616101120P</guid></item><item><title>Closed Feature: MDI based GUI Interface [7410]</title><link>http://econnetvert.codeplex.com/workitem/7410</link><description>Make the main Econ NetVert Window MDI based and use Menus and regular Toolbars&lt;br /&gt;&lt;br /&gt;The Main-Window of the GUI will be a MDI Container.&lt;br /&gt;Any &amp;#34;Tab&amp;#34; of the current version will be available in multiple instances as windows inside of the Main-Window.&lt;br /&gt;The Toolbars and buttons that are currently spread over the ui will be centralised in the toolbar and menu.&lt;br /&gt;Comments: &lt;p&gt;CANCELED, not usefull&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:23:15 GMT</pubDate><guid isPermaLink="false">Closed Feature: MDI based GUI Interface [7410] 20110609102315P</guid></item><item><title>Closed Issue: Error converting string containing " Event (" [30816]</title><link>http://econnetvert.codeplex.com/workitem/30816</link><description>The converter is unable to process the following when converting VB to C&amp;#35;. If you remove any character from the string, it is happy.&lt;br /&gt;&lt;br /&gt;Public Function X&lt;br /&gt;&amp;#9;Throw New ApplicationException&amp;#40;&amp;#34; Event &amp;#40;&amp;#34;&amp;#41;&lt;br /&gt;End Function&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 2.4.2.14&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:22:46 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error converting string containing " Event (" [30816] 20110609102246P</guid></item><item><title>Closed Issue: Error converting refenences to a class named Global [30817]</title><link>http://econnetvert.codeplex.com/workitem/30817</link><description>The following fails to convert from vb to c&amp;#35;. If you change the class name from Global to GlobalA it is ok.&lt;br /&gt;&lt;br /&gt;Public Class X&lt;br /&gt;    Public a As New Global&lt;br /&gt;End Class&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 2.4.2.14&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:22:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: Error converting refenences to a class named Global [30817] 20110609102203P</guid></item><item><title>Closed Issue: ProjectTypeGUID is not converted in project file [30824]</title><link>http://econnetvert.codeplex.com/workitem/30824</link><description>When converting VB.net to&amp;#47;from C&amp;#35; if the ProjectTypeGUID contains the project types for VB.net &amp;#123;F184B08F-C81C-45F6-A57F-5ABD9991F28F&amp;#125; or c&amp;#35; &amp;#123;FAE04EC0-301F-11D3-BF4B-00C04F79EFBC&amp;#125; they need to be exchanged in ordrer for the project to work. &lt;br /&gt;&lt;br /&gt;NOTE&amp;#58; These guids may be one of many in a &amp;#59; separated list inside the &amp;#60;ProjectTypeGuids&amp;#62; element.&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 2.4.2.14&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:21:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: ProjectTypeGUID is not converted in project file [30824] 20110609102111P</guid></item><item><title>Closed Issue: "targets" reference not updated when converting project files [30826]</title><link>http://econnetvert.codeplex.com/workitem/30826</link><description>When converting projects .Net &amp;#60;&amp;#61;&amp;#62; C&amp;#35;, the following to tags need to be exchanged if present&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.VisualBasic.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.CSharp.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Comments: &lt;p&gt;Fixed in Version 2.4.2.14&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:20:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: "targets" reference not updated when converting project files [30826] 20110609102019P</guid></item><item><title>Commented Issue: Select Case in VB.NET followed by empty line [26059]</title><link>http://econnetvert.codeplex.com/workitem/26059</link><description>In converting VB.NET to C&amp;#35;, a Select Case followed by an empty line causes a conversion error.&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;Fixed&amp;#58;&lt;br /&gt;added &amp;#34;break&amp;#59;&amp;#34; in Switch-statements to NRefactory Converter in Version 2.4.2.14&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 22:19:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Select Case in VB.NET followed by empty line [26059] 20110609101911P</guid></item><item><title>Commented Issue: "targets" reference not updated when converting project files [30826]</title><link>http://econnetvert.codeplex.com/workitem/30826</link><description>When converting projects .Net &amp;#60;&amp;#61;&amp;#62; C&amp;#35;, the following to tags need to be exchanged if present&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.VisualBasic.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.CSharp.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;will be fixed in next release&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 17:33:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: "targets" reference not updated when converting project files [30826] 20110609053303P</guid></item><item><title>Commented Issue: ProjectTypeGUID is not converted in project file [30824]</title><link>http://econnetvert.codeplex.com/workitem/30824</link><description>When converting VB.net to&amp;#47;from C&amp;#35; if the ProjectTypeGUID contains the project types for VB.net &amp;#123;F184B08F-C81C-45F6-A57F-5ABD9991F28F&amp;#125; or c&amp;#35; &amp;#123;FAE04EC0-301F-11D3-BF4B-00C04F79EFBC&amp;#125; they need to be exchanged in ordrer for the project to work. &lt;br /&gt;&lt;br /&gt;NOTE&amp;#58; These guids may be one of many in a &amp;#59; separated list inside the &amp;#60;ProjectTypeGuids&amp;#62; element.&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;thanks paul, i will fix this&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 17:31:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: ProjectTypeGUID is not converted in project file [30824] 20110609053130P</guid></item><item><title>Commented Issue: Error converting refenences to a class named Global [30817]</title><link>http://econnetvert.codeplex.com/workitem/30817</link><description>The following fails to convert from vb to c&amp;#35;. If you change the class name from Global to GlobalA it is ok.&lt;br /&gt;&lt;br /&gt;Public Class X&lt;br /&gt;    Public a As New Global&lt;br /&gt;End Class&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;will be fixed in next release&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 17:29:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error converting refenences to a class named Global [30817] 20110609052943P</guid></item><item><title>Commented Issue: ProjectTypeGUID is not converted in project file [30824]</title><link>http://econnetvert.codeplex.com/workitem/30824</link><description>When converting VB.net to&amp;#47;from C&amp;#35; if the ProjectTypeGUID contains the project types for VB.net &amp;#123;F184B08F-C81C-45F6-A57F-5ABD9991F28F&amp;#125; or c&amp;#35; &amp;#123;FAE04EC0-301F-11D3-BF4B-00C04F79EFBC&amp;#125; they need to be exchanged in ordrer for the project to work. &lt;br /&gt;&lt;br /&gt;NOTE&amp;#58; These guids may be one of many in a &amp;#59; separated list inside the &amp;#60;ProjectTypeGuids&amp;#62; element.&lt;br /&gt;Comments: ** Comment from web user: paulhickman ** &lt;p&gt;Actually, there are few other GUIDs to exchange- see&amp;#58;&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;www.mztools.com&amp;#47;articles&amp;#47;2008&amp;#47;mz2008017.aspx&lt;br /&gt;&lt;/p&gt;</description><author>paulhickman</author><pubDate>Thu, 09 Jun 2011 14:35:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: ProjectTypeGUID is not converted in project file [30824] 20110609023552P</guid></item><item><title>Created Issue: "targets" reference not updated when converting project files [30826]</title><link>http://econnetvert.codeplex.com/workitem/30826</link><description>When converting projects .Net &amp;#60;&amp;#61;&amp;#62; C&amp;#35;, the following to tags need to be exchanged if present&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.VisualBasic.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;Import Project&amp;#61;&amp;#34;&amp;#36;&amp;#40;MSBuildToolsPath&amp;#41;&amp;#92;Microsoft.CSharp.targets&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;</description><author>paulhickman</author><pubDate>Thu, 09 Jun 2011 14:21:35 GMT</pubDate><guid isPermaLink="false">Created Issue: "targets" reference not updated when converting project files [30826] 20110609022135P</guid></item><item><title>Created Issue: Imports not removed when converting VB.Net project to C# [30825]</title><link>http://econnetvert.codeplex.com/workitem/30825</link><description>A VB.Net project contains two &amp;#60;ItemGroup&amp;#62; tag that only contains import child tags e.g.&lt;br /&gt;&lt;br /&gt;  &amp;#60;ItemGroup&amp;#62;&lt;br /&gt;    &amp;#60;Import Include&amp;#61;&amp;#34;System&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;Import Include&amp;#61;&amp;#34;System.Collections&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;Import Include&amp;#61;&amp;#34;System.Configuration&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;Import Include&amp;#61;&amp;#34;System.Data&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;ItemGroup&amp;#62;&lt;br /&gt;&lt;br /&gt;This is in addition to a 2nd item group that contains the Reference child elements. This item group needs to be removed in order for the project to compile.&lt;br /&gt;</description><author>paulhickman</author><pubDate>Thu, 09 Jun 2011 14:19:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Imports not removed when converting VB.Net project to C# [30825] 20110609021947P</guid></item><item><title>Created Issue: ProjectTypeGUID is not converted in project file [30824]</title><link>http://econnetvert.codeplex.com/workitem/30824</link><description>When converting VB.net to&amp;#47;from C&amp;#35; if the ProjectTypeGUID contains the project types for VB.net &amp;#123;F184B08F-C81C-45F6-A57F-5ABD9991F28F&amp;#125; or c&amp;#35; &amp;#123;FAE04EC0-301F-11D3-BF4B-00C04F79EFBC&amp;#125; they need to be exchanged in ordrer for the project to work. &lt;br /&gt;&lt;br /&gt;NOTE&amp;#58; These guids may be one of many in a &amp;#59; separated list inside the &amp;#60;ProjectTypeGuids&amp;#62; element.&lt;br /&gt;</description><author>paulhickman</author><pubDate>Thu, 09 Jun 2011 14:13:12 GMT</pubDate><guid isPermaLink="false">Created Issue: ProjectTypeGUID is not converted in project file [30824] 20110609021312P</guid></item><item><title>Commented Issue: Error converting lines ending in _ in an aspx file [30818]</title><link>http://econnetvert.codeplex.com/workitem/30818</link><description>Converting the following ASPX fragment from VB to C&amp;#35; generates an error. It is okay if all the function arguments are on one line&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; Codebehind&amp;#61;&amp;#34;Test.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;Test&amp;#34;&amp;#37;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#35; Func&amp;#40;A, _&lt;br /&gt;B&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;will probably be fixed in next release, not shure yet&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 06:20:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error converting lines ending in _ in an aspx file [30818] 20110609062052A</guid></item><item><title>Commented Issue: Error converting string containing " Event (" [30816]</title><link>http://econnetvert.codeplex.com/workitem/30816</link><description>The converter is unable to process the following when converting VB to C&amp;#35;. If you remove any character from the string, it is happy.&lt;br /&gt;&lt;br /&gt;Public Function X&lt;br /&gt;&amp;#9;Throw New ApplicationException&amp;#40;&amp;#34; Event &amp;#40;&amp;#34;&amp;#41;&lt;br /&gt;End Function&lt;br /&gt;Comments: ** Comment from web user: denizesen ** &lt;p&gt;will be fixed in next release&lt;/p&gt;</description><author>denizesen</author><pubDate>Thu, 09 Jun 2011 06:15:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error converting string containing " Event (" [30816] 20110609061511A</guid></item><item><title>Created Issue: Error converting lines ending in _ in an aspx file [30818]</title><link>http://econnetvert.codeplex.com/workitem/30818</link><description>Converting the following ASPX fragment from VB to C&amp;#35; generates an error. It is okay if all the function arguments are on one line&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#64; Page Language&amp;#61;&amp;#34;vb&amp;#34; AutoEventWireup&amp;#61;&amp;#34;false&amp;#34; Codebehind&amp;#61;&amp;#34;Test.aspx.vb&amp;#34; Inherits&amp;#61;&amp;#34;Test&amp;#34;&amp;#37;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;&amp;#37;&amp;#35; Func&amp;#40;A, _&lt;br /&gt;B&amp;#41; &amp;#37;&amp;#62;&lt;br /&gt;</description><author>paulhickman</author><pubDate>Wed, 08 Jun 2011 16:53:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Error converting lines ending in _ in an aspx file [30818] 20110608045335P</guid></item><item><title>Created Issue: Error converting refenences to a class named Global [30817]</title><link>http://econnetvert.codeplex.com/workitem/30817</link><description>The following fails to convert from vb to c&amp;#35;. If you change the class name from Global to GlobalA it is ok.&lt;br /&gt;&lt;br /&gt;Public Class X&lt;br /&gt;    Public a As New Global&lt;br /&gt;End Class&lt;br /&gt;</description><author>paulhickman</author><pubDate>Wed, 08 Jun 2011 16:42:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Error converting refenences to a class named Global [30817] 20110608044204P</guid></item></channel></rss>