How do I reference different DLLs in Kaxaml

前端 未结 4 981
情歌与酒
情歌与酒 2021-02-04 17:29

I want to work with a DataGrid in Kaxaml. How do I reference the toolkit dll?

4条回答
  •  面向向阳花
    2021-02-04 18:04

    Another option would be to make a junction and add a probing path to Kaxaml's config.

    Make Junction to code

    • run elevated cmd
    • cd "c:\Program Files (x86)\Kaxaml"
    • mklink /J ProbeFolder "c:\path-to-your-code"

    Modify Kaxaml.exe.config

    • run elevated notepad
    • open "C:\Program Files (x86)\Kaxaml\Kaxaml.exe.config"
    • add the following to the :
    
      
          
       
    
    
    • save the file
    • restart kaxaml

提交回复
热议问题