socioboard / socioboard-core

This is an old repo, for latest maintained version go here - https://github.com/socioboard/Socioboard-Core-3.0
http://www.socioboard.org
238 stars 120 forks source link

Cannot infer TargetFrameworkIdentifier error #46

Open ahab1b opened 7 years ago

ahab1b commented 7 years ago

Guys, once I rebuild the socioboard-3.0-3.0.21 project, I get the error

Cannot infer TargetFrameworkIdentifier and/or TargetFrameworkVersion from TargetFramework='dnx451'. They must be specified explicitly. Line 84. How do I resolve this?

deepakkumarvaishnav91 commented 7 years ago

i m facing the same problem.. have you fixed it??

socioboard commented 7 years ago

Hi guys, can we know which .net framework version are you using? & one more thing download latest code form 'https://github.com/socioboard/Socioboard-Core-3.0' keep socioboarding. Thanks SB team

karelit0 commented 7 years ago

Hi guys, I have imported the solution on VS Comunity 2017 and I have 2 issues until now. 1.- Ambiguos name Error CS0104 'MongoBoards' is an ambiguous reference between 'Domain.Socioboard.Models.MongoBoards' and 'Domain.Socioboard.Models.Mongo.MongoBoards' Solution use: "Domain.Socioboard.Models.MongoBoards"

2.- Cannot infer TargetFrameworkIdentifier and/or TargetFrameworkVersion from TargetFramework='dnx451'. They must be specified explicitly. All my projects are on NET 451 x86 Solution unknow