Print Page | Close Window

DevForce templates not showing after installing DevForce Universal

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1318
Printed Date: 15-Apr-2025 at 9:34am


Topic: DevForce templates not showing after installing DevForce Universal
Posted By: chrisb
Subject: DevForce templates not showing after installing DevForce Universal
Date Posted: 13-Jun-2009 at 2:16pm
I have installed Devforce Universal.  I do not see any of the DevForce templates.  I un-installed all Silverlight 2 products and installed SL3 Beta in the order specified on the MS Silverlight site.  I then installed DevForce Universal.  Is there a quick tool to make the templates visible in VS2008.  I have un-installed and re-installed twice, but still no luck.  Help.
 
Thanks In Advance.
Chrisb



Replies:
Posted By: Didsbo
Date Posted: 17-Jun-2009 at 12:57pm
I'm having roughly the same problem.  I don't think the devforce template were actually installed.  They're not in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp at least.
 
Can anyone help or send me a copy of the templates? 
 
Thanks
 
Ian


Posted By: davidklitzke
Date Posted: 18-Jun-2009 at 4:57pm

Are you using Windows 7?

 What is Registry value for HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\UserProjectTenplatesLocation?

If you are using 32-bit OS,

What is Registry value for HKEY_LOCAL_MACHINE\SOFTWARE\IdeaBladev4\TemplateFolderLocation?

If you are using 64-bit OS,

 What is Registry value for HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\IdeaBladev4\TemplateFolderLocation?

 



Posted By: jsobell
Date Posted: 22-Jun-2009 at 6:52pm
Mine is C:\Users\jason.QUESTMETRICS\Documents\Visual Studio 2008\Templates\ProjectTemplates

The files actually installed into:

C:\Users\jason.QUESTMETRICS\AppData\Roaming\Microsoft\VisualStudio\9.0\ProjectTemplatesCache\Visual C#\DevForce

which is obviously not correct.

I think something is a little screwy in the installation routine.

Cheers,
 Jason


Posted By: CodeRocks
Date Posted: 24-Jul-2009 at 9:39pm
I'm having the same problem also.  The devforce templates were not installed.  They are not in C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp or any of the language specific folders.
 
Can anyone help out or post a copy of the templates? 
 
Thanks
Dan Arnold


-------------
Dan Arnold


Posted By: CodeRocks
Date Posted: 24-Jul-2009 at 10:36pm
To install the templates manually.
 
On my Vista 32bit OS I found the templates installed in C:\My_Directory and C:\My_DirectoryVisualBasic respectively.
If you dont find them there search for them elsewhere....
 
The language specific zip files that you should look for are listed below and are contained in a DevForce Directory:
BOSWebApplicationCS.zip      or  BOSWebApplicationVB.zip
BOSWebSiteCS.zip                 or  BOSWebSiteVB.zip
DevForceSLAppCS.zip             or  DevForceSLAppVB.zip
DevForceSLAppServerCS.zip   or  DevForceSLAppServerVB.zip
 
Once you find them,
 
Copy the DevForce Folders (with the zip files) from the locations above to:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\DevForce\...
and
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\VisualBasic\DevForce\...
 
You must run "devenv.exe /installvstemplates" to update VS template cache
 
The templates should appear in VS2008 as expected.
 
Hope this helps!


-------------
Dan Arnold



Print Page | Close Window