|
-
Jun 21st, 2004, 08:03 PM
#1
Thread Starter
Frenzied Member
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" %>
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
-
Jun 22nd, 2004, 02:23 PM
#2
Frenzied Member
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.
Magiaus
If I helped give me some points.
-
Jun 22nd, 2004, 08:48 PM
#3
Thread Starter
Frenzied Member
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
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|