Re: Access Violation - 1.5.8.305 - WeOnlyDo Discussion board

Re: Access Violation - 1.5.8.305 (General questions)

by selisoft, Wednesday, April 27, 2011, 23:19 (4770 days ago) @ wodSupport

Thanks for your quick reply.

It's strange, I use ActiveX-Sample 1. Simple - manual response and changed BindIP to 192.168.1.200 and Port to 9099 in the wodWebServer1 properties window.
-> The error comes up

Now adding this code before wodWebServer1.Start in Form_Load, no error occurs, and MsgBox results are and 80

<<<<<
MsgBox wodWebServer1.BindIP '->
MsgBox wodWebServer1.Port ' 80

wodWebServer1.BindIP = 192.168.1.200
wodWebServer1.Port = 9099

' Now return values are correct
MsgBox wodWebServer1.BindIP '-> 192.168.1.200
MsgBox wodWebServer1.Port ' 9099
<<<<<

Seems the values from wodWebServer1 properties window are not used. The values are not even saved and restored when the project is closed and reopened.

Thank you,
Josef


Complete thread: