|
Rank: Newbie Groups: Member
Joined: 10/22/2008 Posts: 4
|
Hi,
When I try to call the given method
EO.WinForm.Runtime.AddLicense( "THE LICENSE KEY" + ");
An exception with the following message is thrown
The type initializer for 'EO.WinForm.Internal.j' threw an exception.
If I look at the innerException message it says:
[System.OverflowException] = {"Arithmetic operation resulted in an overflow."}
The problem appears only on some of our workstation. We are all running on Windows Server 2008 (64x)
Can you please advise?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Can you send a private message to us with your license key and your order# so that we can try it at here?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/22/2008 Posts: 4
|
Hi,
If I delete the call to EO.WinForm.Runtime.AddLicense(...);
The type initializer for 'EO.WinForm.Internal.j' threw an exception.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for the additional information. The problem might has to do 64 bit. Our editor runs on 64 bit machine but only in 32 bit mode. So you may wish to rebuild your application as 32 bit. If you use Visual Studio, you can click "Any CPU" drop down, then choose "Configuration Manager", then click "Any CPU" drop down again, then select "New" to create a new platform. Choose the platform as X86. Then re-build your app on that platform.
Also you want to check whether you have the latest version. The latest build is .19.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/22/2008 Posts: 4
|
Hi,
I've actually tried that but the problem is still the same. It's working fine on some of our Workstation running Windows Server 2008 (x64) and we have problem on
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Did you check the version of your EO.WinForm.dll?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 10/22/2008 Posts: 4
|
Hi,
It's working now, the problem was with the 64bit.
Many thanks for your support!!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the update!
|
|