Hi Iam Using This Code to return app path it works good on my pc but on any other system it give the right path but an error also came
The specified file not found
Code:
 Public Function App_Path() As String
        Return System.AppDomain.CurrentDomain.BaseDirectory()
    End Function