I had previously written on how to load custom assemblies in your extension using AppDomain.CurrentDomain.Ass... It required few lines of code to be written in your VS package class. Today I am going to show you an easier way of doing the same. Visual Studio provides ProvideBindingPath attribute which lets Visual Studio know other paths from where your extension loads the assemblies. The usage of this attribute is very simple, you just need to decorate your package class with it. [Guid(GuidList.guidmin2015P... ......
In the current competitive world, everyone knows releasing the product to market is only half the battle. You are expected to continuously monitor application for its usage, memory consumption, errors, to quickly address any issues in your application. Quickly addressing issues your customers facing is essential to keep existing customers with your product. There are already many solutions available in the market, which provide complete application monitoring and analytics for your application. Some ......