Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default HELP PLEASE - Delay Signing Error



When compiling, i get the following error.

Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly
'Interop.THEDLLNAME' does not have a

strong name
Building satellite assemblies...
Satellite assemblies could not be built because the main project output
is missing.

WHEN THE LINE '<Assembly: AssemblyKeyFileAttribute("pubMYky.snk") ' is
commented out, the code compiles

fine. What is the problem here? what am I doing wrong? Is there a
problem with 'Interop.THEDLLNAME'?

THEDLLNAME is a windows system file. I have 'pubmyky.snk' in the
project, bin, and release directories and

I am still having this problem. Using Visual Studio 2003.


Imports System
Imports System.Reflection
Imports System.Reflection.Emit
Imports System.Resources

<Assembly: AssemblyKeyFileAttribute("pubMYky.snk")
<Assembly: AssemblyDelaySignAttribute(True)


*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 227
Default HELP PLEASE - Delay Signing Error

You've posted this to an Excel programming (i.e., VBA) newsgroup.
You'll likely have a better chance of getting the answer you need by
posting this to a Visual Studio newsgroup.

Larry wrote:
When compiling, i get the following error.

Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly
'Interop.THEDLLNAME' does not have a

strong name
Building satellite assemblies...
Satellite assemblies could not be built because the main project output
is missing.

WHEN THE LINE '<Assembly: AssemblyKeyFileAttribute("pubMYky.snk") ' is
commented out, the code compiles

fine. What is the problem here? what am I doing wrong? Is there a
problem with 'Interop.THEDLLNAME'?

THEDLLNAME is a windows system file. I have 'pubmyky.snk' in the
project, bin, and release directories and

I am still having this problem. Using Visual Studio 2003.


Imports System
Imports System.Reflection
Imports System.Reflection.Emit
Imports System.Resources

<Assembly: AssemblyKeyFileAttribute("pubMYky.snk")
<Assembly: AssemblyDelaySignAttribute(True)


*** Sent via Developersdex http://www.developersdex.com ***


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Signing Spreadsheets Vercingetorix.XIII[_2_] Excel Worksheet Functions 5 September 25th 08 12:24 AM
signing in Jackie Excel Worksheet Functions 2 January 28th 07 08:54 AM
signing a spreadsheet Johnny Mick[_2_] Excel Programming 3 February 23rd 06 04:21 PM
Name truncated in digitally signing? c mateland Excel Programming 4 February 7th 06 07:06 PM
VBA Code Signing Bruno Guillemette Excel Programming 0 July 25th 03 08:41 PM


All times are GMT +1. The time now is 08:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"