Skip to content
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

Lots of errors upon build in VS2017 #145

Open
skiwheelr opened this issue Nov 27, 2018 · 1 comment
Open

Lots of errors upon build in VS2017 #145

skiwheelr opened this issue Nov 27, 2018 · 1 comment

Comments

@skiwheelr
Copy link

Notable errors when built in VS include but are not limited to below:
When building with MSBuild, after restoring with dotnet and nuget, I have only 13 errors, some of which are the same, including the missing SyncFusion reference, despite me having installed this to my system.

My machine uses VS2017 but also has VS2005 and VS2010 and VS2014 installed so there may be some issues. I will try with a new machine tomorrow. Also, the current syncfusion is 2 versions beyond what is suggested in the readme.md for the repo.

Any assistance is greatly appreciated! skiwheelr - a@t gmail dot com

Severity Code Description Project File Line Suppression State
Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ....\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets. MasterModule C:\Users\Terrapin\karve\KarveCar\src\Modules\MasterModule\MasterModule.csproj 797

Severity Code Description Project File Line Suppression State
Error The type reference cannot find a public type named 'LocaleResourceFactory'. Line 51 Position 74. KarveCar C:\Users\Terrapin\karve\KarveCar\src\App.xaml 51

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'SqlMapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.cs 394 Active

Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'Dapper' could not be found (are you missing a using directive or an assembly reference?) KarveDapper C:\Users\Terrapin\karve\KarveCar\KarveDapper\SqlMapperExtensions.Async.cs 10 Active

@papyr
Copy link

papyr commented Sep 5, 2019

Hi I was able to resolve some with VS 2019, but I also have lots of build errors, any ypdate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants