Running current version of CuteSoft Editor 5.0 (09-30-2005).
Running an Enterprise license.
Running ASP.NET 1.1 and ASP.NET 2.0 RC1 (2.0.50727.26) on seperate computers.
Running both 1.1 and 2.0 from http://localhost/someprojectname
Both projects are setup as an application subweb in IIS.
All the dlls are in the projects' /Bin folders.
The folder /CuteSoft_Client , with all of its files, is in the root level of the projects.
The web pages register the control:
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
Everything works in 1.1 but in 2.0, I get the error:
"System.IO.FileLoadException: Could not load file or assembly 'CuteEditor' or one of its dependencies. Access is denied."