NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2020, 11:59:41 AM
-
Hi, porting a C10 NT app to C11.13505 NT11.29 Im getting the error:
Source file YcixN_nw.clw not found
I tried deleting it from Sln, deleting the project, and nothing.
Its generating YcixN_SF.CLW but not YcixN_nw.clw
But... theres a YcixNet_nw.clw and in all my others sln this _nw is generated using the app name and not cutting the app name.
Any idea? Thanks
-
hi Alberto,
looks like a long-names / shortnames thing.
I take it this is a Legacy app as well?
that's not ideal because Legacy doesn't have support for the FileManager class - but as long as you are not using Auto-Numbering you should be ok.
cheers
Bruce
-
Actually that project looks weird - you have Legacy and ABC modules in there...
-
Where do you see a Legacy proc?
Problem is Fm3, if I delete Fm3 then all is ok.
Weir is that compiling with 13403 compiles ok.
-
>> Where do you see a Legacy proc?
_sf modules are generally generated by Legacy apps, not APC apps.
>> Problem is Fm3, if I delete Fm3 then all is ok.
no, it's nothing to do with FM3. More likely deleting that extension just forced a global regenerate. You can put FM3 back.
Cheers
Bruce
-
I was trying to detect the legacy procs but nothing... how can I do it?
-
I'm not sure what you mean by "detect".
But you had a _sf module in your solution list.
What is in that module?
If you remove that module from the solution does it come back?
cheers
Bruce