General |
How can I purchase the full version of the component?
|
I placed an order for DynuCOM component software but still have not received it yet via email. When should I expect it?
|
I want to buy DynuCOM but I don't want DynuExec and DynuFile IDLs in it? How can I disable DynuExec and DynuFile?
|
Is it possible to password protect DynuExec IDL in DynuCOM component?
|
I installed Dynu.dll on my new Windows Server and I keep getting error 'Server object, ASP 0177 (0x8007045A)'.
|
I get an error when trying to use Dynu ASP Component? Can you help me solve the problem?
|
What programming language is DynuCOM developed in?
|
What is the licensing structure of DynuCOM?
|
I am able to use Dynu component when values are passed in as constants but it fails when I try to use a variable. What is the deal?
|
|
| How can I purchase the full version of the component?
|
The full version of Dynu component may be purchased at http://www.dynu.com/Default.aspx?page=checkoutcomponent. |
|
| I placed an order for DynuCOM component software but still have not received it yet via email. When should I expect it?
|
| Orders are processed manually to prevent credit card frauds. During busy times of the day, it may take a few hours to process your order and send it to you via email. |
|
| I want to buy DynuCOM but I don't want DynuExec and DynuFile IDLs in it? How can I disable DynuExec and DynuFile?
|
When placing an order to purchase DynuCOM, in the 'notes' field, please specify what IDLs you want to have disabled and we will send you the appropriate dll.
|
|
| Is it possible to password protect DynuExec IDL in DynuCOM component?
|
| We can password protect any IDL in DynuCOM which will make all methods in the given IDL password protected. There is no additional charge for this option. To get this feature, when placing the order, in the 'notes' section, please specify IDLs which need to be password protected. You will receive the password along with the license key. |
|
| I installed Dynu.dll on my new Windows Server and I keep getting error 'Server object, ASP 0177 (0x8007045A)'.
|
This error is caused by overly strict security. Please see Microsoft Q175804.
IIS needs (at minimum read) access to the registry and to the Windows directory where the Dynu DLLs are installed - and of course read access to the directory where Dynu dll is installed. This kind of error is not unusual on a Windows Server. You need to change the IIS Anonymous user to some user that has appropriate access privileges. In fact you may well find that if you simply switch your IIS virtual directory properties to 'High - Isolated Process' the problem will just solve itself (this will change the user from IUSR_PC to IWAM_PC). You can also use Windows Component Manager to resolve this issue. |
|
| I get an error when trying to use Dynu ASP Component? Can you help me solve the problem?
|
| We can help you! Please email our technical support staff at support@dynu.com with explanation including operating system, service pack version etc. Please include your code as an attachment with the email since some errors are due to incorrect coding. We will correct any errors and send it back to you as soon as possible. |
|
| What programming language is DynuCOM developed in?
|
DynuCOM is developed on Windows platform using Microsoft Visual C++.
|
|
| What is the licensing structure of DynuCOM?
|
Licenses for DynuCOM are based per server, per site or redistributable. In case of per server license, each server/machine DynuCOM is installed on requires a separate license. Usage of DynuCOM on multiple servers with same per server license key may result in it getting disabled permanently on the machine. Click here to view more details on licensing structure for DynuCOM.
|
|
| I am able to use Dynu component when values are passed in as constants but it fails when I try to use a variable. What is the deal?
|
If you have difficulty using a variable in the parameter list for any IDLs of DynuCOM component, please use cstr() around the variable in the parameter list. You can use any variable in the parameter list by using the cstr() function around it. For example, instead of Dynu.Whois(somevariable), you can use Dynu.Whois(cstr(somevariable)).
|