<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>GEL Work Item Rss Feed</title><link>http://www.codeplex.com/GEL/WorkItem/List.aspx</link><description>GEL Work Item Rss Description</description><item><title>COMMENTED ISSUE: Deployment to GAC</title><link>http://www.codeplex.com/GEL/WorkItem/View.aspx?WorkItemId=8850</link><description>It appears that GEL has some bazaar dependencies that prohibit its use when deployed to the GAC.

These include:
 EnvDTE 7.0.3300.0
 Microsoft.Data.ConnectionUI.Dialog 8.0.0.0

But can we qualify these dependencies are really needed? 

Of course one workaround is to deploy these dependencies to the GAC when installing GEL.

Other is to avoid deploying to GAC and only deploy to PublicAssemblies folder, which probably makes sense considering its use for recipes.

 If that is the case, a notice should be loud and clear about where it can and should be installed. Comments: ** Comment from web user: jezzsa ** &lt;p&gt;I guess in retrospect. that the real issue here is what was this library designed for&amp;#63;&lt;/p&gt;&lt;p&gt;If soley for use from GAT packages then, then it should only be deployed privately in same folder as GAT package using it. &amp;#40;This will avoid multiple copies and DLL hell in PublicAssemblies folder.&amp;#41;&lt;/p&gt;&lt;p&gt;If it intended for use by factories in general &amp;#40;which is it useful for&amp;#41;, then I think its needs to be split into&amp;#58; functionality that is specific to GAT packages, and functionality that can be used from DSL&amp;#39;s too &amp;#40;like the UI editors, DTE helpers etc&amp;#41;. The shared functionality for use by DSL &amp;#42;needs&amp;#42; to be deployable to GAC, since all DSL&amp;#39;s have to be deployed to GAC.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;There is no good workaround at present since just deploying it to PublicAssemblies folder will cause DLL hell for all factories doing this &amp;#40;multiple versions of GEL in same physical directory&amp;#41;. &lt;br/&gt;Following GAX&amp;#39;s assumptions here on this is not safe, you will only ever have one version of GAX installed on the machine, and therefore installing GAX assemblies to PublicAssemblies cache is OK. &lt;br/&gt;That is a not a safe assumption for GEL. &lt;/p&gt;&lt;p&gt;Service Factory has already proven this mistake. But this is expected since service factory is first factory to use DSL&amp;#39;s and share functionality from GEL. Perhaps its time to review&amp;#63;&lt;/p&gt;</description><author>jezzsa</author><pubDate>Mon, 07 May 2007 08:14:30 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Deployment to GAC 20070507081430A</guid></item><item><title>COMMENTED ISSUE: Deployment to GAC</title><link>http://www.codeplex.com/GEL/WorkItem/View.aspx?WorkItemId=8850</link><description>It appears that GEL has some bazaar dependencies that prohibit its use when deployed to the GAC.

These include:
 EnvDTE 7.0.3300.0
 Microsoft.Data.ConnectionUI.Dialog 8.0.0.0

But can we qualify these dependencies are really needed? 

Of course one workaround is to deploy these dependencies to the GAC when installing GEL.

Other is to avoid deploying to GAC and only deploy to PublicAssemblies folder, which probably makes sense considering its use for recipes.

 If that is the case, a notice should be loud and clear about where it can and should be installed. Comments: ** Comment from web user: jezzsa ** &lt;p&gt;Just another comment, from an issue I am also running into.&lt;/p&gt;&lt;p&gt;If the PublicAssemblies folder is the recommended place to install this assembly, then multiple versions of it are not possible &amp;#40;i.e. DLL Hell&amp;#41;.&lt;/p&gt;&lt;p&gt;I notice that the &amp;#39;Service Factory&amp;#39; installs this assembly to the PublicAssemblies folder &amp;#40;version 1.0&amp;#41;.&lt;br/&gt;Now if I want to use a different version say &amp;#40;1.3&amp;#41; in my factory, the last factory installed wins - right&amp;#63; &amp;#40;-&amp;#62; dll hell&amp;#41;&lt;br/&gt;You cant assume only one factory is installed per machine.&lt;/p&gt;&lt;p&gt;If you really want people to use this assembly in their factories, GAC deployment, can be the only option really.&lt;br/&gt;You cant assume it will only be used in GAT packages. Factories of today use DSL&amp;#39;s, and therefore need to load these types from GAC.&lt;br/&gt;&lt;/p&gt;</description><author>jezzsa</author><pubDate>Mon, 07 May 2007 06:50:25 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Deployment to GAC 20070507065025A</guid></item><item><title>COMMENTED ISSUE: Deployment to GAC</title><link>http://www.codeplex.com/GEL/WorkItem/View.aspx?WorkItemId=8850</link><description>It appears that GEL has some bazaar dependencies that prohibit its use when deployed to the GAC.

