Invalid LCPDecryptFileException was unhandled: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
mNo edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==AutoCount Accounting 1.8 / 1.9==
{{NavigateDeveloper}}
==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.

{{Note|LCP files are not required in AutoCount Accounting 2.0}}
<br/>
[[File:ProgramInvalidLCP.png|link=]]


What are the chances to encounter this exception in your application?
What are the chances to encounter this exception in your application?
Line 25: Line 28:
Note: For Web Server, you may have to set your IIS to run in 32bit mode.
Note: For Web Server, you may have to set your IIS to run in 32bit mode.


[[Category:Programmer]]
Unless the web server allows to execute executable file (.exe), then IIS running at 64bit mode is fine.
[[Category:Programmer Troubleshoot]]
{{NavigateDeveloper}}

Latest revision as of 09:44, 8 April 2019

AutoCount Accounting 1.8 / 1.9

This exception thrown out is due to the missing of some files that are required for your application to load.
LCP files are not required in AutoCount Accounting 2.0


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.

Go to menu

Go to top
Resources For AutoCount Software Developers