Thread
:
How to handle "*.dll" not found ?
View Single Post
shabbir
Go4Expert Founder
5May2009,19:59
if(File.Exists("/path/to/your/dll/file") == true)
{
We know the file exists
}
Read
this