search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Erreor ASP.net Dayploit.dll : Impossible to find entry point in DLL dile"...\dayploit.dll"

Asked by michel
8 years ago.

Hello

When I execute my project under VS 2015, all is working fine. However, when I deploy it on Windows 2012 IIS server ... failure.

Web page displayed is "service unavailable". the IIS Applications hangs.

Event viewer shows an error " Impossible to find entry point in DLL dile"...\dayploit.dll"".
My DLL is in \bin folder.

Any idea ?

Thanks

Answer posted by Dan Letecky [DayPilot]
8 years ago.

As far as I can tell you can get this error if you create a DLL in C++ and use it in a C#/VB project and the functions are not exported properly. However, this is not the case of DayPilot which is written in C#. I have never seen this error before.

What version is the DLL? Is it possible that the file is corrupted?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.