Why my dotnet code not working in vista... - TechRepublic
Question
October 6, 2007 at 04:43 AM
gopikrishnan.in

Why my dotnet code not working in vista…

by gopikrishnan.in . Updated 18 years, 7 months ago

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…

This discussion is locked

All Comments