Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8931779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:11:15+00:00 2026-06-15T09:11:15+00:00

In Windows Azure Storage, we used to do this to create a table :

  • 0

In Windows Azure Storage, we used to do this to create a table :

var tableClient = account.CreateCloudTableClient();
tableClient.CreateTableIfNotExist(TableName);

I just downloaded the last version of the azure storage library (v2), and my previous code doesn’t work anymore :

‘Microsoft.WindowsAzure.Storage.Table.CloudTableClient’ does not
contain a definition for ‘CreateTableIfNotExist’ and no extension
method ‘CreateTableIfNotExist’ accepting a first argument of type
‘Microsoft.WindowsAzure.Storage.Table.CloudTableClient’ could be found.

What is the good code in v2 ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:11:16+00:00Added an answer on June 15, 2026 at 9:11 am

    In v2 there’s some breaking changes.
    Here’s the new code :

        var tableClient = account.CreateCloudTableClient();
        // Create the table if it doesn't exist.
        var cloudTable = tableClient.GetTableReference(TableName);
        cloudTable.CreateIfNotExists();
    

    Some good inputs :

    • How to use the Table Storage Service : in v1.7 and in v2.
    • Windows Azure Storage Client Library 2.0 Breaking Changes & Migration Guide from the Azure Storage Team
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Windows Azure Table Storage. I am wondering, if I could use
I have a few questions regarding the Windows Azure Table Storage. Unfortunately my trial
I am working with Windows Azure and am just using the Blob Storage. I
I'm using Windows Azure Table Storage to store millions of entities, however I'm trying
In Windows Azure table storage, there is no 'type' that allows an auto incrementing
I'm working with Windows Azure Table Storage and have a simple requirement: add a
What options are there to secure Windows Azure Table storage? Is there anyway to
I need to download data from windows azure table storage back to a SQL
I am working a sample application using Windows Azure table storage. I will try
I'm trying to evaluate the use of Windows Azure storage/media/cdn services to host the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.