Not able to implement Single sign on (SSO) using web service from c#

Shrinivas Nagral shared this problem 6 years ago
Resolved

Error 1 The type or namespace name 'AdministrationServiceService' could not be found (are you missing a using directive or an assembly reference?) F:\YF_SSO\Default.aspx.cs

Replies (2)

photo
1

Hi Shrinivas,

I am not very familiar with c#, so my advice may be a bit off here, but it looks like this specific class is not included in the build path. I am not sure exactly what library you are compiling this against, but it is also possible to connect by instantiating an AdministrationServiceClient .

   public AdministrationServiceClient(String webServiceHost, int webServicePort, String username, String password)
Let me know if you have any more luck with this. If not it might be best to arrange a quick screen-share.

Regards,

Nathan

photo
1

Hi Shrinivas,

I am going to set this ticket to closed for now, but if there is anything else I can do to help here, please just let me know and the case will be re-opened!


Regards,

Nathan

Leave a Comment
 
Attach a file