Hi,
I deployed my first managed solution in production correctly by removing the environment variables in the test environment before exporting.
My environment variables are data sources for sharepoint sites and lists.
It worked fine.
Then the second time, I imported an upgraded solution to production and forgot to remove the environment variables in test.
The production instance was now writing data back to the test sharepoint lists.
To fix, I re-exported the solution as managed and followed the correct procedure by removing the environment variables in test, exported then re-imported to production.
On the very first time I imported the managed solution to production, the UI gave me the option to select which sharepoint site and lists I needed but on subsequent imports it does not.
When I ran my app, it seems that the one environment variable is not pointing to the production instance of the sharepoint list I'm using as it fails.
Then, I tried to set the environment variables to the production sources before exporting in test to reset the production instance but it didn't work.
I would really appreciate any guidance on how to remap the correct production value in the environment variable in my solution such that when I import it in production it updates correctly?
Thank you!
Regards,
Daniel