question

Upvotes
Accepted
3 2 1 4

RFA.NET using in ASP.NET project

Hi,

I try to use RFA.NET in ASP.NET Project. I get error at this step

Session.Acquire(cfgVariables.SessionName);

Error:

treprfarfa-api
mczvp.png (48.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
7.6k 15 6 9

You may also add

\Logger\AppLogger\useInternalLogStrings = true

To ExampleRFA.cfg

When set it to true, RFA uses log strings stored internally in RFA libraries or DLL’s.

RFA[x]_MsgFile.dll (static) is not required when this option is enabled.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks, it Works :)

Upvotes
4.4k 10 6 9

Hi @sabri demirel

Do you mean the example ASP.NET?

You have to copy the RFA8_MsgFile140.dll from \rfanet8.1.0.L1.win.rrg\Libs to your machine's path or the system folder.

Please see the example README.

2.2.3 Dependency library file
- Make sure RFA8_NET and TS1_NET library files are in
  the RFA.NET_ConsumerWebSite/Bin directory.

  Note: Only one version of RFA .NET assembly can exist in
		the RFA.NET_ConsumerWebSite/Bin directory.

- Make sure the RFA8_MsgFile library file is either in the machine's
  path or installed to the system folder.
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.