Results 1 to 3 of 3

Thread: Register Error

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    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

  2. #2
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    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.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157
    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
  •  



Click Here to Expand Forum to Full Width