Greetings All,
I made a change to a menu in my application and now I cannot get the application to run as a Winform Application.
It works find as a 32-bit application, but that is all.
Does the error messages below look familiar to anyone?
Thanks for any help!!
Paul
---------- Error messages: (08:21:33 PM)
Error when compiling generated C# code:
m_main.m_importairportcityrates.clicked(1,86): error CS1061: 'c__ap' does not contain a definition for 'w_affiliate_rate_import_facility_airport_city' and no extension method 'w_affiliate_rate_import_facility_airport_city' accepting a first argument of type 'c__ap' could be found (are you missing a using directive or an assembly reference?)
m_main.m_importairportcityrates.clicked(1,5): error CS1502: The best overloaded method match for 'Sybase.PowerBuilder.Win.PBSystemFunctions.Open<T0>(ref T0)' has some invalid arguments
m_main.m_importairportcityrates.clicked(1,86): error CS1503: Argument 1: cannot convert from 'ref c__ap.w_affiliate_rate_import_facility_airport_city' to 'ref T0'
---------- Finished (08:21:33 PM)