im trying connect , download azurestorage blob manage using windows while writing in c#.
while working on linux im missing : microsoft.windowsazure.storage;
i've been adviced use https://github.com/richorama/azure-sdk-for-mono cant compile
if have managed advice appriciated. basicly im asking way able use windowsazure.storage in code or equivalent.
please take in consideration im not experienced windows azure in general.
you need install windowsazure.storage dll dependencies in app in order use them. able use them without using richorama sdk; may not compiling because of missing dependencies. need hold of these dlls.
these distributed through nuget package manager. nuget grab packages microsoft , add dependencies project. there may nuget add-in/extension ide - if using monodevelop ide, find instructions on how install nuget here.
alternatively, there command line nuget tool can use grab windowsazure packages. find on nuget downloads page here. hope helps!
Comments
Post a Comment