-
Notifications
You must be signed in to change notification settings - Fork 15
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
rror MSB3027: Could not copy "obj\Debug\net47\*.EntityFramework.dll" #64
Comments
That's a strange error, never faced it before and I use Migrator.EF6 extensively at work. I'm trying to make something out but I have no idea what could be causing it really. Maybe start with checking to see if after that first command there's a hanging "dotnet-ef6.exe" running in Task Manager? |
There is no dotnet-ef6.ese running. I closed all programs and killed many processes but no luck. And I only have this problem on that one Win10 VM. My Colleagues don't have that problem and they have the same setup. I really tried everything I can imagine could be a problem before opening this issue here. But I understand that if I'm the only one having that problem on only one machine it is nearly impossible to find the root if this behavior. I thought maybe someone else has the same problem and maybe has an idea why it happens. |
I see. Yeah really sorry, I have no idea where to begin. But if you find any hint let me know and I'll do my best to help. But one more thing, does this happen no matter which project you run this in? What I mean, did you try perhaps running this in the sample in this repo? Does the same thing happen? |
Sorry for the late reply, lots of work... |
oke, I have the problem again. new migrations :) |
I have the problem that I can only run 1 command, after that I have the error:
Since its pretty anoying to restart the computer after each command and I have no idea what it could be. I checked the background processes and the process Explorer, nothing else is running.
The text was updated successfully, but these errors were encountered: