I have done a project which is working fine in Windows XP. But it is not working in Vista. Due to a error in these coding my design of my project is collapsed. The error throughs in these line…
If Process.GetProcessesByName(Process.GetCurrentProcess.ProcessName).Length > 1 Then
MsgBox(“Application already running”)
Me.Close()
Exit Sub
End If
when i comment these lines. It works fine in vista.
Do any one have any soln for thes plz reply me…