Sign in
Avkash Chauhan's Blog
Windows Azure, Windows 8, Cloud Computing, Big Data and Hadoop: All together at one place.. One problem, One solution at One time...
Blog - Title
February, 2011
Search
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Twitter
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
ACS
Announcement
Architecture
ASP.NET
Azure
Code Sample
CSUPLOAD
Error
Exception
Exception ERROR UNSUPPORTED OS
Exceptions
Hadoop
How to Do.
How to Do..
Linux
Node.js
PowerShell
SDK
Storage
VHD
Virtual Machine
VM Role
VMRole
WebSites
Windows Azure
Monthly Archives
Archives
April 2013
(1)
March 2013
(1)
February 2013
(3)
January 2013
(3)
November 2012
(6)
October 2012
(4)
September 2012
(1)
August 2012
(1)
July 2012
(1)
June 2012
(7)
May 2012
(8)
April 2012
(9)
March 2012
(5)
February 2012
(11)
January 2012
(25)
December 2011
(28)
November 2011
(30)
October 2011
(31)
September 2011
(27)
August 2011
(18)
July 2011
(16)
June 2011
(16)
May 2011
(18)
April 2011
(20)
March 2011
(15)
February 2011
(21)
January 2011
(10)
December 2010
(16)
November 2010
(8)
October 2010
(8)
Blog - Link List
Favorite Blogs
Windows Azure Team Blog
Windows Azure Storage Team Blog
Steve Marx Blog
MSDN Blogs
>
Avkash Chauhan's Blog
>
February, 2011
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Avkash Chauhan's Blog
Installing Windows Azure Connect Client may return error : "Not a valid Win32 application"
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When someone installs Azure Connect Client using the link provided on Azure Portal as below after Azure Connect is enabled in the Windows Azure Application... https://waconnecttokenpage.cloudapp.net/Default.aspx?token=<Customer_Token_ID> ...
Avkash Chauhan's Blog
System.UnauthorizedAccessException with ASP.NET Web Role in Windows Azure
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
After working in one Windows Azure issue in which the ASP.NET Web Role was stuck in between "Busy" and "Starting", I decided to write the details to save some time for someone. After I logged in to Windows Azure VM and looked for Application ...
Avkash Chauhan's Blog
WebRole with WCF Service got in "Busy" state after adding StandardEndpoint in web.config
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I recently worked on an incident in which the Windows Azure application had 1 web role and one WCF role. Initially the basics application with no specific changes worked well on compute emulator and on Windows Azure. After when we added the following...
Avkash Chauhan's Blog
Identity Training Kit & Course - February 2011 Update - New AppFabric Portal and Support for Windows 7 SP1
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Windows Identity Foundation team published February 2011 update to the identity developer training kit and the identity developer training course on MSDN . As service pack 1 for Windows 7 is already released, so team also updated the setup...
Avkash Chauhan's Blog
Exception: "Could not load file or assembly '<DLL_NAME>' or one of its dependencies. The system cannot find the file specified" in Windows Azure VM
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
When you deploy your application to Windows Azure, sometimes, it is possible that your role will not start and in Windows Azure portal you will see that your role status shows the following cycle with regard to your service: Busy Starting...
Avkash Chauhan's Blog
Handling "An unexpected error occurred: Server operation did not finish within user specified timeout '90' seconds.." with CSUPLOAD in Windows Azure VM Role
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you try to upload a VHD using CSUPLOAD tool, it is possible you may receive the following error: "An unexpected error occurred: Server operation did not finish within user specified timeout '90' seconds, check if operation is valid or try increasing...
Avkash Chauhan's Blog
Windows OS related Issue when you have VM Role and web/Worker Role in same Windows Azure Application
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I was recently working with a partner on their Windows Azure related Project in which there was a VM Role and ASP.NET Web Role within one application which was developed using Windows Azure SDK 1.3. VM role VHD was deployed successfully to the Azure Portal...
Avkash Chauhan's Blog
System.ArgumentException: Waithandle array may not be empty when uploading blobs in parallel threads
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you are uploading blobs from a stream using multiple roles (web or worker) to a single azure storage location it is possible that you may hit the following exception: System.ArgumentException: Waithandle array may not be empty. at Microsoft...
Avkash Chauhan's Blog
Windows Azure and HIPAA Compliance
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
First I would say it is a very delicate matter to discuss HIPAA compliance as definition and standards goes across many boundaries. Both the application and the infrastructure where the application is running defines the aspect of HIPAA compliance. HIPAA...
Avkash Chauhan's Blog
Decrypting Windows Azure Package (CSPKG) in Windows Azure SDK
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
1
Comments
When you build your Windows Azure Application the final products is a CSPKG file which is uploaded to Windows Azure portal along with ServiceConfiguration.cscfg. The CSPKG file actually a ZIP file which consist your whole solution along with configuration...
Avkash Chauhan's Blog
After uploading VM Role VHD you may be unable to login VHD over RDP and role status shows “Starting...”
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
It is possible that after you have successfully uploaded your VHD to your subscription using CSUPLOAD, you will see two issues: 1. You can verify that your VHD is working fine (using URL to verify that IIS is running or have some diagnostic data to...
Avkash Chauhan's Blog
Upload blobs using UploadFromStream to Azure Storage and using ResponseReceivedEventArgs to track the upload progress
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
While uploading a stream of various sizes using UploadFromStream, and using ResponseReceivedEventArgs to track the HTTPStatusCode you will see the following behavior: 1) For a blob whose size less than(or equal to)32 MB, the lib will send it in one...
Avkash Chauhan's Blog
Share Point 2010 and Windows Azure
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
I have seen lots of requests and interest to host SharePoint 2010 in Windows Azure so I deiced to write some information on this regard which can help everyone. As of now, SharePoint 2010 cannot be hosted as business solution on Windows Azure and it is...
Avkash Chauhan's Blog
Windows Identity Foundation (WIF) January 2011 Update released with lots of new exercises and sample
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
On January 24th 2011, Windows Azure Team, released an update to the Identity Developer Training Kit . Windows Azure Team also released the first MSDN-hosted Identity Developer Training Course , an online version of the kit where all the labs instructions...
Avkash Chauhan's Blog
Windows Azure Service Management Cmdlets are update for Windows Azure SDK 1.3
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Until today February 7 th , 2011 morning, if you had tried to compile the Windows Azure Cmdlets with Windows Azure SDK 1.3 you must have encountered that compilation is not successful. Further investigation related to compilation failure reveled the...
Avkash Chauhan's Blog
Windows Azure VM Role: CSUPLOAD Exception System.BadImageFormatException: an attempt was made to load a program with an incorrect format
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
When you run CSUPLOAD tool on a Windows OS 7 32bit machine, you will receive the following error: An unexpected error occurred: An attempt was made to load a program with an incorrect format (Exception from HRESULT: 0x8007000B) Exception:...
Avkash Chauhan's Blog
Windows Azure VM Role: CSUPLOAD Error - This Tool is not suported on the current OS
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
When you run CSUPLOAD tool on a machine Other than Windows 7 64bit or Windows Server 2008 R2 you may receive the following error: This is because when CSUPLOAD tools runs on a machine it checks the machine’s Operating System and if it...
Avkash Chauhan's Blog
Windows Azure Extra Small Instance Public BETA Release
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
On February 3 rd Windows Azure team announced the public BETA availability for Windows Azure Extra Small Instance: http://blogs.msdn.com/b/windowsazure/archive/2011/02/03/windows-azure-extra-small-instances-now-available-as-public-beta.aspx ...
Avkash Chauhan's Blog
Windows Azure SDK 1.3 Refresh available immediately to download and install
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
3
Comments
Today Windows Azure Team released the Windows Azure SDK 1.3 Refresh. This refresh contains configuration and security changes that may affect services built using the Windows Azure November 2010 SDK (v 1.3) where a Web Role is deployed with the full IIS...
Avkash Chauhan's Blog
Windows Azure Storage (Blob, Table, and Queue) Throughput Analyzer Tool by Microsoft Research
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
Microsoft Research team created a very nice tool called “Azure Throughput Analyzer” to display upload and download throughput between your network and Azure datacenters when you are using Windows Azure Storage. You can use this tool if you are encountering...
Avkash Chauhan's Blog
Windows Azure Platform Training Course January 2011 Update
Posted
over 2 years ago
by
Avkash Chauhan - MSFT
0
Comments
On February 1 st Windows Azure team updated the Windows Azure Training Course formulated as Windows Azure Platform Training Course January 2011 Update. The January update provides new and updated demo scripts and a new Windows Phone 7 hands-on labs...
Page 1 of 1 (21 items)