its not working here iam using window$ xp 32bit its give a error
file error: asthmatic operation resulted an overflow .(Error 12)
Is your compiler really wheezing? I would guess the actual error was not asthmatic.
One point to note before you go any further: No conversion program does a good job at converting VB6 to .NET. If you don't have to convert, then don't convert. If you do have to convert, then re-write. You won't be starting from scratch, as you can copy and paste bits of the VB6 code over (converting data types and the like), so you can follow much of the design, but you will end up with a functional product after the re-write, which is more than can be said for the conversion.