<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Configuration Section Designer</title><link>http://www.codeplex.com/csd/Project/ProjectRss.aspx</link><description>A Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.</description><item><title>NEW POST: csd project not exist</title><link>http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=26790</link><description>&lt;div class="wikidoc"&gt;
I put it in &amp;lt;My Documents&amp;gt;\Visual Studio 2008\Templates\ProjectTemplates\Visual C#\&lt;br /&gt; &lt;br /&gt;It works!&lt;br /&gt; &lt;br /&gt;Thank you.&lt;br /&gt;
&lt;/div&gt;</description><author>wiesel3</author><pubDate>Wed, 30 Apr 2008 05:28:07 GMT</pubDate><guid isPermaLink="false">NEW POST: csd project not exist 20080430052807A</guid></item><item><title>NEW POST: csd project not exist</title><link>http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=26790</link><description>&lt;div class="wikidoc"&gt;
Hi Wiesel,&lt;br /&gt; &lt;br /&gt;Indeed, it's probably because you have the German edition installed. I haven't tested this but you might be able to fix it by going into the following directory and coping the ConfigurationSectionProject.zip file from there:&lt;br /&gt; &lt;br /&gt;&lt;span class="codeInline"&gt;C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\1033&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;You can then put it in either of these:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;The same directory tree as above but using the German Locale Id instead of &amp;quot;1033&amp;quot; (see if there's another Locale Id present and copy it into that one)&lt;/li&gt;&lt;li&gt;&amp;lt;My Documents&amp;gt;\Visual Studio 2008\Templates\ProjectTemplates\Visual C#\&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The zip file is in effect the project template, and I believe putting it in either of these locations should automatically pick it up. Let me know if it works :-)&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt; &lt;br /&gt;Jelle&lt;br /&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Tue, 29 Apr 2008 19:03:27 GMT</pubDate><guid isPermaLink="false">NEW POST: csd project not exist 20080429070327P</guid></item><item><title>COMMENTED ISSUE: Instance returns null when used in different AppDomain</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1760</link><description>Hi,&lt;br /&gt;&lt;br /&gt;In my application I create new AppDomains and each AppDomain has its own config file. When I use the generated code in an AppDomain different then the default one the &amp;#34;Instance&amp;#34; property returns null, other configurations &amp;#40;wcf, appsettings...&amp;#41; are working correctly.&lt;br /&gt;&lt;br /&gt;Is this a bug or am I missing something&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Steven Hillaert&lt;br /&gt;Comments: ** Comment from web user: jelled ** &lt;p&gt;Hi Steven,&lt;/p&gt;&lt;p&gt;Sorry for getting back to you so late. I&amp;#39;ve tried out your scenario and couldn&amp;#39;t reproduce it. I&amp;#39;ve created a separate AppDomain with a different config file, and in that AppDomain I call the &amp;#34;Instance&amp;#34; property - and it correctly returns a configuration instance I can use to read out the alternative config file...&lt;/p&gt;&lt;p&gt;Can you let me know more details or upload a sample so I can double check&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks&amp;#33;&lt;/p&gt;&lt;p&gt;Jelle&lt;/p&gt;</description><author>jelled</author><pubDate>Tue, 29 Apr 2008 14:07:01 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Instance returns null when used in different AppDomain 20080429020701P</guid></item><item><title>NEW POST: csd project not exist</title><link>http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=26790</link><description>&lt;div class="wikidoc"&gt;
Hi, i have installed the msi successful. In the toolbox can see Configuration Section Designer region, but i can't find it under NewProjects. I have installed a german SV2008. Can this be the problem?&lt;br /&gt;How can i create a csd project by hand?&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>wiesel3</author><pubDate>Tue, 29 Apr 2008 12:28:51 GMT</pubDate><guid isPermaLink="false">NEW POST: csd project not exist 20080429122851P</guid></item><item><title>CREATED ISSUE: Instance returns null when used in different AppDomain</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1760</link><description>Hi,&lt;br /&gt;&lt;br /&gt;In my application I create new AppDomains and each AppDomain has its own config file. When I use the generated code in an AppDomain different then the default one the &amp;#34;Instance&amp;#34; property returns null, other configurations &amp;#40;wcf, appsettings...&amp;#41; are working correctly.&lt;br /&gt;&lt;br /&gt;Is this a bug or am I missing something&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Steven Hillaert&lt;br /&gt;</description><author>hillaerts</author><pubDate>Fri, 11 Apr 2008 07:22:04 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Instance returns null when used in different AppDomain 20080411072204A</guid></item><item><title>COMMENTED FEATURE: Support for Visual Studio 2005?</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=175</link><description>It looks like all of the required parts are available for VS 2005, would it be possible to install &amp;#39;csd&amp;#39; so that it will also run under vs 2005&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: jelled ** &lt;p&gt;JakeTheSnake&amp;#58; yes, if I&amp;#39;m not mistaken, it should install and run just fine on the VS 2008 Shell.&lt;/p&gt;</description><author>jelled</author><pubDate>Sun, 06 Apr 2008 13:38:06 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Support for Visual Studio 2005? 20080406013806P</guid></item><item><title>COMMENTED FEATURE: Support for Visual Studio 2005?</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=175</link><description>It looks like all of the required parts are available for VS 2005, would it be possible to install &amp;#39;csd&amp;#39; so that it will also run under vs 2005&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: JakeTheSnake ** &lt;p&gt;Would that be possible to use it with Visual Studio 2008 Shell&amp;#63;&lt;/p&gt;</description><author>JakeTheSnake</author><pubDate>Thu, 27 Mar 2008 14:16:37 GMT</pubDate><guid isPermaLink="false">COMMENTED FEATURE: Support for Visual Studio 2005? 20080327021637P</guid></item><item><title>UPDATED RELEASE: 1.1 (mrt 19, 2008)</title><link>http://www.codeplex.com/csd/Release/ProjectReleases.aspx?ReleaseId=9489</link><description>Configuration Section Designer is a Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.&lt;br /&gt;&lt;br /&gt;This 1.1 release includes support for configuration elements to have their own namespace. It also fixes an issue with the &amp;#34;global&amp;#58;&amp;#58;&amp;#34; prefix that wasn&amp;#39;t consistently used.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; Important note&amp;#58; this release has a bug in it that will show a &amp;#34;Package Load Error&amp;#34; if you don&amp;#39;t have the Visual Studio SDK installed. Please use the 1.1.1 release instead&amp;#33;</description><author></author><pubDate>Tue, 25 Mar 2008 14:51:09 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1 (mrt 19, 2008) 20080325025109P</guid></item><item><title>NEW POST: Package Load Failure</title><link>http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=24416</link><description>&lt;div class="wikidoc"&gt;
Very good to know that. &lt;br /&gt;I just introduced CSD in my chinese blog.  Some people downloaded 1.1 but can not work fine. I had to told them use 1.0.2. :-(&lt;br /&gt;
&lt;/div&gt;</description><author>JackieLin</author><pubDate>Mon, 24 Mar 2008 03:14:46 GMT</pubDate><guid isPermaLink="false">NEW POST: Package Load Failure 20080324031446A</guid></item><item><title>COMMENTED ISSUE: Package Load Failure</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1477</link><description>The msi is installed successfully, &lt;br /&gt;After ConfigurationSectionDesigner is added in my project, csd and 3 .tt file do created&lt;br /&gt;but I received an alert as below&amp;#58;&lt;br /&gt; &lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Package Load Failure&lt;br /&gt; &lt;br /&gt;Package &amp;#39;Microsoft.Samples.DslTools.ConfigurationSectionDesigner.ConfigurationSectionDesignerPackage, Microsoft.Samples.DslTools.ConfigurationSectionDesigner.DslPackage, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;5181b181589b6989&amp;#39; has failed to load properly &amp;#40; GUID &amp;#61; &amp;#123;9F16956E-2232-4F80-9EBB-4165929EF3EF&amp;#125; &amp;#41;. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future&amp;#63; You may use &amp;#39;devenv &amp;#47;resetskippkgs&amp;#39; to re-enable package loading.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47;vs2008, vista ultimate&lt;br /&gt;I&amp;#39;ve checked the GAC that the two dll are already installed , I&amp;#39;ve no idea what&amp;#39;s wrong with it&lt;br /&gt;how can I get it work&lt;br /&gt;Comments: ** Comment from web user: agassi001 ** &lt;p&gt;It works for me, thx a lot&lt;/p&gt;</description><author>agassi001</author><pubDate>Sat, 22 Mar 2008 15:16:37 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Package Load Failure 20080322031637P</guid></item><item><title>COMMENTED ISSUE: Package Load Failure</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1477</link><description>The msi is installed successfully, &lt;br /&gt;After ConfigurationSectionDesigner is added in my project, csd and 3 .tt file do created&lt;br /&gt;but I received an alert as below&amp;#58;&lt;br /&gt; &lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Package Load Failure&lt;br /&gt; &lt;br /&gt;Package &amp;#39;Microsoft.Samples.DslTools.ConfigurationSectionDesigner.ConfigurationSectionDesignerPackage, Microsoft.Samples.DslTools.ConfigurationSectionDesigner.DslPackage, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;5181b181589b6989&amp;#39; has failed to load properly &amp;#40; GUID &amp;#61; &amp;#123;9F16956E-2232-4F80-9EBB-4165929EF3EF&amp;#125; &amp;#41;. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future&amp;#63; You may use &amp;#39;devenv &amp;#47;resetskippkgs&amp;#39; to re-enable package loading.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47;vs2008, vista ultimate&lt;br /&gt;I&amp;#39;ve checked the GAC that the two dll are already installed , I&amp;#39;ve no idea what&amp;#39;s wrong with it&lt;br /&gt;how can I get it work&lt;br /&gt;Comments: ** Comment from web user: GlenH ** &lt;p&gt;&amp;#64;jelled&lt;br /&gt;Thank you&amp;#33; That fixed it for me. &amp;#58;-&amp;#41;&lt;/p&gt;</description><author>GlenH</author><pubDate>Fri, 21 Mar 2008 13:35:40 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Package Load Failure 20080321013540P</guid></item><item><title>UPDATED RELEASE: 1.1 (mrt 19, 2008)</title><link>http://www.codeplex.com/csd/Release/ProjectReleases.aspx?ReleaseId=9489</link><description>Configuration Section Designer is a Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.&lt;br /&gt;&lt;br /&gt;This 1.1 release includes support for configuration elements to have their own namespace. It also fixes an issue with the &amp;#34;global&amp;#58;&amp;#58;&amp;#34; prefix that wasn&amp;#39;t consistently used.&lt;br /&gt;&lt;br /&gt;&amp;#42;Important Note&amp;#42;&lt;br /&gt;This release has a bug in it that will show a &amp;#34;Package Load Error&amp;#34; if you don&amp;#39;t have the Visual Studio SDK installed. Please use the 1.1.1 release instead&amp;#33;</description><author></author><pubDate>Fri, 21 Mar 2008 12:37:40 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1 (mrt 19, 2008) 20080321123740P</guid></item><item><title>NEW POST: Package Load Failure</title><link>http://www.codeplex.com/csd/Thread/View.aspx?ThreadId=24416</link><description>&lt;div class="wikidoc"&gt;
I have fixed this in the 1.1.1 release that I just uploaded, so that new installer should no longer show the Package Load Failure. I forgot to test the scenario for people that don't have the SDK installed - I'm sorry for the inconvenience!&lt;br /&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Fri, 21 Mar 2008 12:34:57 GMT</pubDate><guid isPermaLink="false">NEW POST: Package Load Failure 20080321123457P</guid></item><item><title>UPDATED RELEASE: 1.1.1 (mrt 21, 2008)</title><link>http://www.codeplex.com/csd/Release/ProjectReleases.aspx?ReleaseId=11872</link><description>Configuration Section Designer is a Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.&lt;br /&gt;&lt;br /&gt;This 1.1.1 release fixes a problem with the 1.1 release that would show a &amp;#34;Package Load Failure&amp;#34; when used in Visual Studio without the SDK installed.&lt;br /&gt;&lt;br /&gt;&amp;#42;Important Note&amp;#42;&lt;br /&gt;As a result of the bug fix, the internal CSD version has been reverted to 1.0.0.0 so if you had previously changed the .csd and the .csd.diagram files from 1.0.0.0 to 1.1.0.0, you need to change them back to 1.0.0.0.</description><author></author><pubDate>Fri, 21 Mar 2008 12:31:44 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1.1 (mrt 21, 2008) 20080321123144P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/csd/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Description
&lt;/h2&gt;A Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.
&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=csd&amp;amp;DownloadId=24666" alt="The Configuration Section Designer In Action" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Requirements
&lt;/h2&gt;Microsoft Visual Studio 2008 Standard Edition or better.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Usage
&lt;/h2&gt;After installation, you have a new Item Type in Visual Studio named &amp;quot;ConfigurationSectionDesigner&amp;quot; (if you want to design the configuration section in an existing project) and a new Project Type named &amp;quot;Configuration Section Project&amp;quot; (if you want to start with a new project). In both cases, you get a number of files:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ConfigurationSection.csd&lt;/b&gt;: the designer itself.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ConfigurationSectionCode.tt&lt;/b&gt;: a text template code generator that generates the C# code for the configuration section.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ConfigurationSectionSample.tt&lt;/b&gt;: generates a sample configuration file.&lt;/li&gt;&lt;li&gt;&lt;b&gt;ConfigurationSectionSchema.tt&lt;/b&gt;: generates the XSD schema representing the configuration section.&lt;/li&gt;
&lt;/ul&gt;The text templates are automatically transformed when you save the designer.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Working with the Designer
&lt;/h2&gt;If you open the .csd file in Visual Studio, you get a blank design surface onto which you can drag Configuration Sections, Configuration Elements and Configuration Element Collections from the Toolbox. Before you begin, you should right-click the design surface and select Properties, then set the Namespace and Xml Schema Namespace (if you forget, validation errors will point you to these properties).&lt;br /&gt; &lt;br /&gt;With all the required configuration classes added, set their properties and add configuration attributes and elements by right-clicking the elements and selecting the proper menu commands. &lt;i&gt;Attributes&lt;/i&gt; are usually simple types (string, int, boolean, ...) that are external, where &lt;i&gt;Elements&lt;/i&gt; are other types defined in the designer, e.g. to make one configuration element contain another configuration element.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Defining Types
&lt;/h2&gt;When setting the Type property of an Attribute, you get a dropdown that contains a number of pre-initialized types. It is possible to add more types to this dropdown by opening the Configuration Section Explorer window (if it is not visible, go to the View menu, Other Windows, Configuration Section Explorer). You will see a node that contains all the configuration elements (also shown on the design surface), and a node that contains all the type definitions (not shown on the designer). If you right-click the root node, you can add new External Types (e.g. System.String).&lt;br /&gt; &lt;br /&gt;You can also define Enumerated Types (enums), for which code is also generated and which are treated specially when the XSD is generated (so you get full IntelliSense on the XML file with all the options of the enumeration).&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Defining Custom Child Elements
&lt;/h2&gt;Each Configuration Element has a propery named &amp;quot;Has Custom Child Elements&amp;quot;. This controls some code that is generated and changes the generated XSD to support child configuration elements (XML nodes) that can vary and aren't known at design-time yet.&lt;br /&gt; &lt;br /&gt;Suppose you have a logging section and a logger that is instantiated through reflection. That logger instance then parses the inner XML to define its settings.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
&amp;lt;logger type=&amp;quot;Logging.FileLogger, CustomLoggingAssembly&amp;quot;&amp;gt;
  &amp;lt;fileOptions filename=&amp;quot;c:\log.txt&amp;quot; buffered=&amp;quot;true&amp;quot; /&amp;gt;
&amp;lt;/logger&amp;gt;
&lt;/pre&gt;So the &amp;lt;fileOptions&amp;gt; tag is only something that the FileLogger class would know about. I might as well plug in another logger type without the &amp;lt;fileOptions&amp;gt; but with &amp;lt;databaseOptions&amp;gt; instead. So the child element is custom &lt;i&gt;depending on the logger type&lt;/i&gt;.&lt;br /&gt; &lt;br /&gt;The &amp;quot;Has Custom Child Elements&amp;quot; flag on the Configuration Element does two things to help in this regard:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;It generates an &amp;quot;OnDeserializeUnrecognizedElement&amp;quot; method in the ConfigurationElement class so that a partial class definition can implement the required logic to handle the child XML. You will notice that the generated code does not compile because it calls a &amp;quot;HandleUnrecognizedElement&amp;quot; method that you need to implement (the point where the compilation error occurs contains comments on how to implement that).&lt;/li&gt;&lt;li&gt;It indicates in the generated XSD for the Configuration Section that the XML node that has the flag set can have any inner content (otherwise the XML with the inner tag would not be valid according to the XSD).&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>jelled</author><pubDate>Fri, 21 Mar 2008 12:29:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080321122903P</guid></item><item><title>UPDATED RELEASE: 1.1 (mrt 19, 2008)</title><link>http://www.codeplex.com/csd/Release/ProjectReleases.aspx?ReleaseId=9489</link><description>Configuration Section Designer is a Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.&lt;br /&gt;&lt;br /&gt;This 1.1 release includes support for configuration elements to have their own namespace. It also fixes an issue with the &amp;#34;global&amp;#58;&amp;#58;&amp;#34; prefix that wasn&amp;#39;t consistently used.</description><author></author><pubDate>Fri, 21 Mar 2008 12:28:35 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1 (mrt 19, 2008) 20080321122835P</guid></item><item><title>UPDATED RELEASE: 1.1.1 (mrt 21, 2008)</title><link>http://www.codeplex.com/csd/Release/ProjectReleases.aspx?ReleaseId=11872</link><description>Configuration Section Designer is a Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition &amp;#40;XSD&amp;#41; for them.&lt;br /&gt;&lt;br /&gt;This 1.1.1 release fixes a problem with the 1.1 release that would show a &amp;#34;Package Load Failure&amp;#34; when used in Visual Studio without the SDK installed.</description><author></author><pubDate>Fri, 21 Mar 2008 12:27:12 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 1.1.1 (mrt 21, 2008) 20080321122712P</guid></item><item><title>COMMENTED ISSUE: Package Load Failure</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1477</link><description>The msi is installed successfully, &lt;br /&gt;After ConfigurationSectionDesigner is added in my project, csd and 3 .tt file do created&lt;br /&gt;but I received an alert as below&amp;#58;&lt;br /&gt; &lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Package Load Failure&lt;br /&gt; &lt;br /&gt;Package &amp;#39;Microsoft.Samples.DslTools.ConfigurationSectionDesigner.ConfigurationSectionDesignerPackage, Microsoft.Samples.DslTools.ConfigurationSectionDesigner.DslPackage, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;5181b181589b6989&amp;#39; has failed to load properly &amp;#40; GUID &amp;#61; &amp;#123;9F16956E-2232-4F80-9EBB-4165929EF3EF&amp;#125; &amp;#41;. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future&amp;#63; You may use &amp;#39;devenv &amp;#47;resetskippkgs&amp;#39; to re-enable package loading.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47;vs2008, vista ultimate&lt;br /&gt;I&amp;#39;ve checked the GAC that the two dll are already installed , I&amp;#39;ve no idea what&amp;#39;s wrong with it&lt;br /&gt;how can I get it work&lt;br /&gt;Comments: Associated with changeset 7867.</description><author>jelled</author><pubDate>Fri, 21 Mar 2008 12:26:28 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Package Load Failure 20080321122628P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/csd/SourceControl/ListDownloadableCommits.aspx</link><description>Updated to match bug fix release of CSD version 1.1.1</description><author>jelled</author><pubDate>Fri, 21 Mar 2008 12:26:27 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080321122627P</guid></item><item><title>CLOSED ISSUE: Package Load Failure</title><link>http://www.codeplex.com/csd/WorkItem/View.aspx?WorkItemId=1477</link><description>The msi is installed successfully, &lt;br /&gt;After ConfigurationSectionDesigner is added in my project, csd and 3 .tt file do created&lt;br /&gt;but I received an alert as below&amp;#58;&lt;br /&gt; &lt;br /&gt;---------------------------&lt;br /&gt;Microsoft Visual Studio&lt;br /&gt;---------------------------&lt;br /&gt;Package Load Failure&lt;br /&gt; &lt;br /&gt;Package &amp;#39;Microsoft.Samples.DslTools.ConfigurationSectionDesigner.ConfigurationSectionDesignerPackage, Microsoft.Samples.DslTools.ConfigurationSectionDesigner.DslPackage, Version&amp;#61;1.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;5181b181589b6989&amp;#39; has failed to load properly &amp;#40; GUID &amp;#61; &amp;#123;9F16956E-2232-4F80-9EBB-4165929EF3EF&amp;#125; &amp;#41;. Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future&amp;#63; You may use &amp;#39;devenv &amp;#47;resetskippkgs&amp;#39; to re-enable package loading.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;#47;&amp;#47;vs2008, vista ultimate&lt;br /&gt;I&amp;#39;ve checked the GAC that the two dll are already installed , I&amp;#39;ve no idea what&amp;#39;s wrong with it&lt;br /&gt;how can I get it work&lt;br /&gt;Comments: Apparently, a new PLK is needed for a new version of the DSL. To avoid having to create a new PLK for every release, I'm making the DSL version fixed at 1.0.0.0 but I am incrementing the MSI and assembly versions to 1.1.0.0.</description><author>jelled</author><pubDate>Fri, 21 Mar 2008 12:16:36 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Package Load Failure 20080321121636P</guid></item></channel></rss>