Page 1 of 1

Unable to load RCF Proto for csharp

Posted: Thu Mar 30, 2017 2:57 pm
by divita.gorakhpuria
Hi,

I have downloaded RCFProto-src-1.2.0.0 and generated solution using cmake. After compiling source code I got only RCFProto_NET_impl.dll.

Can you please let me know how would other dlls be generated as specified here - http://www.deltavsoft.com/RCFProto/doc/ ... user_guide
Missing dll - csharp/bin/RCFProto_NET.dll - RCFProto .NET assembly, built with AnyCPU architecture.

I have also tried to use RCFProto_NET.dll provided with RCFProto-win32-1.2.0.0, but I am getting below error -
Unable to load RCFProto native bindings for .NET. Attempted to load: D:\SampleApplication\bin\x86\Debug\RCFProto_NET_impl.dll.
LoadLibraryEx() error: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail

Kindly help me resolving this.

Regards,
Divita

Re: Unable to load RCF Proto for csharp

Posted: Fri Mar 31, 2017 2:05 am
by jarl
Most likely you need to install the Visual Studio 2013 runtimes on your system. The RCFProto Windows binaries are built with VS 2013.

Re: Unable to load RCF Proto for csharp

Posted: Fri Mar 31, 2017 1:28 pm
by divita.gorakhpuria
Hi,

Previously I was using VS 2005 to build the RCF Proto source code.

Now, I have generated source code for VS 2015 and getting errors.
Please find attachments.

My original intention is to set maximum message length in c# client. Is there any way to set that?

Regards,
Divita

Re: Unable to load RCF Proto for csharp

Posted: Sun Apr 02, 2017 5:45 am
by jarl
I just posted in another thread that there is a new build available:

Source distribution:
http://www.deltavsoft.com/downloads/RCF ... .3.0.0.zip

Win32 binary distribution:
http://www.deltavsoft.com/downloads/RCF ... .3.0.0.zip

With this one you can set maximum message length on the client.