Click here to Skip to main content
15,896,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Service to restart system Pin
dan!sh 16-Nov-07 7:44
professional dan!sh 16-Nov-07 7:44 
GeneralRe: Service to restart system Pin
Judah Gabriel Himango16-Nov-07 7:57
sponsorJudah Gabriel Himango16-Nov-07 7:57 
QuestionDLL Injection Pin
shakeebgenii16-Nov-07 6:42
shakeebgenii16-Nov-07 6:42 
AnswerRe: DLL Injection Pin
Judah Gabriel Himango16-Nov-07 6:47
sponsorJudah Gabriel Himango16-Nov-07 6:47 
QuestionRegular Expressions Pin
tthellebuyck16-Nov-07 5:56
tthellebuyck16-Nov-07 5:56 
AnswerRe: Regular Expressions Pin
Judah Gabriel Himango16-Nov-07 6:25
sponsorJudah Gabriel Himango16-Nov-07 6:25 
AnswerRe: Regular Expressions Pin
Skippums16-Nov-07 8:36
Skippums16-Nov-07 8:36 
QuestionStrongNames and the GAC clarification needed Pin
sjdevo3gsr16-Nov-07 5:23
sjdevo3gsr16-Nov-07 5:23 
I recently updated my project with an Automation Layer, which required the assemblies to be signed so they could be added to the GAC. Simple enough (sort off...) and not a problem. Several assemblies serialize data classes to/from disk.

All my AssemblyInfo.cs files contain

[assembly: AssemblyVersion("4.0.*")] and
[assembly: AssemblyDelaySign(false)]

What I find with SN'd assemblies that does not occur with unsigned ones is that my serialized data files want the EXACT (4.0.build.revision) assembly used to create them to be found in the GAC. Hence I have to delete these data files and recreate them. It's not an issue during development but it would be a PITA once the product is deployed.

What I want to be able to do is have the serialized files readable by any build or revision of the relevent assemblies (ie 4.0.*.*).

Can anyone clarify what's happening here. Is this in fact possible, and if so how?

Stewart DIBBS
AnswerRe: StrongNames and the GAC clarification needed Pin
Judah Gabriel Himango16-Nov-07 6:53
sponsorJudah Gabriel Himango16-Nov-07 6:53 
QuestionMemory Consumption/Static Variables Pin
Techspoke116-Nov-07 4:45
Techspoke116-Nov-07 4:45 
AnswerRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 4:58
sponsorJudah Gabriel Himango16-Nov-07 4:58 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:05
Techspoke116-Nov-07 5:05 
GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:13
sponsorJudah Gabriel Himango16-Nov-07 5:13 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:22
Techspoke116-Nov-07 5:22 
GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:32
sponsorJudah Gabriel Himango16-Nov-07 5:32 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:35
Techspoke116-Nov-07 5:35 
QuestionProgrammatically access Start -> Run Pin
dan!sh 16-Nov-07 2:32
professional dan!sh 16-Nov-07 2:32 
AnswerRe: Programmatically access Start -> Run Pin
Laubi16-Nov-07 2:42
Laubi16-Nov-07 2:42 
GeneralRe: Programmatically access Start -> Run Pin
Luc Pattyn16-Nov-07 2:58
sitebuilderLuc Pattyn16-Nov-07 2:58 
GeneralRe: Programmatically access Start -> Run Pin
dan!sh 16-Nov-07 4:19
professional dan!sh 16-Nov-07 4:19 
GeneralRe: Programmatically access Start -> Run Pin
Not Active16-Nov-07 4:45
mentorNot Active16-Nov-07 4:45 
GeneralRe: Programmatically access Start -> Run Pin
Ennis Ray Lynch, Jr.16-Nov-07 6:50
Ennis Ray Lynch, Jr.16-Nov-07 6:50 
GeneralRe: Programmatically access Start Run Pin
Luc Pattyn16-Nov-07 5:35
sitebuilderLuc Pattyn16-Nov-07 5:35 
AnswerRe: Programmatically access Start -> Run Pin
Pete O'Hanlon16-Nov-07 3:00
mvePete O'Hanlon16-Nov-07 3:00 
GeneralRe: Programmatically access Start -> Run Pin
dan!sh 16-Nov-07 4:14
professional dan!sh 16-Nov-07 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.