Invoking .Net COM assembly from Powerbuilder application (without registration)
        Posted  
        
            by as
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by as
        
        
        
        Published on 2010-03-26T20:03:56Z
        Indexed on 
            2010/03/29
            0:43 UTC
        
        
        Read the original article
        Hit count: 708
        
We have a Powerbuilder 10 application that is using .Net COM assemblies. We are trying to embed the manifest in the PB application (to invoke COM assemblies without registration). The merged manifest file has added sections for dependecies on the .Net COM assemblies. We have tries various tools to inject the new manifest with different results - using GenMan32 to inject truncates the application from 6MB to 45KB. - using ResourceTuner, the file size looks okay, but trying to launch application gives "Fatal Disk Error".
Any suggestions on invoked .Net ComEnabled assembly from PB without registration?
© Stack Overflow or respective owner