Unable to find an entry point named 高手帮忙,调用dll出错
Unable to find an entry point named 'JudgeObjWhere' in DLL 'D:\TestDll\RgnDLL.dll'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.EntryPointNotFoundException: Unable to find an entry point named 'JudgeObjWhere' in DLL 'D:\TestDll\RgnDLL.dll'.
Source Error:
Line 17: protected void Page_Load(object sender, EventArgs e)
Line 18: {
Line 19: Response.Write(JudgeObjWhere(119.995116, 33.455754, "provincebounder"));
Line 20: }
Line 21: