Invalid LCPDecryptFileException was unhandled: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
m (Protected "Invalid LCPDecryptFileException was unhandled" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)))
mNo edit summary
Line 1: Line 1:
AutoCount Accounting 1.8
==AutoCount Accounting 1.8==
This exception thrown out is due to the missing of some files that are required for your application to load.

This exception thrown out is due to the missing of some files that are required for your application to load.

What are the chances to encounter this exception in your application?


What are the chances to encounter this exception in your application?
Quite common, if you are developing below applications:-
Quite common, if you are developing below applications:-

1. Standalone Desktop Application that access to AutoCount Accounting
1. Standalone Desktop Application that access to AutoCount Accounting

2. Web Services that access to AutoCount Accounting
2. Web Services that access to AutoCount Accounting


Solutions:-
==Solutions==

* Find these files in AutoCount Accounting folder.
* Find these files in AutoCount Accounting folder.
# LCPDecrypt.wdl
# LCPDecrypt.wdl
Line 20: Line 15:


Add these files to your Project as existing items.
Add these files to your Project as existing items.

* Set Build Action = none (empty)
* Set Build Action = none (empty)
* Copy to Output = Copy if newer
* Copy to Output = Copy if newer


So that these files will be copied to your output folder.
So that these files will be copied to your output folder.

* Remember to include these files in your distribution together with AutoCount Accounting assemblies.
* Remember to include these files in your distribution together with AutoCount Accounting assemblies.



Revision as of 17:34, 28 November 2017

AutoCount Accounting 1.8

This exception thrown out is due to the missing of some files that are required for your application to load.
What are the chances to encounter this exception in your application?

Quite common, if you are developing below applications:- 1. Standalone Desktop Application that access to AutoCount Accounting 2. Web Services that access to AutoCount Accounting

Solutions

  • Find these files in AutoCount Accounting folder.
  1. LCPDecrypt.wdl
  2. LCPDecrypt2.exe
  3. LCPDecrypt2.wdl
  4. LCPDecryptApp.exe

Add these files to your Project as existing items.

  • Set Build Action = none (empty)
  • Copy to Output = Copy if newer

So that these files will be copied to your output folder.

  • Remember to include these files in your distribution together with AutoCount Accounting assemblies.

Note: For Web Server, you may have to set your IIS to run in 32bit mode.

Unless the web server allows to execute executable file (.exe), then IIS running at 64bit mode is fine.