sdk v6.8.0 doesn't compile in release mode
Comments
-
I used NuGet to download v.6.8.0 of the sdk.\r\nI developed a simple step, compiled with debug flag, deployed in my dev environment and it worked perfectly.\r\n\r\nThen, I wanted to deploy it in production.\r\nSo I reopened the solution and changed to \"release\
-
Please ensure you have updated your .net frame to 4.8. Decisions 6.8 requires the updated framework to operate.
-
Hi,
Thanks for the prompt reply.
I already had the framework 4.8 sdk installed. Otherwise, neither it would had compiled in debug mode.
I removed the reference from NuGet. Cleaned the folders. Added it again. Then it worked. Im using Visual Studio Enterprise 2015.
Any idea of the reason?
Regards,
Daniel