0
votes
1answer
18 views

Update Azure Staging deployment will create new url

I am using cloud service for my web application currently it is in development phase. My all updated code is on staging environment, I have create staging server on May 13, 2012. Now from last two ...
0
votes
0answers
15 views

Azure Publish giving “The Type or Namespace {x} cannot be resolved” error

I have a MVC 4 web project that I have been working on for about a year. It is currently published and running on azure in production, and has been working there for about a year. My dev machine ...
0
votes
1answer
35 views

azure download subscription file link

I am trying to publish website following the link in the http://www.windowsazure.com/en-us/develop/net/tutorials/web-site-with-sql-database/. However when I try to download the subscription file as ...
2
votes
0answers
41 views
+50

Building on Team Foundation Services and Testing in Azure?

I'd like to run some integration tests in Azure. I can't run these in TFServices because they require a database. I'm wondering if it would be possible to push my project up to TFS, have TFS build ...
0
votes
0answers
19 views

VS 2010 Publish to a hosting provider other than Azure when the Azure SDK is installed

Publish now defaults to Azure. Is there an option to publish locally or to hosting provider, not Azure after the SDK is installed with VS 2010?
0
votes
1answer
113 views

dynamically add values to resources (C#)

I want to add values to the resources dynamically through codings(C#). My below coding runs without any error but the values are not getting added to the resource file. protected void ...
0
votes
0answers
24 views

How to debug publishing a WCF application into Azure when hung?

I am currently trying to publish a WCF application into the Azure cloud from Visual Studio 2010. The publishing wizard builds the solution, but hangs visual studio (not responding), as soon as ...
0
votes
1answer
67 views

app.config in Web Role not copied in Azure SDK 1.8 and Visual Studio 2010

As suggested by these answers on Stack Overflow, I've added an app.config file to my web role in order to have some binding redirects available during the call of Role.OnStart in process ...
4
votes
1answer
542 views

Visual Studio 2012 PowerShell project

We are using PowerShell for provisioning/configuration/patching of virtual machines on the Windows Azure platform. Are there any project templates available to manage PowerShell projects in Visual ...
1
vote
2answers
105 views

Dev->Stage->Prod with Git deployment for Azure Websites

How best should I accomplish the following deployment objectives with Git deployment for Azure? Easily switch when working locally to either use fake in-memory data or (eventually) non-production ...
2
votes
0answers
83 views

Azure migrate from GTE CyberTrust Global Root to the Baltimore CyberTrust Root

I am new to Azure, I am running one web-application (ASP.Net, 4.0, C#) using SQL AZURE as database on one small instance of VM cloud service, I am also use Azure blob storage to save my files & ...
0
votes
1answer
66 views

MSBuild: Treat single warning as error

Is there a way to force MSBuild to treat a certain warning as an error? When running the Publish target for a ccproj file to make a cspkg for deployment to Azure, this error is thrown: ...
1
vote
0answers
173 views

Azure debug with IIS express & VS2010 won't work anymore

I have a project with uses IIS Express as local development server but when starting a project with CTRL+F5 IIS express won't start anymore. I can't see IIS Express icon on taskbar. If I start without ...
4
votes
2answers
73 views

Azure instance change code roll back

I am new to Azure, I have small instance of cloud service, In last one week my instance is changed 2 times & all my project data is lost, it will roll back to 1 month older. All my client data is ...
2
votes
0answers
99 views

Why does Visual Studio complain about my web.config trace listeners configuration?

In my web.config I have the following settings: <system.diagnostics> <trace> <listeners> <add name="AzureDiagnostics" ...
2
votes
1answer
69 views

Can't profile an Azure worker role

I'm trying to use Visual Studio 2010 Premium's built-in profiling for Azure and am having trouble. What I'm doing seems to follow tutorials but my "Enable Profiling" checkbox is grayed out. I'm using ...
0
votes
0answers
35 views

VS 2010 error after installing Windows Azure SDK

I have VS 2010 Ultimate and asp.net mvc 3 solution. After installing Windows Azure SDK, as described in "Set up the development environment" section in this tutorial, I'm getting the following error ...
3
votes
1answer
283 views

How do I specify the IP address my app binds to?

We have a fairly complex system we're developing involving a few different applications (MVC, http-based WCF, TCP-based WCF, ADFS, and some generic Worker Roles), all deployed to Azure. For local ...
0
votes
1answer
75 views

Is it inefficient to run VS2012 and my SQL Server on the same machine? [closed]

I am developing a ASP.NET MVC4 application that runs on Azure. I use simple membership for authentication and my data is mostly stored in tablestorage. This includes the source for web pages which is ...
1
vote
1answer
161 views

Error when packaging cloud project using Windows Azure SDK 1.8 and Windows Azure Tools October 2012

In Visual Studio 2010 I've upgraded a cloud solution to Windows Azure SDK 1.8 and Windows Azure Tools October 2012 (previously I was using version 1.7 and June 2012 tools). This solution is composed ...
1
vote
1answer
71 views

Many projects in solution on slow dev environment

Currently we have a VS2010 solution with 40+ projects and all the team works on pretty slow virtual machines(2 GHz proc + 1.75GB RAM). Working in this conditions is pretty hard, because usually build ...
0
votes
3answers
184 views

CacheInstaller.exe has stopped working

I am having below mentioned issue when I am running Asp.Net MVC 2 project on windows Azure emulator (dev environment) I have installed Windows Azure SDK for .NET - October 2012 version and I am using ...
0
votes
1answer
146 views

HTTP 500 for web role running under IIS Express in Compute Emulator

I have a web role that is configured to be hosted in IIS when deployed locally in Compute Emulator. Now I want to run it under IIS Express in order to profile the web site more easily. Thus I ...
1
vote
1answer
73 views

with Azure SDK installed, no more publish to file system option

Now that I have installed Azure SDK and published some of my sites to Azure, I no longer have a build option permitting publish to local filesystem. How can I get said feature back?
0
votes
1answer
100 views

Windows Azure: local cache for testing

I'm new with the Windows Azure platform. I created a Shared Cache in the cloud (production), but is it possible to simulate a Shared Cache locally? (on my development machine) thanks
0
votes
1answer
116 views

Windows Azure Project is not loading

I am having below mentioned issue when I am running The Azure Project on Emulator. Below mentioned error popup is not coming always. It's appearing Time to Time Sometimes my Azure project loads as ...
1
vote
1answer
113 views

Azure package missing project dlls

My worker role will not run and is constantly recycling. I get a filenotfoundexception which points me in the direction of missing assemblies. All works fine locally of course. I've gone through the ...
2
votes
1answer
118 views

Unable to Change ServiceDefinition file

After I have installed the latest Azure SDK for .Net - October 2012,I am unable to change the ServiceDefinition.csdef file. B'cos I need to commented out this <!--<Binding name="HttpsIn" ...
1
vote
0answers
146 views

Role instances are taking longer than expected to start - Can't find solution is it a bug?

I've been through this post: Role instances are taking longer than expected to start - Is there a new solution to this problem? But I can't find the answer why I am getting this error, the emulator ...
6
votes
1answer
289 views

Continuous Integration from TFS to Azure Inconsistent to Visual Studio Deployment

We are working to migrate to Azure Cloud Services (not Web Site) for our ASP.net Web Application. We are wanting to start using the Team Foundation Service with 'Continuous Integration' publishing ...
2
votes
2answers
101 views

Window azure and select cloud on the project types

I Try to deploy existing project in window azure.I googled lot and find some tutorials.I follow them. http://www.developerfusion.com/article/119960/upgrade-your-aspnet-site-to-the-cloud/ ...
0
votes
0answers
86 views

Windows Azure keeps giving error “No subscription was found. Deployment requires a subscription.”

I have a subscription. I can't find any documentation that explains what to do if I have this error when I have a subscription and Azure just isn't detecting it. Also I'm running into issues because ...
0
votes
1answer
66 views

Resource file is not included when packaging and publishing web role on windows azure

I want to deploy a web role on Windows Azure. The project contains a large resource file (in fact, a dictionary file with extension .dct). After packaging with vs2010, I investigate the .cspkg file, ...
4
votes
0answers
292 views

Azure SDK 1.8 Kills VS2010 Configuration Switching

Ever since upgrading to Azure SDK 1.8 we have been consistently having extremely long delays when switching between build configurations in VS2010. It can take several minutes to switch between a ...
2
votes
1answer
84 views

How can I disable roles in a Windows Azure project?

I have a solution with 5 Azure roles and the Azure solution is set as the startup project. When I run the solution 5 internet explorer windows popup, 1 for each role. I want to only run the role on ...
3
votes
1answer
366 views

Connect to tfs Azure from visual studio

I created my first Team Project in my account on the tfs 2012 in the cloud. Now, how can I connect to it through Visual Studio 2012 from my pc?
0
votes
3answers
118 views

Windows azure application developing step failed

This is my first time trying to develop a windows azure application on my visual studio 2010. what I have done so far is: Open new project > C# > Cloud. Downloaded the SDK. Add new class with code ...
1
vote
1answer
733 views

Django in Visual Studio 2012

I have Visual Studio 2012 in my machine. I just downloaded the Windows installer provided on this page. When I ran it, it is showing that it can install Python tools and some other things for Visual ...
1
vote
1answer
192 views

Visual Studio 2010 can't open a web browser, tells me to restart Windows every time

I'm trying to publish an Azure application, but can't sign in using Visual Studio 2010. I get the error message "The web browser cannot be started. To resolve this problem, you must restart Windows." ...
0
votes
1answer
484 views

C# Add STS Reference Missing

I have Visual Studio 2010 installed on Windows 7 (32 bit) VM. I have installed Windows Identity Foundation Add-in which I cross checked from Add-in manager of Visual Studio 2010. When I right click ...
0
votes
1answer
163 views

After uninstalling Visual Studio 2012, cannot open Azure cloud projects in Visual Studio 2010

Getting a message box saying The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Windows Azure Tools\1.4\Microsoft.WindowsAzure.targets" was not found. Confirm that the ...
0
votes
1answer
135 views

Visual Studio can't start Azure Debugging Environment

Debugging my Azure app has been working fine for months. However, for no reason that I can find, I just started getting this when I F5.... --------------------------- Microsoft Visual Studio ...
0
votes
1answer
129 views

Why does this call to aspnet_compiler not produce new .NET assemblies?

I'm trying to make Visual Studio precompile my ASP.NET application that will be deployed on Azure. I've added the following to my .csproj file: <Target Name="AfterBuild"> <Message ...
1
vote
2answers
928 views

Azure SDK is installed but Visual Studio 2012 doesn't see it

Under cloud I only see "Get Windows Azure SDK for .NET" yet I know it's installed. The installer sees it. I should mention I have Visual Studio 2010 installed along size 2012. 2010 has all the ...
2
votes
2answers
249 views

How to get aspnet_compiler invoked from Visual Studio during build?

I want Visual Studio to precompile my ASP.NET application which is used as an Azure web role payload. So I've found this post that explains how to call aspnet_compiler to validate views. I tried to ...
1
vote
3answers
149 views

Do I need to redeploy to IIS Express on my development box every time I change a line of CSS?

I am using VS2010 to develop a cloud application. Previously I was using the Hosted Web Core but now it has switched to IIS Express. Before if I made a change to CSS then all I had to do was refresh ...
1
vote
2answers
745 views

Why does Windows Azure Tools insist that my SSL configuration is incorrect?

I'm about at the end of my rope with Windows Azure Tools and SSL configuration in the ServiceDefinition/ServiceConfiguration files in a cloud project. At first, I had a web role with RDP enabled (and ...
0
votes
0answers
101 views

deploying web reference to azure websites

I am trying to deploy this web reference to azure. https://pal-test.adyen.com/pal/Payment.wsdl the reference seems to be dependent on sgen.exe which cant be found. I get this error on building at ...
0
votes
1answer
354 views

the imported project “c:\program > files\msbuild\microsoft\visualstudio\v10.0\windows azure > tools\1.6\microsoft.windowsAzure.targets” was not found

I have this error when i'm try to load my project in visual studio 2010. I already installed Windows Azure SDK and Visual Studio Cloud Service in my computer but still its not working. the ...
1
vote
0answers
110 views

Web.config Vandalized Mystically During Azure Deployment

I know this is super weird, so to make you believe me and help me, I provide lots of evidence here. Problem: the web.config file under site/1/views has been changed during Azure Deployment. Facts: ...

1 2 3 4