Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5961623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:59:26+00:00 2026-05-22T18:59:26+00:00

This guide shows how to deploy a COM object consisting of a single .dll

  • 0

This guide shows how to deploy a COM object consisting of a single .dll file to a Windows Azure role using the start-up task mechanism.

Now I have a COM object that depends on several hundred other files – .dll files (I build them myself as well) and some binary data required for its operation that need to be deployed as a directory tree. Including that into the role project (as it is done for the single file in the guide) seems rather dumb – those files don’t belong to the role functionality, instead the role just depends on the COM object.

How do I deploy a huge subtree containing the COM object and whatever it depends on onto Windows Azure most conveniently?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:59:27+00:00Added an answer on May 22, 2026 at 6:59 pm

    One popular technique is to store those files in blob storage. Two ways to do this:

    1. Create a container for your DLL and dependent files, and store each file in its own blob.
    2. Create a zip file of your DLL and dependency tree, and store that zip in a single blob

    With an elevated startup task, you can copy down the file(s) and install your COM component.

    Option #2 will likely result in a quicker bootup time, since it’s a single copy, and it will have less storage transactions. You’ll just need to bundle a zip application (or store that in a separate blob.

    Nate Totten built a multi-tenant web role for Windows Azure, and the technique he uses for deploying a website involves option #2 above (although not as a startup task). I suggest looking at that project to see how the zip file is copied to local storage and unzipped.

    EDIT: One more option is to look at AzureRunMe, an open source tool for unzipping and launching apps in a Windows Azure role.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found this guide for using the flash parameters, thought it might be useful
the document http://developer.android.com/guide/topics/data/data-storage.html shows that there are multiple ways to save data, I need
I am using this guide: http://www.asp.net/mvc/tutorials/mvc-music-store-part-7 Like instructed, I entered to ASP.NET Web Application
Javascript - The Definitive Guide (6ed) shows the following code: Originally we have this
Using this answer as a guide, I set out to create a select_year that
So I am following this guide: http://technotes.1000lines.net/?p=23 and I am going through the steps.
I'm trying to work through this guide to Rails routing , but I got
I'm reading about Rails fixtures in this guide (thanks, trevorturk). It appears you define
I'm mapping a objectified relationship (the many->many mapping table contains properties), following this guide.
O'Reilly book Dojo - The Definitive Guide page 378 shows the following sample Tree

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.