I am getting this error message while trying to run my web application written in C#
Code:
public SalesForceManager()
{
SforceService = new SforceService();
}
Been searching for almost 2 hours and nothing seems to work for me.
Take a look, i found this:
but it did not work for me.
What is it happening here?
