Syg
Syg

Reputation: 403

Using WebMatrix.Data in Visual Studio with the facebook helpers

I installed the facebook helper package in my Visual Studio 2010 MVC project. Using it currently breaks my site because it can't find the classes it uses from the WebMatrix.Data and WebMatrix.WebData libraries. I can use them in my cs files, but from the facebook.cshtml file they appear to be inaccessible.

Has anybody encountered this? I know this all beta but still.

Thanx Rinze

Upvotes: 2

Views: 1112

Answers (3)

Bright Chen
Bright Chen

Reputation: 309

Copy the dll files to your site bin folder, which are in

C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies

on my pc

Upvotes: 1

nick4eva
nick4eva

Reputation: 504

Syg, see my answer on the similar question "ASP.NET MVC 3 - Issues with microsoft-web-helpers v1.1".

Upvotes: 1

Syg
Syg

Reputation: 403

Ok, the solution to this is copying the files to the bin folder.

Upvotes: 1

Related Questions