Skip to main content

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?

 

 

Copy and paste that script into notepad - make sure the dash and the double quotes aren't formatted as the rich-text versions. Then copy paste the command from notepad into your cmd prompt and run it. I really think it has the wrong dash or double quote as it otherwise looks fine.


Thank you.

 

You were exactly right.  The double quotes were the problem.  Once I retyped them, it worked.  


Reply