How to use customized DLLs in windows azure development
For example, if u want to use your own dll in Webrole, right click -> Add -> Existing item. Then go to the property of the dll, Set "Copy to output directory" to "Copy if newer".
Azure platform is 64 bit, so make sure your dlls are x64.
No comments:
Post a Comment