Click here to Skip to main content
15,913,215 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deploying assemblies to seperate folder Pin
N a v a n e e t h4-Mar-08 17:51
N a v a n e e t h4-Mar-08 17:51 
GeneralRemote File/Directory Access Pin
kalam3-Mar-08 22:56
kalam3-Mar-08 22:56 
GeneralRe: Remote File/Directory Access Pin
Colin Angus Mackay3-Mar-08 23:11
Colin Angus Mackay3-Mar-08 23:11 
GeneralRe: Remote File/Directory Access Pin
Abhijit Jana3-Mar-08 23:27
professionalAbhijit Jana3-Mar-08 23:27 
GeneralProblem with HashTable Pin
NarVish3-Mar-08 22:25
NarVish3-Mar-08 22:25 
GeneralRe: Problem with HashTable Pin
Vega023-Mar-08 22:47
Vega023-Mar-08 22:47 
GeneralRe: Problem with HashTable Pin
NarVish3-Mar-08 23:24
NarVish3-Mar-08 23:24 
GeneralRe: Problem with HashTable Pin
Guffa4-Mar-08 4:33
Guffa4-Mar-08 4:33 
Vega02 wrote:
Your problem may have been due to some weirdness while boxing.


That is exactly the reason for the problem. The HashTable class uses reference types as identifiers, so if you try to use value types as identifiers, they are boxed first.

Each time you box the value 2, it becomes a new object on the heap, containing the value. As they are separate objects, they have different hash codes.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Problem with HashTable Pin
Vega024-Mar-08 6:01
Vega024-Mar-08 6:01 
GeneralRe: Problem with HashTable Pin
Guffa4-Mar-08 10:22
Guffa4-Mar-08 10:22 
Questionhelp in deploying windows application Pin
Sadaf Naeem3-Mar-08 22:19
Sadaf Naeem3-Mar-08 22:19 
GeneralRe: help in deploying windows application Pin
yogesh_kumar_agarwal3-Mar-08 22:45
yogesh_kumar_agarwal3-Mar-08 22:45 
QuestionC# client with a C++ server Pin
turkel3-Mar-08 22:08
turkel3-Mar-08 22:08 
GeneralRe: C# client with a C++ server Pin
Christian Graus3-Mar-08 22:12
protectorChristian Graus3-Mar-08 22:12 
GeneralRe: C# client with a C++ server [modified] Pin
turkel4-Mar-08 5:40
turkel4-Mar-08 5:40 
GeneralCreate PDF file and directly send it on particular Email address Pin
M Riaz Bashir3-Mar-08 20:04
M Riaz Bashir3-Mar-08 20:04 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
Christian Graus3-Mar-08 20:34
protectorChristian Graus3-Mar-08 20:34 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
Rajesh R Subramanian3-Mar-08 20:53
professionalRajesh R Subramanian3-Mar-08 20:53 
GeneralRe: Create PDF file and directly send it on particular Email address Pin
blackjack21504-Mar-08 0:16
blackjack21504-Mar-08 0:16 
GeneralException When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Cyber Friend3-Mar-08 19:53
Cyber Friend3-Mar-08 19:53 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Christian Graus3-Mar-08 20:48
protectorChristian Graus3-Mar-08 20:48 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Cyber Friend3-Mar-08 21:14
Cyber Friend3-Mar-08 21:14 
GeneralRe: Exception When Accessing Process.StartTime, Exc:"Access is Denied" Pin
Giorgi Dalakishvili20-Dec-11 0:43
mentorGiorgi Dalakishvili20-Dec-11 0:43 
QuestionHow to implement remote sensing image segmentation in C# Pin
Ashokpnathan3-Mar-08 19:43
Ashokpnathan3-Mar-08 19:43 
AnswerRe: How to implement remote sensing image segmentation in C# Pin
Christian Graus3-Mar-08 19:50
protectorChristian Graus3-Mar-08 19:50 

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.