I have integrated CefSharp browser control (Latest from Git) on windows form in a vsix package.
When I run this vsix package on Experimental Instance of visual studio, it loads url properly.
But when I install this vsix package to actual visual studio (Non-experimental instance) it do not loads the url, neither throws an exception.
I have created a sample package for investigation.
https://drive.google.com/file/d/0B5J85QJ_rPomek5WTk9RazJXcXc/edit?usp=sharing
Working scenario:
1. Run project. It will open an experimental instance of visual studio.
2. Open menu "Tools -> My Command name"
3. It will open a windows form containing CefSharp browser. It will load url "https://www.google.co.in"
Problem scenario:
1. Open bin folder and find .vsix package under debug/release folder.
2. Install this package by double clicking it.
3. Open visual studio (Non-experimental).
4. Open menu "Tools -> My Command name"
5. It will open a windows form containing CefSharp browser. But will not load the url.
Please help with this.