locked
Azure Console Application RRS feed

  • Question

  • I want to create a simple console application that downloads logs and stores them in our local sql server box. I know exactly how to do it, but my question is can I access the Azure API from a client side console application? I coded the app., but I'm seeing some mysterious reference behavior. References are there one minute and gone the next, I used the default "console application" template with a static main. Is there anything special I need to do for a client side console app?

    Thanks!

    Wednesday, February 16, 2011 12:17 AM

Answers

  • Did you change the application Properties to use the entire .NET Framework and not just .NET Client Profile?

     

    -Sal

    • Proposed as answer by Sal.DiStefano Wednesday, February 16, 2011 12:34 AM
    • Marked as answer by BSavoie Wednesday, February 16, 2011 12:47 AM
    Wednesday, February 16, 2011 12:31 AM

All replies

  • Did you change the application Properties to use the entire .NET Framework and not just .NET Client Profile?

     

    -Sal

    • Proposed as answer by Sal.DiStefano Wednesday, February 16, 2011 12:34 AM
    • Marked as answer by BSavoie Wednesday, February 16, 2011 12:47 AM
    Wednesday, February 16, 2011 12:31 AM
  • I did not. I always forget that! Thanks Sal! Problem solved.
    • Proposed as answer by Sal.DiStefano Sunday, August 12, 2012 3:03 PM
    Wednesday, February 16, 2011 12:47 AM