Hi!
I got a question. I'd like to use my own DLL(assembly) in DSL project. These DLL calls must be a part of model validation in serialization or after users request. Thus, before the whole user's project is ready, he will be able to test his model on a sample.
Currently I add a reference to that custom DLL to Dsl and DslPackage projects. These projects compiled OK, but during debugging in experimental hive the calls to custom DLL simply crash the second (debugging) instance of VS.

Thank you in advance!
Sergey