-
Register Error
I keep getting this error. Anyone knows what the heck it is?
Code:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: File or assembly name AcmeVB, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Register TagPrefix="Acme" Namespace="AcmeVB" Assembly="AcmeVB" %>
-
Okay. If your are using the IDE(vs.Net) make sure you have a refreance set for AcmeVB in your refreances(if it's a project use the broject tab. if it's a compiled dll look for it in the list and if it's not in the list browse for it. If your using just the framework I dunno. I would have to do research and I can't right now.
If your using vs.net or vb.net standard and the refreance is there try adding the sull path including .dll to the tag.
Other then that I don't know.
-
Actually, I found out that I had to put it into its own project and compile into a dll or an assembly. After that, I just need to reference it as a control and everything is ok.
Thanks Magiaus