FindMTU throw an Exception Error - WeOnlyDo Discussion board

FindMTU throw an Exception Error (General questions)

by Silverio, Thursday, February 04, 2010, 15:21 (5405 days ago)

I've update wodWPN to last version '2.2.1.144' and now when I call FindMTU I obtain always an Exception (I work with Delphi).

Previusly with Trial of wodVPN I haven't found problmes.

[image]

If you would like I can send you exe or sources

Re: FindMTU throw an Exception Error

by woddrazen, Thursday, February 04, 2010, 15:56 (5405 days ago) @ Silverio

Silverio,


I just try it out and it worked for me without any problem.

Can you please send us your code snippet of FinDMTU Method and FindMTUDone Event.


Drazen

Re: FindMTU throw an Exception Error

by Silverio, Thursday, February 04, 2010, 17:09 (5405 days ago) @ woddrazen

Silverio,
I just try it out and it worked for me without any problem.

Can you please send us your code snippet of FinDMTU Method and FindMTUDone Event.
Drazen

Ok I can send you the entire project at:

VPN TEST

The zip contains also EXE because I use a 3th partie library and so I think you isn't able to compile it.

Re: FindMTU throw an Exception Error

by wodDamir, Thursday, February 04, 2010, 17:23 (5405 days ago) @ Silverio

Silverio,

I just tried running two instances of your exe. I click Start, Search, Connect and then FindMTU.

After that, I receive an entry saying that MTU was determined.

Am I doing the correct thing? Is there any chance you could try testing this on some other machine?

Regards,
Damba

Re: FindMTU throw an Exception Error

by Silverio, Friday, February 05, 2010, 09:01 (5404 days ago) @ wodDamir

Silverio,
I just tried running two instances of your exe. I click Start, Search, Connect and then FindMTU.

After that, I receive an entry saying that MTU was determined.

Am I doing the correct thing? Is there any chance you could try testing this on some other machine?

Yes the procedure is right.
Uhmm, I've tried again with your scheme, 2 instances in same machine (previously I've tried with 2 true remote PC, Italy to United Kingdom) and using two different OSs (XP SP2 and Windows 2000) but always I obtain same error:

XP [image]
2000 [image]

I don't have more ideas at this point about how to solve this.

Re: FindMTU throw an Exception Error

by wodDamir, Friday, February 05, 2010, 09:44 (5404 days ago) @ Silverio

Silverio,

I believe I did duplicate this. It occurs at my side if I install Demo, run the component, uninstall Demo, and install the licensed version. This is when it occurs.

Were you previously using Demo?

If so, can you please remove the component from your IDE (remote the component from Package files), uninstall the component completely, then install the component, import the Licensed version into Package files, set LicenseKey property, and rebuild the project.

I even tried using our Delphi Sample, but modifying it to have FindMTU, and it works correctly.

Can you please try that?

Regards,
Damba

Re: FindMTU throw an Exception Error

by Silverio, Friday, February 05, 2010, 10:59 (5404 days ago) @ wodDamir

Silverio,

I believe I did duplicate this. It occurs at my side if I install Demo, run the component, uninstall Demo, and install the licensed version. This is when it occurs.

Were you previously using Demo?

If so, can you please remove the component from your IDE (remote the component from Package files), uninstall the component completely, then install the component, import the Licensed version into Package files, set LicenseKey property, and rebuild the project.

I even tried using our Delphi Sample, but modifying it to have FindMTU, and it works correctly.

Can you please try that?

Regards,
Damba

Ok, I've unregistered the DLL and OCX
I've registered them again.
I've re-done the Delphi Component wrapper and now work fine.

THANK YOU VERY MUCH !!!!