NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on October 15, 2019, 05:24:54 PM

Title: NetTalk 11.23 upgrade - now compile errors on my app
Post by: rjolda on October 15, 2019, 05:24:54 PM
Hi All,
I upgraded from previous version of Net Talk 11 to 11.23.  Clarion 8.0.9661
Examples compile OK but I get these errors on my previously running app ( earlier version of NT 11)
Errors:  AutoWeb is my app:
 Procedure doesn't belong to Module: NETWEBRELATIONMANAGER
Procedure doesn't belong to Module: NETWEBFILENAMED
Procedure doesn't belong to Module: NETWEBDLL_AUTOWEB_SENDFILE
How do I solve this?
TIA,
Ron Jolda
Title: Re: NetTalk 11.23 upgrade - now compile errors on my app
Post by: Bruce on October 16, 2019, 02:28:26 AM
Check your solution and make sure that any excess modules (.CLW) files are removed.
Title: Re: NetTalk 11.23 upgrade - now compile errors on my app
Post by: rjolda on October 16, 2019, 04:02:05 AM
Bruce,
Many thanks.  This was a simple app with only 5 procedures.  Yet, some simple dusting and cleaning resolved the problem!
Ron