Hello,
I have an incredible problem with Employee Portal BackEnd Key creations.
The function Create Back End Key Pair from Employee Portal Setup tells that NEP Security Tools.AsymmetricToolCom cannot be registered.
I tryied to register it using Client installation procedure 10 times but it tells the same thing again and again.
Is there any way to register it manually, using some tools othen that regsvr32 ?
Because of this I get error 10114 (communication error) in webpage.
Thanks,
Mihai
0
Comments
Doesn't have anyone some hints to solve this issue.
best regards
FAFL
because they are .NET Interops you can not use regsvr32.
Instead:
- Be sure you have .NET Framework 2.0 installed
Open a command line (cmd).
Navigate to the folder where you have installed the client (e.g. C:\Program Files\Microsoft Dynamics\client)
Type in the command to run regasm which should be
C:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm.exe
Please keep in mind that this path depends on your installation!!!
Before you do this CLOSE ALL RUNNING NAV CLIENTS!
Then try again.
KR
Rainer