|
|
Frequently Asked Questions & Product Online Help
View FAQ for (opens in a new window):
Active Resizer .NET Control
ActiveResize Control
Advanced PDF Printer
Raw Data Printer
ASP Printer COM
Smart Print Control
See also:
- Issues when using third-party controls and components in Windows 7
Problem: In some cases, when you run your application (EXE) that implements ActiveResize Control (or Smart Print Control) or any other third-party control on a Windows 7 machine, you may receive the error ""Component 'ControlName.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"!
Solution: By default, the simple Windows user has very restricted permissions for running applications and loading any third-party controls and components that are used from within desktop applications. The simple Windows user can acquire more permissions by modifying the UAC (User Account Control) in Windows 7. For more information, take a look here Windows 7: User Account Control (UAC) overview
- Issues when running 32-bit components in an X64 environment with .NET Framework
Problem: When you run a component from .NET Code in X64 environment, you may get the following error message:
"Retrieving the COM class factory for component with CLSID {....} failed due to the following error: 80040154"
Workaround: The possible workaround is modifying your project's platform from 'Any CPU' to 'X86' (in Project's Properties, Build/Platform's Target)
Rootcause: The VSS Interop is a managed assembly using 32-bit Framework and the dll contains a 32-bit COM object. If you run this COM dll in 64 bit environment, you will get the above error message.
|