Hi again!
Thanks for sharing your solution.
The problem seems to be that your solution includes a class library project that generates "ClearScript.dll", which conflicts with the ClearScript assembly of the same name in the output directory.
Try changing the name of your assembly:
Thanks for sharing your solution.
The problem seems to be that your solution includes a class library project that generates "ClearScript.dll", which conflicts with the ClearScript assembly of the same name in the output directory.
Try changing the name of your assembly:
- Right-click your class library project and select "Properties".
- Change the assembly name from "ClearScript" to "ClearScriptLibrary" or something like that.
- Click "File" -> "Save All"
-
Rebuild your solution.