473,385 Members | 1,772 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Strong name key-file reference is absolute

I cannot make VB.Net 2003 compile an assembly that
references a strong name key file unless I put the
absolute path in the Assembly attribute. Is this
correct? If so, how does one handle multi-developers
(i.e. my path will be different than your path)?
Nov 20 '05 #1
3 2637
Try

<Assembly: AssemblyKeyFile("..\..\mykeyfile.snk")>

Niclas

"Clint" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
I cannot make VB.Net 2003 compile an assembly that
references a strong name key file unless I put the
absolute path in the Assembly attribute. Is this
correct? If so, how does one handle multi-developers
(i.e. my path will be different than your path)?

Nov 20 '05 #2
Thanks Niclas!! That worked.

-----Original Message-----
Try

<Assembly: AssemblyKeyFile("..\..\mykeyfile.snk")>

Niclas

"Clint" <an*******@discussions.microsoft.com> wrote in messagenews:00****************************@phx.gbl...
I cannot make VB.Net 2003 compile an assembly that
references a strong name key file unless I put the
absolute path in the Assembly attribute. Is this
correct? If so, how does one handle multi-developers
(i.e. my path will be different than your path)?

.

Nov 20 '05 #3
* "Clint" <an*******@discussions.microsoft.com> scripsit:
I cannot make VB.Net 2003 compile an assembly that
references a strong name key file unless I put the
absolute path in the Assembly attribute. Is this
correct? If so, how does one handle multi-developers
(i.e. my path will be different than your path)?


Q328379 PRB: Error Message: Cryptographic Failure While Signing Assembly
<http://support.microsoft.com/support/kb/articles/q328/3/79.asp>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

129
by: Torbjørn Pettersen | last post by:
I've started cleaning up my HTML and implementing CSS. So far I've used FrontPage, but am switching over to DreamWeaver. Reading a bit on W3Schools.com and W3.org I see there are a lot of HTML...
6
by: NormD | last post by:
Our application has three strong-named keys that have to be set up on the local machines. Apparently the Framework can be pushed to the clients with SMS, but I'm being told a human has to do...
2
by: henfo | last post by:
Hello, When I run sn.exe to generate a strong name i get the error message "Failed to generate a strong name key pair -- Key is not defined." (The second half of the message is an attempt to...
0
by: Josh | last post by:
To all... I have experienced this problem and recently so has my co-worker which led me to try to solve the problem. Before I give you the fix, let me give a brief overview of the problem....
1
by: ShrimpBoy | last post by:
Hi! I'm using a Strong Name Key to create our assemblies, this key has the Full Trust security so we can use those "mini tools" from network drives... I'm trying to use WMI to get access to...
8
by: Wacom | last post by:
Hi all! I'm doing some test of obfuscation of assembly marked with the strong name (Fw 2.0). Someone can tell me how does this work? I mean: if I have an exe and a couple of dll marked...
3
by: spaulsamin | last post by:
Hello Everyone Have nice day!!! Please explain Strong Name key in very simple way with example and How to create it? Paul
10
by: =?Utf-8?B?SmFjayBTbWl0aA==?= | last post by:
Hello, I have a solution that contains a C# application that is installed and runs as a service. The solution also contains several DLLs, some of which are C# assemblies and some are C++ DLLs. ...
1
by: Scott M. | last post by:
How does the .NET assembly loader decrypt a strong-named assembly's compile-time hash when the private key was used to encrypt the hash in the first place and at runtime, the loader won't have...
6
by: raylopez99 | last post by:
Anybody use Strong Name Signing? I think this is used by default for Resource files, which is one reason perhaps I can't get my resource files to work (somehow the public key is messed up, perhaps...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.