Has anyone tried to deploy the unsafe code in Asura? I am working with code that contains insecure blocks and all the fun stuff related to pockets. And I am thinking that if there is anything to do with errors then I am trying to upgrade / upgrade the web project in Azure.
In addition, is there really a way to look at specific errors that are breaking upgrades?
Fyi, yes, I have checked the 'permission for unsafe code' in my web project settings.
Thanks in advance.
Update:
This is the error I am trying to upgrade ...
An update Examples of the repeated role for a certain amount during or upgrade operation. This indicates that the new version of your service or the configuration setting prevents the preventive events from running when you configure the service. Most likely it is that your code throws an unmanaged exception. Please consider fixing your service or changing your configuration settings so that the roll charge does not throw unmanaged exceptions. Then start another update or upgrade operation. As long as you do not initiate the operation of any other update or upgrade, you will be able to provide a new version or configuration to your Windows Azure service.
Many people run the 'insecure' code in different forms (mostly original C / C ++). If the role is recycling, then you have an unrestricted exception that may or may not be related to unsafe code. I will suggest a number of things:
1) Try to run local code in Devfabrica
2) Check your on-start block, surprisingly often this is the place Where the problem (bad path, bad configuration, for example)
3) Enable diagnostic logging and see whether you can get any information.
Comments
Post a Comment