-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot build SL5 project #22
Comments
try cleaning the solution and building it again. |
Still doesn't work. -----Original Message----- try cleaning the solution and building it again. Reply to this email directly or view it on GitHub: |
I randomly get the same error you get. Make sure you don't have SimpleJson.cs file opened in the VS tab. close it and then clean all solution then build. It is an annoying bug in VS. Or you can also use the build script install node js, then execute |
closing. cannot reproduce. |
It said:
D:\Kerry\Workshop\SimpleJson\src\SimpleJson\SimpleJson.cs(1715,47): error CS1729: 'System.Reflection.Emit.DynamicMethod' does not contain a constructor that takes 5 arguments
D:\Kerry\Workshop\SimpleJson\src\SimpleJson\SimpleJson.cs(1773,21): error CS1729: 'System.Reflection.Emit.DynamicMethod' does not contain a constructor that takes 5 arguments
D:\Kerry\Workshop\SimpleJson\src\SimpleJson\SimpleJson.cs(1774,21): error CS1729: 'System.Reflection.Emit.DynamicMethod' does not contain a constructor that takes 5 arguments
The text was updated successfully, but these errors were encountered: