UNSOLVED

Suryaprakash_33838c

updated

18 years ago

0

3942

February 26th, 2009 08:00

I am not able create a object for the fpsdk.dll in a web application

Hi ,

I have a set of EMC dll's through which I had developed a dotnet windows app which access the EMC servers and uploads a file and retrieve it through the clip id , however it was failing the same with a dotnet web application having frontend as aspx pages and the second layer as c3 functions . the reason found by me was it was not able to create the object for the fpsdk.dll .

It was failing at the below line .

" FPPool objPool =  new FPPool(clusterAddress) "

and it was throwing the error as :

LoadLibrary(PAI_module.dll)

Please some one help me to get out of this .

Thanks ,

Surya .M