I am trying to load assembly by :
Assembly component = Assembly.LoadFrom(componentPath);
where componentPath is a full path of
componentPath
Read Best Practices for Assembly Loading to get an idea. Also read this msdn blog on .NET Security