These include:
 EnvDTE 7.0.3300.0
 Microsoft.Data.ConnectionUI.Dialog 8.0.0.0

But can we qualify these dependencies are really needed? 

Of course one workaround is to deploy these dependencies to the GAC when installing GEL.

Other is to avoid deploying to GAC and only deploy to PublicAssemblies folder, which probably makes sense considering its use for recipes.

 If that is the case, a notice should be loud and clear about where it can and should be installed. Comments: ** Comment from web user: jezzsa ** &lt;p&gt;Thanks Chris, &lt;br/&gt;understood EnvDTE is required. but check the version. the version required here is 7.0.3300. Shouldn&amp;#39;t this be a more recent version&amp;#63; Like the version for VS2005 &amp;#40;EnvDTE 8.0.0.0&amp;#41;&amp;#63;&lt;/p&gt;&lt;p&gt;I&amp;#39;ll give you a usage sceanrio.&lt;br/&gt;I have a DSL I want to use the &amp;#39;ClassBrowserEditor&amp;#39; from this library as the UITypeEditor on a domain property. &lt;br/&gt;Since DSL assemblies are deplyed to the GAC, I would have to deploy RecipeFramework.Extensions.dll also to the GAC.&lt;br/&gt;But it wont load from the GAC with these bazaar dependencies.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>jezzsa</author><pubDate>Mon, 07 May 2007 06:13:25 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Deployment to GAC 20070507061325A</guid></item><item><title>COMMENTED ISSUE: Deployment to GAC</title><link>http://www.codeplex.com/GEL/WorkItem/View.aspx?WorkItemId=8850</link><description>It appears that GEL has some bazaar dependencies that prohibit its use when deployed to the GAC.

These include:
 EnvDTE 7.0.3300.0
 Microsoft.Data.ConnectionUI.Dialog 8.0.0.0

But can we qualify these dependencies are really needed? 

Of course one workaround is to deploy these dependencies to the GAC when installing GEL.

Other is to avoid deploying to GAC and only deploy to PublicAssemblies folder, which probably makes sense considering its use for recipes.

 If that is the case, a notice should be loud and clear about where it can and should be installed. Comments: ** Comment from web user: ctavares ** &lt;p&gt;These dependencies are indeed required. EnvDTE in particular is used just about everywhere in the code. Putting it in PublicAssemblies is really the best place for it. I&amp;#39;ll see about adding a note to the release.&lt;/p&gt;</description><author>ctavares</author><pubDate>Thu, 29 Mar 2007 17:30:34 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Deployment to GAC 20070329053034P</guid></item><item><title>CREATED ISSUE: Deployment to GAC</title><link>http://www.codeplex.com/GEL/WorkItem/View.aspx?WorkItemId=8850</link><description>It appears that GEL has some bazaar dependencies that prohibit its use when deployed to the GAC.

These include:
 EnvDTE 7.0.3300.0
 Microsoft.Data.ConnectionUI.Dialog 8.0.0.0

But can we qualify these dependencies are really needed? 

Of course one workaround is to deploy these dependencies to the GAC when installing GEL.

Other is to avoid deploying to GAC and only deploy to PublicAssemblies folder, which probably makes sense considering its use for recipes.

 If that is the case, a notice should be loud and clear about where it can and should be installed. </description><author>jezzsa</author><pubDate>Mon, 12 Mar 2007 15:54:33 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Deployment to GAC 20070312035433P</guid></item></channel></rss>