I created a winform applocation c# and using cefsharp. project works on dev machine, but it does not run on other machines. other machines shows the following error:
could not load file or assembly 'cefsharp.core 63.0.3.0' or one of its dependencies. The system cannot find the file specified
how should I send the assembly to other machines? I created a publish version of project, but it does not create the assembly on other machines.