Hi Marin,
Although I have added a reference to a .NET assembly (Project Properties -> CLR Bridge -> Browse Files...) and saved the project, I do not see assembly as namespace displayed in intellisense when typing "dotNET. "... |
This can happen in the following cases:
* The assembly implements only interfaces and no classes.
* The assembly references another assembly that can be found neither in the GAC, nor in the main assembly's folder, nor in other assembly probing locations.
Please check out my last answer in
this thread and try configuring the CLR Bridge as described. It should work fine after that.