error I cant seem to fix (wodWebServer / wodWebServer.NET)
By using Try/Catches I have found that web1_RequestDoneEvent is not being called when the error happens(any page other than default)
Private Sub initializewebserver()
web1 = New WeOnlyDo.Server.WebServerweb1.DocumentRoot = "c:\test\portal"
web1.DefaultPage = "Default.aspx"
web1.Port = 8080
web1.LicenseKey = "*************"
web1.Start()End Sub
Private Sub web1_RequestDoneEvent(ByVal Sender As Object, ByVal Args As WeOnlyDo.Server.WebRequestDoneArgs) Handles web1.RequestDoneEvent
'All we need to do in order to process web page is following line...
Try
Args.User.ExecuteASPX("c:\test\portal", "/", "/", "web.config")Catch ex As Exception
addactivity(ex.Message)
End TryEnd Sub
Im running purely your examples at this point.
Hi.
Can you please share your code? Did you put all of your code inside try..catch blocks so you catch the error by yourself?
Kreso
Complete thread:
- error I cant seem to fix - pkcapital, 2019-10-19, 21:34
- error I cant seem to fix - wodSupport, 2019-10-19, 23:01
- error I cant seem to fix - pkcapital, 2019-10-19, 23:05
- error I cant seem to fix - pkcapital, 2019-10-19, 23:07
- error I cant seem to fix - pkcapital, 2019-10-19, 23:28
- error I cant seem to fix - pkcapital, 2019-10-19, 23:46
- error I cant seem to fix - wodSupport, 2019-10-19, 23:48
- error I cant seem to fix - pkcapital, 2019-10-19, 23:57
- error I cant seem to fix - wodSupport, 2019-10-19, 23:59
- error I cant seem to fix - pkcapital, 2019-10-20, 19:15
- error I cant seem to fix - pkcapital, 2019-10-20, 20:23
- error I cant seem to fix - wodSupport, 2019-10-20, 20:38
- error I cant seem to fix - pkcapital, 2019-10-20, 21:16
- error I cant seem to fix - wodSupport, 2019-10-20, 21:18
- error I cant seem to fix - pkcapital, 2019-10-20, 21:22
- error I cant seem to fix - pkcapital, 2019-10-20, 21:23
- error I cant seem to fix - pkcapital, 2019-10-20, 21:22
- error I cant seem to fix - pkcapital, 2019-10-20, 21:20
- error I cant seem to fix - pkcapital, 2019-10-20, 21:27
- error I cant seem to fix - pkcapital, 2019-10-20, 21:36
- error I cant seem to fix - pkcapital, 2019-10-20, 21:51
- error I cant seem to fix - wodSupport, 2019-10-20, 23:36
- error I cant seem to fix - pkcapital, 2019-10-21, 00:05
- error I cant seem to fix - pkcapital, 2019-10-21, 00:09
- error I cant seem to fix - pkcapital, 2019-10-21, 00:15
- error I cant seem to fix - pkcapital, 2019-10-21, 00:41
- error I cant seem to fix - wodSupport, 2019-10-21, 11:04
- error I cant seem to fix - pkcapital, 2019-10-21, 14:47
- error I cant seem to fix - pkcapital, 2019-10-26, 17:31
- error I cant seem to fix - wodSupport, 2019-10-26, 17:33
- error I cant seem to fix - pkcapital, 2019-10-26, 17:42
- error I cant seem to fix - pkcapital, 2019-10-26, 17:44
- error I cant seem to fix - wodSupport, 2019-10-26, 17:53
- error I cant seem to fix - pkcapital, 2019-10-26, 18:00
- error I cant seem to fix - pkcapital, 2019-10-26, 18:02
- error I cant seem to fix - wodSupport, 2019-10-26, 19:33
- error I cant seem to fix - pkcapital, 2019-10-26, 19:47
- error I cant seem to fix - wodSupport, 2019-10-26, 19:57
- error I cant seem to fix - pkcapital, 2019-10-26, 19:57
- error I cant seem to fix - wodSupport, 2019-10-26, 19:58
- error I cant seem to fix - pkcapital, 2019-10-26, 19:59
- error I cant seem to fix - wodSupport, 2019-10-26, 20:01
- error I cant seem to fix - pkcapital, 2019-10-26, 20:06
- error I cant seem to fix - wodSupport, 2019-10-26, 23:12
- error I cant seem to fix - pkcapital, 2019-10-27, 00:14
- error I cant seem to fix - wodSupport, 2019-10-26, 23:12
- error I cant seem to fix - pkcapital, 2019-10-26, 20:07
- error I cant seem to fix - pkcapital, 2019-10-26, 20:06
- error I cant seem to fix - wodSupport, 2019-10-26, 20:01
- error I cant seem to fix - pkcapital, 2019-10-26, 19:59
- error I cant seem to fix - wodSupport, 2019-10-26, 19:58
- error I cant seem to fix - pkcapital, 2019-10-26, 19:47
- error I cant seem to fix - pkcapital, 2019-10-26, 18:00
- error I cant seem to fix - wodSupport, 2019-10-26, 17:53
- error I cant seem to fix - wodSupport, 2019-10-26, 17:33
- error I cant seem to fix - wodSupport, 2019-10-21, 11:04
- error I cant seem to fix - wodSupport, 2019-10-20, 23:36
- error I cant seem to fix - pkcapital, 2019-10-20, 21:51
- error I cant seem to fix - pkcapital, 2019-10-20, 21:36
- error I cant seem to fix - pkcapital, 2019-10-20, 21:27
- error I cant seem to fix - wodSupport, 2019-10-20, 21:18
- error I cant seem to fix - pkcapital, 2019-10-20, 21:16
- error I cant seem to fix - wodSupport, 2019-10-20, 20:38
- error I cant seem to fix - pkcapital, 2019-10-20, 20:23
- error I cant seem to fix - pkcapital, 2019-10-20, 19:15
- error I cant seem to fix - wodSupport, 2019-10-19, 23:59
- error I cant seem to fix - pkcapital, 2019-10-19, 23:57
- error I cant seem to fix - wodSupport, 2019-10-19, 23:48
- error I cant seem to fix - pkcapital, 2019-10-19, 23:46
- error I cant seem to fix - pkcapital, 2019-10-19, 23:28
- error I cant seem to fix - pkcapital, 2019-10-19, 23:07
- error I cant seem to fix - pkcapital, 2019-10-19, 23:05
- error I cant seem to fix - wodSupport, 2019-10-19, 23:01