Hi
I have built many applications with Easy Objects But never have I come acros this error.
error = The requested database HPAConnection does not have provider name set in the connection string.
Code Snippet
Category obj = new Category();
obj.LoadAll();
It seems to bomb on obj.LoadAll(); However, in none of the other models do I get this error for the same way of loading the data. The interesting thing is this. It works on dev, But not on live. It is only this one peice of code and only on live that bombs.
If there is any one that help with this, I would really appreciate it.
Thanks
