New Posts New Posts RSS Feed: Building a 2012 solution on a fresh computer
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Building a 2012 solution on a fresh computer

 Post Reply Post Reply
Author
Walid View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14-Nov-2010
Posts: 161
Post Options Post Options   Quote Walid Quote  Post ReplyReply Direct Link To This Post Topic: Building a 2012 solution on a fresh computer
    Posted: 28-Sep-2012 at 1:35am
Hi,

When you open a devforce 2012 solution (using NUGET) on a computer where devforce 2012 has never been installed you can't compile if you update the model. The package have correctly been restored but it say devforce isn't installed.
To be able to install it, I had to remove the server package off the web projet and readd it.

Is there another way to do it ? Like when you restore the package, if it see devforce isn't installed then it prompt the user to install it ?


Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 28-Sep-2012 at 8:30am
DevForce will be installed by the "DevForce Client" package through its init.ps1 script.  I believe what you're seeing is due to a NuGet problem which requires that the Package Manager Console be open for the init script to run when opening a solution.  See http://connect.microsoft.com/VisualStudio/feedback/details/762468 for a bug we filed. 
 
The workaround now is to open the solution with the Package Manager Console already open, or as you tried, re-install the package.  We also have a standalone DevForce installer which will install the license and other DevForce tools.  You can find it on our product download page.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down