I have exported the database from the server and imported it on my local pc. I have changed the connection string in my user.config file. The database is the same. But after that when I visit any page in my mojoportal project, it shows me an error saying:
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).*
Can anyone tell me why this is happening? Or how it can be solved?