WCF RIA Template fails
Posted: Fri 10 Apr 2015 13:13
Hey
I have added the WCF Ria Template to my actual Project. (VB.NET!!!)
That Fails with Errors.
1) The original code within the template was:
There Comes a cast error.
When I Change the template to
I get an error:
AttachAsModified isn't a member...
Please take a look and give me some advise.
THX
I have added the WCF Ria Template to my actual Project. (VB.NET!!!)
That Fails with Errors.
1) The original code within the template was:
Code: Select all
Dim objectState As System.Data.Objects.ObjectStateEntry = Nothing
When I Change the template to
Code: Select all
Dim objectState As System.Data.Entity.Core.Objects.ObjectStateEntry = Nothing
AttachAsModified isn't a member...
Please take a look and give me some advise.
THX