Hi PowerSphere.
In old days ( pre Appeon PowerBuilder 2017) it was possible to use the runtime packager to make a .Net runtime package to install on the IIS.
This option in not available anymore. (I guess)
Is there another solution other than to manually copy the Sybase.PowerBuilder.*.dll to the IIS 's \assembly\GAC_[MSIL|32|64]
And can I find some kind of documentation on this ?
Regards
Georgios
PB 2017 Runtime Packager utility do not have option to generate .PB NET runtime package. All steps you described are valid for PB 12.6 but not for PB 2017. There is actually no other way how to deploy .NET web service target to IIS than manually copy all PB 32 bit runtime dlls and copy all PB .NET dlls to GAC. Evn 32 runtime package generated by PB 2017 Runtime Packager do not include all required files for .NET web service target. Problem is that there is no documentation which files are needed for supported .NET targets, this mean all dlls has to be copied to deployment machine. I believe Runtime Packager should be able generate runtime package for all supported targets (as did on PB 12.6), not just for 32/64 bit windows executable.
Regards,
Marian.
Could not load file or assembly 'Sybase.PowerBuilder.Core, Version=17.0.0.0, Culture=neutral, PublicKeyToken=98a699138181d746' or one of its dependencies. The system cannot find the file specified. (C:\inetpub\wwwroot\wsreport\web.config line 386)
Is there a separate installer for the .Net assemblies we can use or do we have to register these manually?
Thanks
Did you solve that problem. I deployed the .new assembly, but seems the datawindow could not be called success from IIS