in Beta 8 I have a strange compile error:
Code: Select all
error XS1520: Method must have a return type
According to the message, the error is occurring on line 1, column 13318.
It seems to have to do with partial classes, because first I had it two times, the first on a constructor on a partial class.
The application is a migrated VO application using the Vulcan classes because I need access to DBFCDX ( I cannot use ADS local server because it does not work on when called from Remote Desktop).
Wolfgang