Dllimport from aspnet application hangs- August 9, 2004 What you will do when you do not get any error message but your web application simply hangs. That is what happened to me last week when I tried the following. 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,...http://weblogs.asp.net/sonyram/archive/2004/08/08/211014.aspx |