c# - OrmLite 4.0.34 Upgrade Error -
This is a problem for OrmLite in Visual Studio 2013.
I have just upgraded my OrmLite assemblies through NuGet from 4.0.32 to 4.0.34 and now the following line of code that is generated from the OrmLite.SP.tt file will not work :
dbCommand.Transaction = OrmLiteConfig.Tastransaction! = Null? (DBITINSECTION) ORMITE CONFIGING. STRASSENECTION: Null;
When I create my project, I get the following error:
Servicestock. ORMLite There is no definition for TSTR connections in ORMLite config.
What do I need to do to fix this?
Comments
Post a Comment