I meant you could create a new empty Visual Studio project, get the stuff from NuGet to it, and copy the DLLs to your existing project. Of course that's in case you didn't want to use NuGet directly in your project (which BTW doesn't affect it in any special way, and doesn't prevent it from working perfectly on machines that don't have NuGet).
Glad it worked nicely for you :) *Mohamed Meligy *Readify | Senior Developer M:+61 451 835006 | W: readify.net [image: Description: Description: Description: Description: rss_16]<http://gurustop.net> [image: Description: Description: Description: Description: cid:[email protected]] <http://www.linkedin.com/in/meligy> [image: Description: Description: Description: Description: cid:[email protected]] <http://twitter.com/meligy> <http://www.greatplacetowork.com.au/best/best-companies-australia.php><http://www.readify.net/AboutUs/NewsItem.aspx?id=10> On Fri, May 20, 2011 at 6:30 PM, Joe B <[email protected]> wrote: > I'm not sure what you were saying about File->New Project .. but I got > it to work much easier than I expected. > > thanks > > On May 20, 12:34 am, Mohamed Meligy <[email protected]> wrote: > > I'd advise you to get FNH from NuGet. > > This will get a nice stable FNH version, along with the latest GA NH > (3.1). > > > > You can do it in VS File->New Project and copy the dll files from > "Packages" > > folder that NuGet will add to your new solution folder. > > > > I think no main regression was introduced in this one. 3.2 "might" have > > stuff like private property setters or whatever, but 3.0 -> 3.1 should be > > safe I guess. > > > > *Mohamed Meligy > > *Readify | Senior Developer > > > > M:+61 451 835006 | W: readify.net > > [image: Description: Description: Description: Description: > > rss_16]<http://gurustop.net> > > [image: Description: Description: Description: Description: > > cid:[email protected]] > > <http://www.linkedin.com/in/meligy> [image: > > Description: Description: Description: Description: > > cid:[email protected]] <http://twitter.com/meligy> > > <http://www.greatplacetowork.com.au/best/best-companies-australia.php>< > http://www.readify.net/AboutUs/NewsItem.aspx?id=10> > > > > > > > > On Fri, May 20, 2011 at 2:31 PM, Joe B <[email protected]> wrote: > > > Or should I just upgrade my NH core? > > > I'm using FNH and I'm worried about introducing regression at a > > > critical point in the cycle. > > > (I dislike "if it ain't broke don't fix it" instead of "newer == > > > better", but it seems too risky atm.) > > > > > Sorry to be so clueless, and thanks in advance for any guidance. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "nhusers" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]. > > > For more options, visit this group at > > >http://groups.google.com/group/nhusers?hl=en.- Hide quoted text - > > > > - Show quoted text - > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
