Restart VS2005 after re-GAC WCF LOB adapter assembly
Every time after I make a change to my adapter, I have to restart VS in order to see the difference in the Add Adapter Service Reference plugin. Is there a way to avoid this? My adapter is registered in the machine config.
A second question if I may, is it possible to move those binding extension information out of the machine.config? I have tried to put them in the app.config, but the plugin didn't recognize my adapter.
Thanks
Walter
Yes - you have to restart VS.NET everytime. VS.NET is loading the assembly from the GAC - and it won't load a new one till you restart it.
For the Add Adapter Service Refernce dialog - the config has to be in machine.config.