Hi:
We are doing test with an ASP.NET project that uses the DayPilot Component.
While we are running the application inside Visual Studio, everything works fine.
The problem occurs when we copy the application to the Internet Information Server folder (C:\Inetpub\wwwroot) and try to run the project.
It runs and we get an error (trasnlated from Spanish): "Cannot load the file or assembly 'DayPilot' nor one of its dependencies. The system cannot find the specified file."
We've checked that the file "Daypilot.dll" is inside the "bin" folder of the project and the IIS user has permissions to read it, but we still get the error.
Any ideas?
Thanks in advance