Hello,
We have an application in PB8 and a web application with VS2005. This web application is using DW.NET 2.5 to print the reports created by PB8. Now we upgrade PowerBuilder to version 12.6. The reports created in PB12.6 cannot be imported by DW.NET 2.5 anymore.
I try to create a project .NET Assembly in PB.NET. I also register this assembly as COM component with command REGASM and GACUTIL. But in web project, I cannot reference to this assembly. It’s a newer version of .NET framework and cannot add to VS2005. It does not appear also in the list of COM component in Add Reference popup.
How can I use this assembly in VS2005 with .NET 2.0?
Regards,
Richard