Missing dll sisl.dll

I am compiling one of your .Net project in the API (CsBrxMgd) . It says one dll is missing.
Could not copy the file "C:\Program Files\Bricsys\BricsCAD V18 en_US\sisl.dll" because it was not found.

Comments

  • You need to set CopyLocal=false for the referenced BricsCAD assemblies.

  • This is exactly why I don't like wizards for .net programs.
    Looking at the basics of your references is critical for .net.
    You do need at least one good example prog, and can saveas on it, but knowing the references is like keeping oil in your car engine.
    Good comment Owen.