Replies: 7 comments
-
It sounds like your NuGet dependencies have not been restored. Right click on references and hit restore. Also try deleting your project.lock.json file and then doing a restore. Also have you updated to RC1 Update 1 and then run the |
Beta Was this translation helpful? Give feedback.
-
Hi. I do following your suggestion but still get error. Severity Code Description Project File Line Error CS0518 Predefined type 'System.Object' is not defined or imported BPx1.DNX Core 5.0 Regards. |
Beta Was this translation helpful? Give feedback.
-
Can you give me more details:
|
Beta Was this translation helpful? Give feedback.
-
Hi. |
Beta Was this translation helpful? Give feedback.
-
Can you please send the output of the I'm guessing that there is something wrong with your installation, I've tested the project template on two machines just in case and it seems fine. |
Beta Was this translation helpful? Give feedback.
-
Hello. Please find my dnvm version and list below. Here is my project.json { "dependencies": { "commands": { "compilationOptions": { "frameworks": { "exclude": [ Regards |
Beta Was this translation helpful? Give feedback.
-
You have an old version of DNVM. See my version: You need to install the ASP.NET 5 RC1 Update 1 tools from the https://get.asp.net/. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm using vs 2015 and create project from mvc6 boilerplate, After restore package (Reference,Dependencies), I try to build project but it always has error "Predefined type 'System.Object' is not defined or imported". Please advise.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions