Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Saving csproj file on update

Saving csproj file on update

Peter Leleulya
Peter Leleulya
Reply

Hi guys,

For some nuget admin updates visual studio prompts me a gazillion times to save/cancel the csproj file.
I cant seem to understand why or how to get rid of it ...

I have to actually pay attention to the update which takes a very long time and click save or cancel a gazillion times or it won't proceed.

The file isnt readonly or something like that ...

Anyone else have this proble and/or knows a solution?
It is getting REALLY annoying ...


 


Replies

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply

Hi Peter,

I'm not sure what that is all about.
You can try to use the update-package command in the nuget package manager console with the following flags...

Update-Package Dynamicweb.Admin -Version 9.13.6 -IncludePrerelease -FileConflictAction OverwriteAll

If that doesn't work then please share some more details about prompt/warning/error messages.
You should be able to see the details in Output window (Show output from: Package Manager).

Best regards,
Morten

 
Peter Leleulya
Peter Leleulya
Reply

Thanks Morten, 

Next time I have to update I'll try your suggestion.

 

You must be logged in to post in the forum