Home > Archive > ASP .NET > April 2004 > Strong name assembly
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Strong name assembly
|
|
| MS Newsgroups 2004-04-29, 2:05 pm |
| Hi,
For different reasons would like to strong name my web application, but am
unable to do so. When I try to build my project with the AssemlyKeyFile
attribute set in Assemblyinfo, I get a error message saying Unable to emit
assembly: Referenced assembly 'DateTextBox' does not have a strong name.
DateTextbox in this case is a thirdparty control that I am using in my
project (Have no source code for this). Is there any workaround to this ?
Regards
Niclas
| |
| avnrao 2004-04-29, 2:05 pm |
| DateTextBox : is this managed code or unmanaged code. i mean r u doing any
interop here?
avnrao
"MS Newsgroups" <nospam.lindblom_niclas@hotmail.com> wrote in message
news:u7rGC8bLEHA.1264@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> For different reasons would like to strong name my web application, but am
> unable to do so. When I try to build my project with the AssemlyKeyFile
> attribute set in Assemblyinfo, I get a error message saying Unable to emit
> assembly: Referenced assembly 'DateTextBox' does not have a strong name.
> DateTextbox in this case is a thirdparty control that I am using in my
> project (Have no source code for this). Is there any workaround to this ?
>
> Regards
>
> Niclas
>
>
|
|
|
|
|