I need to deploy our K2 solution to a new environment. This is the third environment in a chain and we routinely deploy to the first and second. When I deploy it using the Package and Deploy tool everything finishes successfully with all green checkmarks.
When I run our main form, there is no data in the dropdowns or fields. If I load it in the designer, I see a number of errors. When I look at the SMOs related to the designer errors, they seem corrupted. There are parameters missing or the SMO just looks broken. It seems random. Not all stored procedures have this issue.
If I regenerate the SMO from the stored proc, the new SMO looks fine and has the same GUID as the old SMO, but the K2 form doesn't remap properly. I can manually map them and get it to work but that isn't sustainable. I need to be able to deploy to this environment.
If anyone has any ideas of what I can try I'd appreciate it. I think my next step will be to manually fix the errors once to get a clean environment, and then try to redeploy one more time.