Hi,
I am trying to create add-in's using VSTA with custom controls and use these inside my main application. What I have understood so far is that UserControls & Forms etc do not marshal across the proxy layer. Is there a way to either avoid using proxy or there exists another method by using IContract?