How to resolve System.TypeInitializationException in c sharp?
Where ever I am doing any assignment in my method, I am getting this problem. Please help I am new to c sharp.
ex.
public void myFunction()
{
try
{
Ranorex.Form MainPage = "/form[@title~'^Window']";//Here I am getting TypeInitializationException
Comments
Leave a comment