<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Lazy Developer - All Comments</title><link>http://devlicio.us/blogs/ziemowit_skowronski/default.aspx</link><description>by &amp;#39;Jimmy&amp;#39; Skowronski</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: Interoperability between WCF and WSE 3.0</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/07/18/interoperability-between-wcf-and-wse-3-0.aspx#55248</link><pubDate>Tue, 02 Feb 2010 13:33:16 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55248</guid><dc:creator>Emil</dc:creator><description>&lt;p&gt;Thanks for the article!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to consume WSE3.0 web services using WCF client. I&amp;#39;m not sure how to share types from the wse23 services tried with the VS update web reference and with the svcutil but no luck... I must be missing something... Any pointers much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55248" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#54148</link><pubDate>Thu, 26 Nov 2009 12:22:35 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54148</guid><dc:creator>קייטרינג</dc:creator><description>&lt;p&gt;Thanks for a awesom post. I have a 1.1 web app i&amp;#39;m trying to compile in VS2008. Followed all your steps, but trying to open the proj in VS2008 gives me &lt;/p&gt;
&lt;p&gt;&amp;#39;CrossCompile.CSharpWeb.targets&amp;#39; missing. I guess i need the attachment. The one attached is CrossCompile.csharp&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54148" width="1" height="1"&gt;</description></item><item><title>Strongly Typed datasets command timeout</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2006/11/16/must-have-typed-dataset-extensions.aspx#53888</link><pubDate>Sat, 21 Nov 2009 09:28:24 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:53888</guid><dc:creator>SharePoint Development Blog by Jeremy Thake in Perth, Australia</dc:creator><description>&lt;p&gt;I have been doing a lot of work recently with Strongly typed ...&lt;/p&gt;
&lt;img src="http://devlicio.us/aggbug.aspx?PostID=53888" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#52382</link><pubDate>Wed, 07 Oct 2009 20:04:36 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:52382</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;This works great. &amp;nbsp;It took me a bit to finally realize what was needed, but other than that, glad I could get it to go.&lt;/p&gt;
&lt;p&gt;Because I didn&amp;#39;t have any .NET 1.1 projects kicking around, I created a new one in VS 2008, and had to do the following:&lt;/p&gt;
&lt;p&gt;1. &amp;nbsp; .NET 1.1 doesn&amp;#39;t like partial classes, so copy the contents of the partial class in the Form1.Designer.cs into the Form1.cs file and delete the Form1.Designer.cs file. &amp;nbsp;Remember to remove &amp;#39;partial&amp;#39; from the Form1 class definition.&lt;/p&gt;
&lt;p&gt;2. &amp;nbsp;Remove &amp;#39;static&amp;#39; from the class Program definition.&lt;/p&gt;
&lt;p&gt;3. Delete the Resources.resx and Settings.settings elements from the project. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. Remove all references from the project and add the right ones from c:\windows\microsoft.net\framework\v1.1.4322 (System.dll, System.Data.dll, System.Drawing.dll, System.Windows.Forms.dll)&lt;/p&gt;
&lt;p&gt;5. Remove &amp;#39;using System.Collections.Generic&amp;#39; from Form1.cs&lt;/p&gt;
&lt;p&gt;6. Remove &amp;#39;this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;&amp;#39; from Form1.cs&lt;/p&gt;
&lt;p&gt;7. Remove &amp;#39;Application.SetCompatibleTextRenderingDefault(false);&amp;#39; from Form1.cs&lt;/p&gt;
&lt;p&gt;This builds a basic Windows Form application with nothing else in it. &amp;nbsp;When you add buttons, etc. you&amp;#39;ll need to remove some non-1.1 elements that the designer puts in for you (like &amp;#39;UseVisualStyleBackColor&amp;#39;).&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=52382" width="1" height="1"&gt;</description></item><item><title>re: Continuous Integration #1: The environment and the first build</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/03/10/continuous-integration-1-the-environment-and-the-first-build.aspx#51832</link><pubDate>Mon, 28 Sep 2009 14:08:08 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:51832</guid><dc:creator>granadaCoder</dc:creator><description>&lt;p&gt;In the full file view of ccnet.config there is a missing end bracket:&lt;/p&gt;
&lt;p&gt;&amp;lt;xmllogger logDir=&amp;quot;D:\build\myproject\build\log&amp;quot; &amp;gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;xmllogger logDir=&amp;quot;D:\build\myproject\build\log&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;Just a small tidbit...thanks for the article!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=51832" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#51657</link><pubDate>Wed, 23 Sep 2009 14:59:34 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:51657</guid><dc:creator>Tanya</dc:creator><description>&lt;p&gt;Hi everybody, I did all the steps described (I have Windows 2008, IIS7 and VS2008). I can compile my web app, &amp;nbsp;but when I hit &amp;nbsp;the url of the web app in the browser I get a runtime error saying &amp;quot;Can not load the type .Global&amp;quot;, which usually means that framework version in AppPool in IIS needs to be 2.0. When I switch the AppPool to 2.0 my web app runs (with other issues, but the pages are loading). But the point is to run the web app in .net 1.1. I do not understand what went wrong and what I might be missing. &amp;nbsp;If anybody have any ideas I would greatly appreciate the help. &lt;/p&gt;
&lt;p&gt;-Tanya&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=51657" width="1" height="1"&gt;</description></item><item><title>re: ReSharper vs. CodeRush+Refactor! Pro – The Battle Begins</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2009/05/21/resharper-vs-coderush-refactor-pro-the-battle-begins.aspx#51428</link><pubDate>Wed, 16 Sep 2009 14:33:06 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:51428</guid><dc:creator>Harry</dc:creator><description>&lt;p&gt;It&amp;#39;s been months. Can you share your experience with us ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=51428" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#49818</link><pubDate>Mon, 03 Aug 2009 15:55:36 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:49818</guid><dc:creator>Esteban</dc:creator><description>&lt;p&gt;Hey, great post.&lt;/p&gt;
&lt;p&gt;An item I don&amp;#39;t fully understand. I have a web project with a couple of C# class libraries in net 1.1.&lt;/p&gt;
&lt;p&gt;I could edit the project files as described in your post with no issues, and they compile good.&lt;/p&gt;
&lt;p&gt;But on the Web project file I have a different format with everything inside a &amp;lt;VisualStudioProject&amp;gt; tag and no &amp;lt;Import&amp;gt; tag.&lt;/p&gt;
&lt;p&gt;What did I do wrong, or what am I missing?&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;p&gt;Esteban&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=49818" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#49537</link><pubDate>Thu, 23 Jul 2009 14:24:19 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:49537</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Thank you for this great article - it was a major help to us!&lt;/p&gt;
&lt;p&gt;I&amp;#39;d also like to post a resolution to a related problem that wound up causing us a lot of grief while using this solution. Hopefully it will help others making use of your article.&lt;/p&gt;
&lt;p&gt;Cause and Resolution for build errors like the ones below: &lt;/p&gt;
&lt;p&gt;Unrecognized command-line option: &amp;#39;/platform:&amp;quot;.NET 1.1&amp;quot;&amp;#39;&lt;/p&gt;
&lt;p&gt;Unrecognized command-line option: &amp;#39;/platform:x86&amp;#39;&lt;/p&gt;
&lt;p&gt;Unrecognized command-line option: &amp;#39;/platform:AnyCPU&amp;#39;&lt;/p&gt;
&lt;p&gt;Cause: &lt;/p&gt;
&lt;p&gt;This occurs when you select a different platform from &amp;#39;Platform target&amp;#39; dropdown on the build tab of the project properties. Switching it back to the original selection does NOT resolve the error.&lt;/p&gt;
&lt;p&gt;Resolution: &lt;/p&gt;
&lt;p&gt;1) Open the project&amp;#39;s .csproj file in notepad and search for (all one word): PlatformTarget&lt;/p&gt;
&lt;p&gt;2) You should find one of the following that corresponds to your error:&lt;/p&gt;
&lt;p&gt;&amp;lt;PlatformTarget&amp;gt;.NET 1.1&amp;lt;/PlatformTarget&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;PlatformTarget&amp;gt;x86&amp;lt;/PlatformTarget&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;PlatformTarget&amp;gt;AnyCPU&amp;lt;/PlatformTarget&amp;gt;&lt;/p&gt;
&lt;p&gt;3) Just delete that line and save and you&amp;#39;ll be able to build again.&lt;/p&gt;
&lt;p&gt;Hope this helps others and thanks again! &lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=49537" width="1" height="1"&gt;</description></item><item><title>Amoxicillin.</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/11/15/uddi-is-not-dead.aspx#47414</link><pubDate>Sun, 31 May 2009 00:25:47 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:47414</guid><dc:creator>Buy amoxicillin online cheap amoxicillin.</dc:creator><description>&lt;p&gt;Amoxicillin rx655.&lt;/p&gt;
&lt;img src="http://devlicio.us/aggbug.aspx?PostID=47414" width="1" height="1"&gt;</description></item><item><title>Hydrocodone without prescription.</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/11/15/uddi-is-not-dead.aspx#47352</link><pubDate>Sat, 30 May 2009 01:09:44 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:47352</guid><dc:creator>Buy hydrocodone without a prescription.</dc:creator><description>&lt;p&gt;Hydrocodone. Worried sick about unborn baby due to hydrocodone. Buy hydrocodone. I took hydrocodone thru entire pregnancy.&lt;/p&gt;
&lt;img src="http://devlicio.us/aggbug.aspx?PostID=47352" width="1" height="1"&gt;</description></item><item><title>re: UDDI is (Not) Dead?</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/11/15/uddi-is-not-dead.aspx#47305</link><pubDate>Fri, 29 May 2009 09:51:39 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:47305</guid><dc:creator>Amit</dc:creator><description>&lt;p&gt;&amp;gt; Run-time discovery and dynamic configuration&lt;/p&gt;
&lt;p&gt;This I think is the biggest misconception. You can use it only during design time and not during runtime. If you have to integrate with external systems it will always be a management desicion (and development execution). It cannot be done on the fly withought human interaction and code generation. Your application would need loads of heuristcs and considerable amount of Intelligence to even make simple endpoint choices. &amp;nbsp; You simply CANNOT discover and bind to new providers.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=47305" width="1" height="1"&gt;</description></item><item><title>re: ReSharper vs. CodeRush+Refactor! Pro – The Battle Begins</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2009/05/21/resharper-vs-coderush-refactor-pro-the-battle-begins.aspx#47002</link><pubDate>Thu, 21 May 2009 23:24:06 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:47002</guid><dc:creator>DaRage</dc:creator><description>&lt;p&gt;keep us posted!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=47002" width="1" height="1"&gt;</description></item><item><title>re: Microsoft Platform Test for Hosted Solution - Passed</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/06/19/microsoft-platform-test-for-hosted-solution-passed.aspx#45356</link><pubDate>Thu, 02 Apr 2009 17:22:58 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:45356</guid><dc:creator>Leslie Winston</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am also trying to get my hosted application tested - I don&amp;#39;t understand what they mean by &amp;quot;3. Includes one of the following features of a hosted solution: Service Provisioning, Monitoring and Reporting, Centralized Management.&amp;quot;&lt;/p&gt;
&lt;p&gt;Can you shed some light?&lt;/p&gt;
&lt;p&gt;My application is hosted a 3rd party hosting site - wouldn&amp;#39;t the hosting service be responsible for the above?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Leslie&lt;/p&gt;
&lt;p&gt;L.Winston@ieee.org&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=45356" width="1" height="1"&gt;</description></item><item><title>re: Working with .NET 1.1 in Visual Studio 2008 and Team Server</title><link>http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx#45088</link><pubDate>Sun, 22 Mar 2009 07:51:05 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:45088</guid><dc:creator>Tami</dc:creator><description>&lt;p&gt;please clarify what do you mean by open your project in 2008? I have a solution (.sln) that has 4 projects in it (csproj). &amp;nbsp;I updated teh TFSBuild created for this solution to include crosscompile.. but I do not understand what do you mean by project. &amp;nbsp;Is this my solution? if yes, when I try to open it in VS2008, I get convertion wizard but I am not sure if I want to do that. &amp;nbsp;Please let me know.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=45088" width="1" height="1"&gt;</description></item></channel></rss>