Encrypt the connectionstring for Azure with VS2012 Encrypt the connectionstring for Azure with VS2012 azure azure

Encrypt the connectionstring for Azure with VS2012


As you suggest the problem is with the installed project alone, the provider project itself builds just fine.As all the installed seem to do is add the assembly to the Global Assembly Cache all you need to do is gacutil -i from an elevated command prompt to the provider's dll and everything else works just fine.