Hi,
I've made a custom control,
And i get this error:
Could not load file or assembly 'CustomControls' or one of its dependencies. The system cannot find the file specified.
I used this code:
Though the CustomControls.dll file IS in the folder where the aspx file is.Code:<%@ Register TagPrefix="ACME" Namespace="MyCustomControls" Assembly="CustomControls" %>
Help Please?


Reply With Quote


Bookmarks