You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the nuget, went without any errors. I can see the dependencies installed in "References", but no owncloudsharp for some reason. I am using VS2015 and an MVC 5 (.Net 4.5.1) project.
Namespace is also not recognized.
edit:
Managed to manually add the project owncloud-sharp, turned it to a classic library project, added missing dependencies and nugets. Works like a charm!
The text was updated successfully, but these errors were encountered:
Thanks for confirming this issue. I encountered this myself. The problem is that for some reason all library references get added after the NuGet installation, except the reference to the ownCloud# library. As soon as I have more time, I'll investigate why that is.
Good day,
I installed the nuget, went without any errors. I can see the dependencies installed in "References", but no owncloudsharp for some reason. I am using VS2015 and an MVC 5 (.Net 4.5.1) project.
Namespace is also not recognized.
edit:
Managed to manually add the project owncloud-sharp, turned it to a classic library project, added missing dependencies and nugets. Works like a charm!
The text was updated successfully, but these errors were encountered: