Changing the Provider Manifest token runtime

Posts   
 
    
ianvink
User
Posts: 393
Joined: 15-Dec-2006
# Posted on: 06-Feb-2014 22:09:39   

Using EF6 and LLBL 4.1

I set this value to "2008" in development, but the production needs to be set to 2012 (both are SQL Express)

How can I change this in the generated code?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 07-Feb-2014 07:17:24   

ProviderManifestToken is emitted into the .edmx file. You can change it there, or regenerate code for the new manifest token from LLBLGen Designer.

David Elizondo | LLBLGen Support Team