Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception handling problem.. Pin
Colin Angus Mackay24-Apr-05 13:05
Colin Angus Mackay24-Apr-05 13:05 
GeneralRe: Exception handling problem.. Pin
Dave Kreskowiak24-Apr-05 16:22
mveDave Kreskowiak24-Apr-05 16:22 
GeneralRe: Exception handling problem.. Pin
Tugbay Sahin24-Apr-05 19:54
Tugbay Sahin24-Apr-05 19:54 
GeneralCreate a class an object dinamically with DataRow fields and values Pin
machocr23-Apr-05 13:18
machocr23-Apr-05 13:18 
GeneralRe: Create a class an object dinamically with DataRow fields and values Pin
machocr23-Apr-05 20:19
machocr23-Apr-05 20:19 
GeneralPocket PC mulitplayer Pin
Anonymous23-Apr-05 13:12
Anonymous23-Apr-05 13:12 
QuestionAssembly version? Pin
damir_tk23-Apr-05 13:11
damir_tk23-Apr-05 13:11 
AnswerRe: Assembly version? Pin
turbochimp23-Apr-05 17:29
turbochimp23-Apr-05 17:29 
Is the assembly loaded? If so, the current AppDomain should be able to retrieve it using GetAssemblies, in which case you could just check the version property. Otherwise, you could load it using Assembly.Load or Assembly.LoadFrom.


The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralRe: Assembly version? Pin
damir_tk23-Apr-05 23:24
damir_tk23-Apr-05 23:24 
GeneralRe: Assembly version? Pin
leppie24-Apr-05 4:40
leppie24-Apr-05 4:40 
GeneralRe: Assembly version? Pin
turbochimp24-Apr-05 7:10
turbochimp24-Apr-05 7:10 
GeneralRe: Assembly version? Pin
damir_tk24-Apr-05 8:12
damir_tk24-Apr-05 8:12 
Questionupdate problems? Pin
Snowjim23-Apr-05 13:04
Snowjim23-Apr-05 13:04 
GeneralReading nodes from an XML file please help! Pin
Anonymous23-Apr-05 12:41
Anonymous23-Apr-05 12:41 
GeneralRe: Reading nodes from an XML file please help! Pin
DavidNohejl23-Apr-05 12:59
DavidNohejl23-Apr-05 12:59 
GeneralAddContextMenuItem multiple files Pin
Clickok23-Apr-05 12:32
Clickok23-Apr-05 12:32 
GeneralRe: AddContextMenuItem multiple files Pin
MilesAhead23-Apr-05 16:43
MilesAhead23-Apr-05 16:43 
GeneralItem reordering in a large icon ListView Pin
Anonymous23-Apr-05 11:57
Anonymous23-Apr-05 11:57 
GeneralRe: Item reordering in a large icon ListView Pin
Anonymous24-Apr-05 11:03
Anonymous24-Apr-05 11:03 
GeneralEnableVisualStyles() crashes my app! Pin
Anonymous23-Apr-05 10:51
Anonymous23-Apr-05 10:51 
GeneralRe: EnableVisualStyles() crashes my app! Pin
DavidNohejl23-Apr-05 11:08
DavidNohejl23-Apr-05 11:08 
GeneralRe: EnableVisualStyles() crashes my app! Pin
Anonymous23-Apr-05 11:45
Anonymous23-Apr-05 11:45 
GeneralRe: EnableVisualStyles() crashes my app! Pin
DavidNohejl23-Apr-05 11:55
DavidNohejl23-Apr-05 11:55 
GeneralRe: EnableVisualStyles() crashes my app! Pin
Anonymous23-Apr-05 12:26
Anonymous23-Apr-05 12:26 
GeneralRe: EnableVisualStyles() crashes my app! Pin
DavidNohejl23-Apr-05 12:57
DavidNohejl23-Apr-05 12:57 

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.