c# - What is the correct way to transfer database in mojoportal? -


i have exported database server , imported on local pc. have changed connection string in user.config file. database same. after when visit page in mojoportal project, shows me error saying:

guid should contain 32 digits 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.

exception details: system.formatexception: guid should contain 32 digits 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).*

can tell me why happening? or how can solved?

i hope have changed connection string on right place ( inside portal web.config). there 2 connection string 1 authentication , 1 application.
please check , if wont work path of error stack trace tell method throwing error after need debug that. (seems uniqueidentier field not defined/manged)


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -