<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Custom template - finding assemblies</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Custom template - finding assemblies</description>
  <pubDate>Fri, 10 Apr 2026 21:53:00 -700</pubDate>
  <lastBuildDate>Mon, 24 Sep 2012 14:47:30 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3648</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Custom template - finding assemblies : Glad you got it working again,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14564#14564</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3648<br /><strong>Posted:</strong> 24-Sep-2012 at 2:47pm<br /><br /><p>Glad you got it working again, stage.&nbsp; For the record, the updated documentation for DF2012 on this topic is here:&nbsp; <a href="http://drc.ideablade.com/devforce-2012/bin/view/&#068;ocumentati&#111;n/custom-code-generati&#111;n-template" target="_blank">http://drc.ideablade.com/devforce-2012/bin/view/Documentation/custom-code-generation-template</a>.&nbsp; The procedures for writing a custom template are the same, but some of the assembly references have changed.</p>]]>
   </description>
   <pubDate>Mon, 24 Sep 2012 14:47:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14564#14564</guid>
  </item> 
  <item>
   <title>Custom template - finding assemblies : I uninstalled DevForce and removed...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14517#14517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1503" rel="nofollow">stage</a><br /><strong>Subject:</strong> 3648<br /><strong>Posted:</strong> 22-Sep-2012 at 2:15pm<br /><br />I uninstalled DevForce and removed NuGet packages, then reinstalled everything and now it finds the IdeaBlade.Core.dll during the code generation process.]]>
   </description>
   <pubDate>Sat, 22 Sep 2012 14:15:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14517#14517</guid>
  </item> 
  <item>
   <title>Custom template - finding assemblies : By a custom template, I am referring...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14516#14516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1503" rel="nofollow">stage</a><br /><strong>Subject:</strong> 3648<br /><strong>Posted:</strong> 22-Sep-2012 at 1:40pm<br /><br />By a custom template, I am referring to a custom DevForce code generation template which I created per this topic - <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/custom-code-generati&#111;n-template" target="_blank">Customizing the DevForce code generation template</a>.]]>
   </description>
   <pubDate>Sat, 22 Sep 2012 13:40:22 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14516#14516</guid>
  </item> 
  <item>
   <title>Custom template - finding assemblies :   The correct resolution would...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14514#14514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 3648<br /><strong>Posted:</strong> 22-Sep-2012 at 12:55pm<br /><br />The correct resolution would be to modify your template to install the DevForce package via NuGet. You can find more information at the following URL.<div>&nbsp;</div><div><a href="http://docs.nuget.org/docs/reference/packages-in-visual-studio-templates" target="_blank">http://docs.nuget.org/docs/reference/packages-in-visual-studio-templates</a></div>]]>
   </description>
   <pubDate>Sat, 22 Sep 2012 12:55:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14514#14514</guid>
  </item> 
  <item>
   <title>Custom template - finding assemblies : I notice that the DevForce 2012...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14513#14513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1503" rel="nofollow">stage</a><br /><strong>Subject:</strong> 3648<br /><strong>Posted:</strong> 22-Sep-2012 at 8:37am<br /><br />I notice that the DevForce 2012 assemblies are not installed in the GAC. I am using  a custom template that is referencing IdeaBlade.Core and was getting an error as the file could not be found. I resolved the error by installing IdeaBlade.Core in the GAC but was curious what the correct resolution would be for this issue.]]>
   </description>
   <pubDate>Sat, 22 Sep 2012 08:37:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3648&amp;PID=14513#14513</guid>
  </item> 
 </channel>
</rss>