I have a portal that I upgraded from version 7.0.0011 to 7.0.0023. I followed these instructions to update it as I don't know where all the customization's are since I wasn't the developer that originally set it up. Once this was done I fixed the syntax errors that came up and sure enough the portal loaded, connected to CRM and all looked good. I went through the registration setups, as if I was a new user to the portal. Step one is to input a user name, type in a password and verify it, pick a security question and then type in an answer for that question. This all works great, then I press submit which is suppose to load a custom page which is an application (i.e. first name, last name, etc). Instead I get the following stack trace:
I have tried to debug to see what it is referring to but can't step into the ADX dll's to see where it is getting this snippet name from (i.e. aspx page). When I do debug it throws this right after the DateTime.UTCNow at the bottom of the default.master page. Which stepping through the code, this page loads fine every other time till this process in the registration. My thought was that it might be something on the custom aspx page. I do see <adx:Snippet.../> on aspx pages. My question on these is, do they need to be in CRM as well, or when adding snippet sections in code do we just add them as <adx:Snippet.../>?
*This post is locked for comments