Hello
We have created a sandbox solution (version 1 - test.wsp-) with Visual Studio 2012. This sandbox solution only writes the URL in a log: "V1_http://contoso.com". Everything works fine when we launch a workflow. I mean, we create a project through"new project" button. This project has a Enterprise Project Type associated to the previous workflow.
Now we update the sandbox solution (version 2 -test.wsp-) with Visual Studio 2012 adding a new functionality (deactivate old solution/upload new sandbox solution/actívate the new sandbox solution). We have modified the sandbox solution in order to write "V2_http://contoso.com".
Our test is as follows: We use the same Enterprise Project Type and we create a new project with the same workflow. When the project is created, the log still writes the URL defined in the sandbox solution (version 1 -test.wsp- "V1_http://contoso.com") instead of the one we have defined in the sandbox solution (version 2 -test.wsp- "V2_http://contoso.com).
It seems that when we update a sandbox solution, changes are not taking place in Project Online.
Changes take place only when we create a new sandbox solution, with a different name.
Does anybody have the same issue?