Hi,
I have checked out the forum for a solution to my problem but not found a specific answer that has worked, and as usual I am up against a deadline.
I have generated my SelfServicing interface on my local machine by using the connection details:
login = dbuser and the database is parkins
My shared hosting provider does not allow me to create the same database and logins which is fine, but now when running the app on their server I get an exception
An exception was caught during the execution of a retrieval query: Invalid object name 'dbuser.Role'.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception
Now I see that the login is hard coded in the EntityFieldFactory.cs class, and was wondering if this is the cause of the issue, I could do a paste of the new login in this file, but noted that some people have indicated you can override this in the config files..
Is there a way to override the login used dynamically OR change the login when generating the code?
Many thanks
Richard