Sunday, May 15, 2011

Windows Azure Instance Aborted/Busy - Error

After deploying my service to windows azure my service was simply looping through the standard busy loop with no end in sight.

I resolved that issue by going to: AzureLocalStorageTraceListener.vb
change file name: ".svclog" file.
replace with your project name for example. MyWinAzure1.svclog.
change in both places New() and GetLogDirectory() function.

Tuesday, January 25, 2011

Amazon S3 EZ Upload .NET Component by NetFix, LLC

NetFix EZ S3 Upload is .NET dll component that developers can use to upload files on Amazon S3 account. Easy to integrate into your existing web projects or windows projects. Just add reference to project and call UploadToAmazonS3 method. Your files will get uploaded to your Amazon S3 account. Also you can delete file by calling DeleteToAmazonS3 method.

Click Here to Download: http://www.netfixllc.com/OurProducts/NetFixEZS3Upload.aspx


Supported Platform: Vista 32 bits, Windows XP, Windows Server 2003/2008, .NET Framework 2.0,3.0,3.5 and 4



Click here to watch demo.

Click Here for: How to add NetFix EZ S3 Upload into your web application.