Reputation: 403
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
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
Reputation: 504
Syg, see my answer on the similar question "ASP.NET MVC 3 - Issues with microsoft-web-helpers v1.1".
Upvotes: 1