Click here to Skip to main content
16,005,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I solve MissingManifestResourceFile exception? Pin
JUNEYT20-Mar-06 0:52
JUNEYT20-Mar-06 0:52 
AnswerThe problem has been solved! Pin
JUNEYT20-Mar-06 9:36
JUNEYT20-Mar-06 9:36 
GeneralRe: The problem has been solved! Pin
progload20-Mar-06 9:58
progload20-Mar-06 9:58 
Questiondatabase Pin
moha_dawas20-Mar-06 0:08
moha_dawas20-Mar-06 0:08 
AnswerRe: database Pin
J4amieC20-Mar-06 0:10
J4amieC20-Mar-06 0:10 
AnswerRe: database Pin
HimaBindu Vejella20-Mar-06 1:27
HimaBindu Vejella20-Mar-06 1:27 
QuestionFile Comparing without using any third party tools Pin
Nilanjana Misra19-Mar-06 23:51
Nilanjana Misra19-Mar-06 23:51 
AnswerRe: File Comparing without using any third party tools Pin
Dave Kreskowiak20-Mar-06 9:53
mveDave Kreskowiak20-Mar-06 9:53 
You could probably start with something like this[^] for a text-based comparison.

If you wanted node-by-node, you'll have to use the System.XML namespace classes to read the data of both files, then you'll have to recursively iterate through the nodes (and attributes) of each node, comparing to what is found in the XML files nodes. Next, you'll have to do the same thing again, but reading the second file and comparing to the first. This will catch nodes that exist in one XML file, but not the other.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionVB report generation error Pin
Vikrant Badhai19-Mar-06 22:42
Vikrant Badhai19-Mar-06 22:42 
AnswerRe: VB report generation error Pin
Dave Kreskowiak20-Mar-06 9:53
mveDave Kreskowiak20-Mar-06 9:53 
GeneralRe: VB report generation error Pin
Vikrant Badhai20-Mar-06 20:40
Vikrant Badhai20-Mar-06 20:40 
GeneralRe: VB report generation error Pin
Dave Kreskowiak21-Mar-06 4:17
mveDave Kreskowiak21-Mar-06 4:17 
GeneralRe: VB report generation error Pin
Vikrant Badhai21-Mar-06 19:11
Vikrant Badhai21-Mar-06 19:11 
GeneralRe: VB report generation error Pin
Vikrant Badhai28-Mar-06 21:44
Vikrant Badhai28-Mar-06 21:44 
Questionproblem to List address of lan Pin
Harshad Pednekar19-Mar-06 22:39
Harshad Pednekar19-Mar-06 22:39 
AnswerRe: problem to List address of lan Pin
Dave Kreskowiak20-Mar-06 9:55
mveDave Kreskowiak20-Mar-06 9:55 
QuestionRe: problem to List address of lan Pin
Harshad Pednekar20-Mar-06 20:17
Harshad Pednekar20-Mar-06 20:17 
AnswerRe: problem to List address of lan Pin
Dave Kreskowiak21-Mar-06 4:14
mveDave Kreskowiak21-Mar-06 4:14 
AnswerRe: problem to List address of lan Pin
Harshad Pednekar23-Mar-06 22:15
Harshad Pednekar23-Mar-06 22:15 
GeneralRe: problem to List address of lan Pin
Dave Kreskowiak24-Mar-06 2:47
mveDave Kreskowiak24-Mar-06 2:47 
QuestionRuntime Error 91: Object variable or With block variable not set Pin
Vikrant Badhai19-Mar-06 22:23
Vikrant Badhai19-Mar-06 22:23 
AnswerRe: Runtime Error 91: Object variable or With block variable not set Pin
Purple Monk19-Mar-06 23:42
Purple Monk19-Mar-06 23:42 
GeneralRe: Runtime Error 91: Object variable or With block variable not set Pin
Vikrant Badhai20-Mar-06 20:57
Vikrant Badhai20-Mar-06 20:57 
GeneralRe: Runtime Error 91: Object variable or With block variable not set Pin
Vikrant Badhai28-Mar-06 20:40
Vikrant Badhai28-Mar-06 20:40 
QuestionPASSING PARAMETER between FORMS Pin
MMMMP19-Mar-06 21:47
MMMMP19-Mar-06 21:47 

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.