I am packaging an application for deployment to Azure. I'm using DO4.4. I need to exclude Oracle.DataAccess.DLL because I get the "Could not load assembly" exception because of the 64-bit application pool. How can I ignore Oracle.DataAccess.DLL? I have a post-build event in my project to delete the DLL, but that event is not executed when packaging for Azure unfortunately. |