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

C#

 
GeneralRe: sqlCommand in C# Pin
Heath Stewart10-Dec-04 13:03
protectorHeath Stewart10-Dec-04 13:03 
GeneralCallContext SerializationException Pin
Skynyrd10-Dec-04 12:48
Skynyrd10-Dec-04 12:48 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 12:54
protectorHeath Stewart10-Dec-04 12:54 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 13:12
Skynyrd10-Dec-04 13:12 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 14:28
protectorHeath Stewart10-Dec-04 14:28 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 14:49
Skynyrd10-Dec-04 14:49 
GeneralRe: CallContext SerializationException Pin
Skynyrd10-Dec-04 19:17
Skynyrd10-Dec-04 19:17 
GeneralRe: CallContext SerializationException Pin
Heath Stewart10-Dec-04 20:27
protectorHeath Stewart10-Dec-04 20:27 
I wouldn't comment-out strong name attributes. Strong naming is your friend. Not only does it help you (and your clients) secure their machines and allow your code individually to have its own permissions, but it also helps you version and allows you to install into the GAC.

If you get tired of the ever-changing version numbers, then don't use automatic versioning (I always use explicit versions, especially in multi-project solutions). Instead of using a version string like "1.0.*", be explicit with all 4 segments (from 0-65535; each segment is an unsigned short). This gives you control over versions.

How does it help with versioning? Read about Publisher Policies[^].

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: CallContext SerializationException Pin
Skynyrd11-Dec-04 2:31
Skynyrd11-Dec-04 2:31 
GeneralRe: CallContext SerializationException Pin
Skynyrd11-Dec-04 4:20
Skynyrd11-Dec-04 4:20 
GeneralRe: CallContext SerializationException Pin
Heath Stewart11-Dec-04 22:14
protectorHeath Stewart11-Dec-04 22:14 
GeneralRe: CallContext SerializationException Pin
Skynyrd12-Dec-04 9:52
Skynyrd12-Dec-04 9:52 
GeneralVersion information Pin
Einar Kvandahl10-Dec-04 11:25
Einar Kvandahl10-Dec-04 11:25 
GeneralRe: Version information Pin
Robin Panther10-Dec-04 12:00
Robin Panther10-Dec-04 12:00 
GeneralRe: Version information Pin
Heath Stewart10-Dec-04 12:36
protectorHeath Stewart10-Dec-04 12:36 
GeneralCompilation error CS0006 Pin
thepersonof10-Dec-04 9:00
thepersonof10-Dec-04 9:00 
GeneralRe: Compilation error CS0006 Pin
Judah Gabriel Himango10-Dec-04 12:10
sponsorJudah Gabriel Himango10-Dec-04 12:10 
GeneralRe: Compilation error CS0006 Pin
thepersonof10-Dec-04 23:18
thepersonof10-Dec-04 23:18 
GeneralRe: Compilation error CS0006 Pin
thepersonof11-Dec-04 3:20
thepersonof11-Dec-04 3:20 
GeneralFrames in HTTPWebRequest Pin
JeromeKJerome10-Dec-04 7:08
JeromeKJerome10-Dec-04 7:08 
GeneralRe: Frames in HTTPWebRequest Pin
Heath Stewart10-Dec-04 12:41
protectorHeath Stewart10-Dec-04 12:41 
GeneralRe: Frames in HTTPWebRequest Pin
JeromeKJerome10-Dec-04 14:42
JeromeKJerome10-Dec-04 14:42 
GeneralRe: Frames in HTTPWebRequest Pin
Heath Stewart10-Dec-04 20:24
protectorHeath Stewart10-Dec-04 20:24 
GeneralRe: Frames in HTTPWebRequest Pin
JeromeKJerome11-Dec-04 2:24
JeromeKJerome11-Dec-04 2:24 
GeneralRe: Frames in HTTPWebRequest Pin
Dave Kreskowiak11-Dec-04 4:35
mveDave Kreskowiak11-Dec-04 4:35 

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.