Appendix A – Troubleshooting
226
Sentinel Hardware Keys Developer’s Guide
loadserv.exe
. Specify the service name,
<OS Drive>:\Program Files\Common
Files\SafeNet Sentinel\Sentinel Keys Server\ sntlkeyssrvr.exe
and click
Remove
Service
.
Problem: Selecting .Net Framework version
When protecting a .NET application with multiple versions installed, you
want to select the version of .Net Framework to be used.
Solution:
The
.config
file
appname.exe.config
decides which version of .NET Framework
will be used.
A Sample
appname.exe.config
is as follows:
<configuration>
<startup>
<requiredRuntime version="v1.1.4322" safemode="true"/>
</startup>
</configuration>
Problem: Runtime error message R6034 from shell pro-
tected .EXE file.
You receive an error message
R6034
when shell protecting a .exe file.
Solution:
There are two ways to avoid this error:
■
Remove the
msvcr80.dll
file from
c:\windows\system32
folder or any
other execution path, or
■
Make a manifest file and place it in the same folder where the shelled
application is located.
Whereas the original exe file name is
app.exe
, the manifest file name is
in the format
app.exe.manifest
.
Содержание Sentinel
Страница 1: ...1 2 0...
Страница 6: ...vi Sentinel Hardware Keys Developer s Guide...
Страница 12: ...Contents xii Sentinel Hardware Keys Developer s Guide...
Страница 20: ......
Страница 58: ...Chapter 2 Sentinel Keys SDK Components 40 Sentinel Hardware Keys Developer s Guide...
Страница 80: ...Chapter 3 Planning Application Protection and Licensing Strategy 62 Sentinel Hardware Keys Developer s Guide...
Страница 82: ......
Страница 108: ...Chapter 4 Protecting Applications Using Shell 90 Sentinel Hardware Keys Developer s Guide...
Страница 180: ......
Страница 196: ...Chapter 8 License Grouping 178 Sentinel Hardware Keys Developer s Guide...
Страница 212: ...Chapter 9 Programming Sentinel Hardware Keys 194 Sentinel Hardware Keys Developer s Guide...
Страница 214: ......
Страница 236: ...Chapter 10 Redistributables for Customers and Distributors 218 Sentinel Hardware Keys Developer s Guide...
Страница 252: ...Appendix A Troubleshooting 234 Sentinel Hardware Keys Developer s Guide...
Страница 282: ...Index 264 Sentinel Hardware Keys Developer s Guide...