Hi
I installed SOSS server in one machine and try to use it from different client machines. I created a simple .Net application to add/retrieve data from Cache
in Client Machine A, I installed SOSS remote client. I used my .Net application to access cache from this machine and it works.
In Client Machine B, I did not install anything related to SOSS. I pasted my .Net application along with SOSS dlls(Whatever were copied to bin folder when I built my application) and Soss_client_params.txt in machine. It is giving an error as below. Can someone guide me how to handle this.
I have already copied this DLL to my application location in client machine
I installed SOSS server in one machine and try to use it from different client machines. I created a simple .Net application to add/retrieve data from Cache
in Client Machine A, I installed SOSS remote client. I used my .Net application to access cache from this machine and it works.
In Client Machine B, I did not install anything related to SOSS. I pasted my .Net application along with SOSS dlls(Whatever were copied to bin folder when I built my application) and Soss_client_params.txt in machine. It is giving an error as below. Can someone guide me how to handle this.
Error: Could not load file or assembly 'soss_dotnet2cli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=a1ec0b86f746a476' or one of its dependencies.