Meta files not built by Release build for Class Library

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
extrakun
Posts: 22
Joined: Wed 20 Apr 2011 06:02

Meta files not built by Release build for Class Library

Post by extrakun » Thu 23 Jun 2011 07:03

I am currently putting my models and services in a class library, using Entity Framework 4.

I notice that dotconnect is not generating the meta files (.csdl, .msi, .ssdl) when doing a Release build.

Can I just point the meta file path to the files in the Debug folder?

Thanks in advance!

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 23 Jun 2011 10:47

Please make sure that you have set the Metadata Artifact Processing model property to CopyToOutputDirectory.
Don't forget to check that your output folder is set to bin\Release.
After rebuilding the project the metadata files should be placed to the bin\Release folder.
If there are any problems with this approach, please let us know.

Post Reply