This solves the issue with tables not showing in class editor
Remove the statement<add key=“IsDBStructureEditable” value=“True” /> from ECClassEditor.exe.config
Here is the question about this:
Hi,
I have a plant project DB in SQL Server and I am trying to update the OPPID mapping schema to reference that database structure.
When I go into the Database Structure Editor and Select Load, I can select the Microsoft SQL Server .net provider and complete the required information and when I test the connection it succeeds, but when I then hit OK I dont get any tables listed.
If I connect to the DB with Visual Studio I can see all the tables.
Also if I attempt to edit ECClassEditor.exe.config and add the following:
<add key=“IsDBStructureEditable” value=“True” />
to enable editing in the Database Structure Editor, the Class Editor no longer launches from within OPPID and I get the following error:
Main Assembly of Bentley Class Editor application has stopped responding.
OPPID SS4, Windows 7 64bit
Can anyone shed some light on this?
Thanks
Andy