All .NET assemblies are executed by the framework, so I don't quite understand what you're trying to get at. I am not talking about compilation at all. To run your code, I just created a new Console Application in C#, pasted in your code into the default class, (spent quite some time formatting it and adding line breaks), and added commandline parameters via the Debug tab in Properties. I then clicked Debug.
If this is incomprehensible to you, I suggest you read up a tutorial on Console applications in C#. On Nov 4, 9:49 am, "VIKAS GARG" <[EMAIL PROTECTED]> wrote: > But I am using .NET framework for the execution of my proggand not compiling > it through console > on which it is giving the following error message > > Index was outside the bound of the array. > Usage: Copy file from to > > Is there any way of compiling it through .FRAMEWORK > please help my concern is not regarding the solution of problem > I am trying to clear my concepts > > error.JPG > 24KViewDownload
