cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with sapssoext on 64 bit amd 2008 r2 windows server

peterhartmann
Discoverer
0 Kudos

We like to use SingleSignOn between a Netweaver 702 and a third party application writen in .net c# 4.0. We followed the steps as described in paper "Enabling Single Sign On Between Enterprise portal and non-sap applications" written by Md Ansar Hussain on 30-Oct-2008.

At runtime, we receive a COM exception 80040154 Class not registerd(Exception from HRESULT: 0x800401554 (REDB_E_CLASSNOTREG))

We have downloaded and installed the latest version of sapssoext.dll and seculib.dll. We successfully registered sapssoext.dll using regsvr32. The files are store in system32 directory.

Are there any specific steps where we have to follow to get the application running on a 64 bit machine?

Thank you for your help.

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

peterhartmann
Discoverer
0 Kudos

We found the solution: compiling the application and its parts explicetly as x64 as Platform target in visual studio 2010. After publishing to IIS, everything worked fine.