|
|
|
start date: Fri, 17 Aug 2007 15:40:02 -0700,
posted on: microsoft.public.dotnet.framework.sdk
back
| Thread Index |
|
1
David Thielen am
|
|
2
(Walter Wang [MSFT])
|
|
3
David Thielen am
|
What DLL has a strong naming problem?
Hi;
I am getting the error:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2721,
9): error MSB3217: Cannot register assembly
"C:\src\kahuna\AutoTag\AutoTag2007\b
in\Release\AutoTag2007.dll". Could not load file or assembly
'WindwardReports, V
ersion=5.0.3.4, Culture=neutral, PublicKeyToken=34ffe15f4bbb8e53' or one of
its
dependencies. Strong name validation failed. (Exception from HRESULT:
0x8013141A
)
I ran sn -Tp WindwardReports.dll and got:
Public key token is 34ffe15f4bbb8e53
I looked at WindwardReports.dll in VS 2005 and it is ver 5.0.3.4.
I checked all the other DLLs with "sn -Tp" and they are all good too. So how
do I figure out what the problem is?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Date:Fri, 17 Aug 2007 15:40:02 -0700
Author:
|
RE: What DLL has a strong naming problem?
Hi Dave,
Does this issur occur when you're building your assembly?
Have you tried "sn -vf" command on the WindwardReports.dll? This command
switch is used to verify the assembly for strong name signature self
consistency.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Mon, 20 Aug 2007 12:30:20 GMT
Author:
|
RE: What DLL has a strong naming problem?
bingo - that was it (it failed and I found where). I assumed -Tp did this but
it doesn't.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
""Walter Wang [MSFT]"" wrote:
> Hi Dave,
>
> Does this issur occur when you're building your assembly?
>
> Have you tried "sn -vf" command on the WindwardReports.dll? This command
> switch is used to verify the assembly for strong name signature self
> consistency.
>
>
> Regards,
> Walter Wang (wawang@online.microsoft.com, remove 'online.')
> Microsoft Online Community Support
>
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
Date:Mon, 20 Aug 2007 09:32:00 -0700
Author:
|
|
|