I am trying to register the drag-and-drop control from the K2 Martket Place.
I've copied the DragAndDropControl.dll to the Designer and Runtimes bin directory. I'm trying to register the assembly using this command. controlutil.exe register -assembly:“C:Program Files (x86)K2 blackpearlK2 SmartForms DesignerBinDragAndDropControl.dll”
I get an error saying "The given path's format is not supported". at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks
It appears that I don't have security to do this function. But the account I'm using is a special account created when the K2 enviornment was built. (I didn't build the K2 environment.)
Has anyone ever seen this message? And knows what it's telling me?