New Posts New Posts RSS Feed: DevForce templates not showing after installing DevForce Universal
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

DevForce templates not showing after installing DevForce Universal

 Post Reply Post Reply
Author
chrisb View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Jun-2009
Location: Pennsylvania
Posts: 1
Post Options Post Options   Quote chrisb Quote  Post ReplyReply Direct Link To This Post Topic: DevForce templates not showing after installing DevForce Universal
    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
Back to Top
Didsbo View Drop Down
Newbie
Newbie
Avatar

Joined: 17-Jun-2009
Posts: 4
Post Options Post Options   Quote Didsbo Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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?

 

Back to Top
jsobell View Drop Down
Groupie
Groupie
Avatar

Joined: 02-Apr-2009
Location: Australia
Posts: 80
Post Options Post Options   Quote jsobell Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
CodeRocks View Drop Down
Newbie
Newbie
Avatar

Joined: 29-Mar-2009
Location: St Louis, MO
Posts: 4
Post Options Post Options   Quote CodeRocks Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
CodeRocks View Drop Down
Newbie
Newbie
Avatar

Joined: 29-Mar-2009
Location: St Louis, MO
Posts: 4
Post Options Post Options   Quote CodeRocks Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down