Hi,
I see you references seriously high number of assemblies. Do you really need them all for simple testing application?
In my opinion the problem is in how the assemlbies are referenced, with what properties, but with so many reference it's hard to guess where to start:
- All assemblies should have Copy Local: False
- All assemblies, especially Bentley.Interop.MicroStationDGN (for what purpose do you reference it?) have to have Embed Interop Types: False
I recommend to remove all not used assemblies, so if the mentioned advices will not work, it will be easier to track down what is wrong.
With regards,
Jan