I have created a few clr stored procedures and had them setup to our development environment. I now want to update the connection string on the database tab of the project but its not saving. Here is the list of things I have done:
- I checked to make sure that the project file and user project file were not read-only
- I have deleted the user project unloaded the project and reloaded and the project and created a new connection string
I am not sure what else to do, has anyone else had issues updating database connection string in a Sql Service Project?