Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

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.
 
Share this answer
 
Comments
pepito3364 4-Sep-14 6:00am    
I have one error when I am executing function.

When I set "Copy Local" = true
I have a Interop.MyDll.dll which is sent on azure. Is it normal?
Sudhansu Sekhar Prusty 8-Sep-14 1:47am    
Can you post the error message details ?
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900