Thanks a lot it works.. but itss really surprising that for the C: it works and for any other it doesnt ....
Thanks
User Profile
Collapse
-
HOw to pass commad line args ... Please help asap
Hi ,
I have an exe to which 2 arguments are to be passeed.. where both the arguments are two file paths to xml files which are to be compared.
It works fine when i put the two xml files in teh C:\ and execute but when its changes to any other dir like documents and settinsg etcetce it doesnt work.
ValidatorUpg.ex e C:\Validator_EN _OLD.xml...Leave a comment:
-
I am getting an error right at the first line
Console.WriteLI neLeave a comment:
-
I am still getting an error ... in the command line ....
I am giving the cmd line as
ValidatorUpg.ex e "Validator_EN_O LD.xml","Valida tor_EN.xml"
I am getting an IndexoutofRange exception .
Please help ASAP.
class ValidatorUpg
{
static void Main(String[] args)
{...Leave a comment:
-
Function to Command line executable getting errors.. PLeasse help ASAP.
Hi,
I had a function to compare two XML files within a project . Now I need to change that into a commandline exe in such a way that it whouls accept two params from the Command line. I have changed it .. but I am getting some errorr
ValidatorUpg.Va lidatorUpg.Comp areXMLFiles(str ing, string, System.Xml.XmlD ocument, System.Xml.XmlD ocument)' cannot be accessed with an instance reference; qualify it with a type name instead...
No activity results to display
Show More
Leave a comment: