sougatamondal / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Migrator.Framework.dll is not strongly named. #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Strongly name the assembly that will contain your migrations:  Visual
Studio -> Project Properties -> Signing.  Select "Sign the Assembly".  In
the dropdown, create a new strong name file.
2. Add a reference to Migrator.Framework.dll.
3. Add a migration.
4. Attempt to build your project.  The build will fail with:
error CS1577: Assembly generation failed -- Referenced assembly
'Migrator.Framework' does not have a strong name

What is the expected output? What do you see instead?
The build should succeed.

I have attached a patch and a strong name file.  Apply the patch to trunk,
and place MigratorDotNet.snk at trunk/src/MigratorDotNet.snk.

Original issue reported on code.google.com by rawdatad...@gmail.com on 19 Aug 2008 at 12:29

Attachments:

GoogleCodeExporter commented 8 years ago
Bump. This is still an issue and it's blindingly simple to fix...

Original comment by michael.aird@gmail.com on 8 Mar 2009 at 1:48

GoogleCodeExporter commented 8 years ago
Double bump. Actually noticed this last week.

Original comment by james.sa...@gmail.com on 8 Mar 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Could you please apply the patch provided, its been there for frikkin 10 months.

Original comment by lazy...@gmail.com on 25 Jun 2009 at 2:43

GoogleCodeExporter commented 8 years ago
Svn 143
Applied path (sort of) but setup the strong naming.

Original comment by geoffl...@gmail.com on 25 Mar 2010 at 10:18