Devforce Code First - .ibmmx Not Generating

93 Views Asked by At

After upgrading to Visual studio 2017 and Devforce 7.5.1, my application is no longer re-generating the .ibmmx file. Strangely, the .ibmmx re-generates correctly on my home PC but not on my work laptop. Both have visual studio 2017 and Devforce 7.5.1 installed. I've checked the DRC Code First troubleshooting article and can confirm that Devforce.cf is correctly added.

I've also tried create a new code first app from scratch and the .ibmmx does not generate. The build message is as follows:

1>DevForceEntityModelMetadataDeploy:
1>  In EntityModelMetadataDeploy.  Parms:  Assembly='C:\Users\idids\source\repos\WpfApplication2\WpfApplication2\bin\Debug\WpfApplication2.exe', TargetFolder='C:\Users\idids\source\repos\WpfApplication2\WpfApplication2'
1>  IdeaBlade.VisualStudio.Build.Tasks, Version=7.5.1.0, Culture=neutral, PublicKeyToken=287b5094865421c0
1>  Trying model metadata discovery for C:\Users\idids\source\repos\WpfApplication2\WpfApplication2\bin\Debug\WpfApplication2.exe
1>  Creating metadata from EntityManager 'TestEntities'
1>  Searching for connectionString named 'TestEntities': found
1>  Model metadata created for TestEntities

It seems that the model is generating but the .ibmmx is not being created. Any help would be appreciated.

0

There are 0 best solutions below