dllimport call in aspnet application makes the application hangs

Posted: 08-09-2004, 11:33 AM
As our application design requires us to use one of the validation API engine
which was written on C(so basically all I have is a dll) and I tested calling
the functions using small windows application using DllImport for each
functions and it works without any problem. But when I try to use the same
Dll in my asp.net web application, it hangs with the first call. I tried
giving the dll path as a hardcoded path like C:\validation.dll in my
dllimport funciton call but did not help.

I am wondering it has something to do with ASPNET account security. So I
gave full control for ASPNET account for my application directory and still
my application hangs.

Anybody faced this earlier?

Reply With Quote

Responses to "dllimport call in aspnet application makes the application hangs"

 
Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
#39163 [NEW]: Invalid API call from php5isapi.dll causing IIS7 Application Pool failure. tony dot stone at gmail dot com PHP Bugs 10 03-05-2007 08:49 AM
Flash MX 2004 Prof - Form application function call question ShellyA webforumsuser@macromedia.com Macromedia Flash Actionscript 2 01-26-2004 09:05 PM
ASPNET Account Security Problem - Running a Web Application over a network share CES ASP.NET Security 1 10-11-2003 11:39 AM
My Application HANGS up sometimes chouhdry webforumsuser@macromedia.com Macromedia Director Basics 7 09-02-2003 04:59 AM
Can a web application call methods on a webservice running in the same application Ron Vecchi ASP.NET Web Services 0 08-04-2003 09:08 PM