Re: Banging my head: Could not load type ERROR
From: Ken Cox [Microsoft MVP] (BANSPAMken_cox_at_sympatico.ca)
Date: 06/14/04
- Next message: Terry: "VS.NET 2003 won't allow check in new webform into ASP.NET web root"
- Previous message: darrel: "Banging my head: Could not load type ERROR"
- In reply to: darrel: "Banging my head: Could not load type ERROR"
- Next in thread: darrel: "Re: Banging my head: Could not load type ERROR"
- Reply: darrel: "Re: Banging my head: Could not load type ERROR"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 17:00:25 -0400
Just checking whether you are both using the same project name?
It is possible that your Inherits attribute is different.
<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="WebUserControl1.ascx.vb" Inherits="p4320work.WebUserControl1"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
"darrel" <notreal@hotmail.com> wrote in message
news:uvjF5GlUEHA.1020@TK2MSFTNGP11.phx.gbl...
> What does that MEAN?
>
> I'm working on a VS project with another person. We keep our DLLs and
> files
> in sync with each other. Last week I hit a snag where i kept getting the
> 'could not load type' error with one of my usercontrols. The other person
> can take my exact same files, compile it into his copy, and it works fine.
>
> So, I deleted everything I had, reimported all of his files, and things
> were
> working again on my localhost.
>
> However, I can not change any of the VB code of the one particular
> usercontrol and have VS.net compile it. It seems to ignore my changes and
> goes on using the DLL I got from the other person. If I delete said DLL in
> hopes of forcing a rebuild, I'm back to getting the 'Could not load type'
> error again.
>
> AAAAAARRRRRRRRRRRRRRRRRRRRRRRRGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHH!
>
> Any idea? I've looked online and found that this seems to be a really
> genric
> error and to just keep trying rebuilding/resetting things until it works.
> I'm getting nowhere with this.
>
> -Darrel
>
>
- Next message: Terry: "VS.NET 2003 won't allow check in new webform into ASP.NET web root"
- Previous message: darrel: "Banging my head: Could not load type ERROR"
- In reply to: darrel: "Banging my head: Could not load type ERROR"
- Next in thread: darrel: "Re: Banging my head: Could not load type ERROR"
- Reply: darrel: "Re: Banging my head: Could not load type ERROR"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|