如何在Azure上发布DLL(COM对象)? [英] How I can publish a dll (COM object) on Azure?

查看:59
本文介绍了如何在Azure上发布DLL(COM对象)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



我在Azure云上从visual studio 2010部署了我的Web应用程序。

现在我想使用一个自定义C ++在项目中的DLL。我不能在Azure上部署这个dll。



我在VS上的web应用程序项目中添加了我的dll的引用。



如何使用此参考在Azure上发布我的Web应用程序?



谢谢

解决方案

< blockquote>你需要设置属性

复制本地=真





项目 - >参考文献 - > (选择自定义dll的引用)右键单击 - >属性

您可以在右键单击项目添加引用的弹出窗口中找到此选项。


我解决了我的问题。

我放弃并在projet中拖动我的dll并在输入中设置副本以及生成动作以合并资源。



谢谢。


Hello,

I deployed my web application from visual studio 2010 on Azure cloud.
Now I want to use one custom C++ dll in the project. I can not deploy this dll on Azure.

I did add reference from my dll on web application project on VS.

How I can publish on Azure my web application with this reference?

Thanks

解决方案

You need to set the Properties

"Copy Local" = true



Project-> References -> (choose the references of custom dll) Right Click -> Properties
You can find this option on right click Popup of the added references of your project.


I resolved my problem.
I drop and drag my dll in projet and set copy in input at always and generation action to incorporate ressource.

Thank you.


这篇关于如何在Azure上发布DLL(COM对象)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