midimatt 24 Light Poster

Hi Everyone,

I'm currently in the process of attempting to create a storage system using Windows Azure, The problem I'm having is that I can't seem to find any information on how to access windows azure using a c# windows forms application.

All I can find is information on creating web front ends.

Originally my plan was to have a WCF service within a windows azure web role, and connect to that service with my application.

But when my WCF service attempts to access the storage I get an SEHException, I did a little research and it seems that is caused the application not running within the dev app fabric.

Hope this is posted in the correct forum.

Thanks in advance.

-Matt