AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

Cant seem to run PLINQO EF Quickstart with error #698

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm getting this error once i try running the PLINQO Quickstart:

TargetInvocationException was unhandled in usercode

An exception of type 'System.Reflection.TargetInvocationException' occurred in 
System.Web.DynamicData.dll but was not handled in user code

At this line of Code in Global.asax file:

DefaultModel.RegisterContext(typeof(EF.Data.EFDataContext), new 
ContextConfiguration() { ScaffoldAllTables = false });

I already downloaded a new version of PLINQO @ this url 

https://code.google.com/p/codesmith/downloads/list

Please help. Thanks

Original issue reported on code.google.com by ambeg...@gmail.com on 23 Mar 2014 at 1:01

Attachments:

GoogleCodeExporter commented 9 years ago
What happens if you double click the edmx file and open the designer and then 
start debugging? Does it work?

Original comment by bniemyjski on 24 Mar 2014 at 8:18