简体   繁体   中英

How do I reference projects in the same solution in Microsoft Azure

I have a solution that contains 1 project. In that project I added existing projects (class libraries) from a different file location on my computer. Now that I have added those existing projects to my solution I can add them as References to my original project in the solution.

Everything works just great, except now when I try to access my web application on my azure site, I get problems. Im thinking because azure is somehow not getting my local references.

Can anyone help me think this one out? What am i missing, thanks.

Have you verified the libraries you referenced are included in your deployment directory within Azure? You can FTP into your Azure site directory by following instructions here .

If the libraries are not included in your deployment directory, check your solution under references, and verify "Copy Local" is set to true. Redeploy and try it again.

If that still doesn't work, you can enable logging in Azure and access the logs via the same FTP login as above.

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM