Re: VB.NET 2002 IDE Failing to update local dependencies
From: Nak (a_at_a.com)
Date: 10/27/04
- Next message: G Namx: "Re: Unexpected event raised on radio button"
- Previous message: Tom John: "Re: LostFocus Firing on PageLoad"
- In reply to: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Next in thread: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Reply: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 10:26:20 +0100
Hi Peter,
Well I wouldn't exactly put it like that. This is my current procedure
for updating my assembly,
1) Open the class library
2) Make changes
3) Save and compile
4) Open the consuming assembly
5) Remove the reference to the old DLL
6) Add a reference to the new DLL
7) Attempt to save and compile
8) Recieve an error message saying it can't find the strong name key,
which is either fixed by closing the solution and re-opening it.
I have to do this *every* time I want to update my class library. Also
I get the error in point 8 quite regularly, I believe that VB.NET has a
resource leak and forgets to close the strong name key file, so technically
it should say it can't "open" it rather than "find" it!
The joys or developing with VB.NET 2002 Standard, I'm thinking of
writing a book... ;-)
Nick.
""Peter Huang"" <v-phuang@online.microsoft.com> wrote in message
news:wmwyWP9uEHA.2384@cpmsftngxa10.phx.gbl...
> Hi Nick,
>
> It seems that your project works now.
> If you still have any concern on this issue, please feel free to post
> here.
>
> Best regards,
>
> Peter Huang
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
- Next message: G Namx: "Re: Unexpected event raised on radio button"
- Previous message: Tom John: "Re: LostFocus Firing on PageLoad"
- In reply to: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Next in thread: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Reply: Peter Huang: "Re: VB.NET 2002 IDE Failing to update local dependencies"
- Messages sorted by: [ date ] [ thread ]