cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Assembly Error in 64-bit

Former Member
0 Kudos

I created assembly file using .NET Assembly  Power builder 11.2 build 8542 and used it in ASP.NET web application,

but when deploy to IIS Server 2008 this error appear

"Could not load file or assembly 'Sybase.PowerBuilder.Editmask.Interop.dll' or one of its dependencies. The specified module could not be found".

i added all powerbuilder dll to reference and install powerbuilder runtime.

Accepted Solutions (0)

Answers (1)

Answers (1)

CobyKako
Advisor
Advisor
0 Kudos

Hello Mohamed,

Check if the PB .NET assembly "Sybase.PowerBuilder.Editmask.Interop.dll" (which is a C++ 32-bit version) is deployed into the correct global assembly cache (aka C:\Windows\Microsoft.NET\Assembly\GAC_32)

An alternatve woud be to use the PowerBuilder Runtime Packager to bundle your PB files for an easier deployment:SyBooks Online (Archive)

Hope ths helps