Forum Discussion

maheshb's avatar
maheshb
New Contributor
9 years ago
Solved

dll not loading

ON one of my machines (Win2008 Server) I am able to access a dll. This dll was included in the CLR bridge.

However on Win7 x64, the same dll cannot be accessed. I get an error that dotNet.<dll Name> is null or not an object.

Thanks

Mahesh

  • On CLR Bridge, could you please check the "Preferred architecture of the assembly hosting process: " ? Was it working earlier on 32-bit OS? If yes, can you set it to 32-bit and try?

2 Replies

  • On CLR Bridge, could you please check the "Preferred architecture of the assembly hosting process: " ? Was it working earlier on 32-bit OS? If yes, can you set it to 32-bit and try?

  • maheshb's avatar
    maheshb
    New Contributor

    Thank you. I needed to get the correct versioin of the dll. And change the architecture to 32 bit in the CLR bridge and now all is well.