mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #895] Error in building #615
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#615
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ICT-000 on GitHub (Dec 14, 2020).
Original GitHub issue: https://github.com/quasar/Quasar/issues/895
Error in VS 2019:
1>------ Build started: Project: Quasar.Common, Configuration: Debug Any CPU ------ 1>CSC : error CS2012: Cannot open 'C:\Users\Anonymous\Desktop\Quaser\source\Quasar.Common\obj\Debug\net452\Quasar.Common.dll' for writing -- 'Access to the path 'C:\Users\Anonymous\Desktop\Quaser\source\Quasar.Common\obj\Debug\net452\Quasar.Common.dll' is denied.' 1>Done building project "Quasar.Common.csproj" -- FAILED. 2>------ Build started: Project: Quasar.Server, Configuration: Debug Any CPU ------ 3>------ Build started: Project: Quasar.Client, Configuration: Debug Any CPU ------ 4>------ Build started: Project: Quasar.Common.Tests, Configuration: Debug Any CPU ------ 2>CSC : error CS0006: Metadata file 'C:\Users\Anonymous\Desktop\Quaser\source\bin\Debug\net452\Quasar.Common.dll' could not be found 2>Done building project "Quasar.Server.csproj" -- FAILED. 3>CSC : error CS0006: Metadata file 'C:\Users\Anonymous\Desktop\Quaser\source\bin\Debug\net452\Quasar.Common.dll' could not be found 3>Done building project "Quasar.Client.csproj" -- FAILED. 4>CSC : error CS0006: Metadata file 'C:\Users\Anonymous\Desktop\Quaser\source\bin\Debug\net452\Quasar.Common.dll' could not be found 4>Done building project "Quasar.Common.Tests.csproj" -- FAILED. ========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========@ICT-000 commented on GitHub (Dec 14, 2020):
Solved by adding folder to AV exception list.