Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello my friends,
I was required to convert my solution which is based on the makefile in favor of Visual Studio (2019) project. I compiled and built my product using property sheets, but I cannot unlock it with the following message: "Unlocking this application requires option 294."
I checked all the licensing, and it is perfectly OK. I found the similar case described in
Solved! Go to Solution.
it appears you are piling all tasks into msbuild.
to localize the issue, you should try to separate making a dll and unlocking it into two steps - if you could unlock a dll using protk_unlock.bat from a command prompt with working directory set to 'parametric\bin' it would tell you that the most likely problem is your visual studio environment settings.
Article - "What is the difference between the floating license and locked license": https://www.ptc.com/en/support/article/cs65142
Thanks. What are the steps needed to obtain this license?
"Get in Touch with a PTC Sales Representative": https://www.ptc.com/en/contact-us
it appears you are piling all tasks into msbuild.
to localize the issue, you should try to separate making a dll and unlocking it into two steps - if you could unlock a dll using protk_unlock.bat from a command prompt with working directory set to 'parametric\bin' it would tell you that the most likely problem is your visual studio environment settings.