Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am running a web service, that works fine on http.
But when running the same service on https i get this error when I call a service method:

"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "System.Web.resources" was correctly embedded or linked into assembly "SessionExpressionBuilders" at compile time, or that all the satellite assemblies required are loadable and fully signed."

The type of exception seems to be System.Resources.MissingManifestResourceException

"SessionExpressionBuilders" is an third-party assembly

I have searched for a solution for hours, but I still haven't got some clue yet.
Could somebody help?

Thank You!

EDIT ================

OK, I solved the problem by simply go around not using the third-party component. Though, can't see why it failed on secure connection only.
Posted
Updated 10-Feb-11 0:10am
v3

1 solution

Contact the manufacturer and describe your problem.

I googled "wcf web service using https binding", anBTW, I d got 242,000 results.

I then googled "Could not find any resources appropriate for the specified culture or the neutral culture.", and got back 57,300 results.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900