Hello all,

I am currently attempting to get a strong-named C# project to strong
name an auto-generated COM Interop when building.  In order to do this,
I have needed to add a property under my VS.NET 2003 csproj file called
"AssemblyOriginatorKeyFile".  This property is located under
VisualStudioProject/CSHARP/Build/Settings node in the project file.

Visual Studio compiles everything just fine, and when I ildasm the
Interop that is auto-generated, sure enough, there is the strong naming
public key, etc. information in the manifest of the Interop.XXX.dll
file.

When executing the nant script that I have created, which simply builds
against the solution task, I am given an error stating the
Interop.XXX.dll is not strongly named, error generating
CSharpProject.dll.

Any help here would be greatly appreciated.

Thanks!
Stephen Tunney
SQA Lead
Resume Mirror Inc.


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to