Hi...
I have developed one extension in VS 2017 prof. edition for my application which is used to open a form in VS 2017 through my application.
Now using my application, it work fine and extension is executed properly.
But when I directly open VS 2017 and try to execute extension, then it give me error as per below:
"An error occurred creating the configuration section handler for myapp.Startexe: Could not load file or assembly or one of its dependencies. The system cannot find the file specified."
can you please help me...?Is it possible to execute extension directly..?