Windows Azure + User name with space = problems

November 16, 2008 by anogueira

First of all, it’s been a while since I’ve blogged here. I was busy and last month I’ve attended Microsoft PDC conference. It was amazing and had a good time. So many new things coming, lots of stuff for Silverlight, new Windows 7 and of course Windows Azure.

So, here I am, testing my first cloud service. I followed the instructions here Quick Lap around the Windows Azure Tools for Microsoft Visual Studio

But for my surprise, I couldn’t run it smoothly. First of all, when I tried to run the solution with debugging I’ve got an error about creating the storage. Because this was the 1st time I was creating a cloud service, the storage tables needed to be created on my SQL database. A command DSinit needs to be invoked but it failed. After searching for information on the problem, I couldn’t find any links except for this.

Basically looks like this is a bug in the Azure SDK. If you have an account (I use Vista) with a space in the name, for example “John Doe”, then you may have some problems. The way I’ve found to fix this was to manually run the command via the Azure SDK command prompt. Just put the name between double quotes, something like:

C:\Program Files\Windows Azure SDK\v1.0>dsinit /server:myPC\sqlexpress /for
ceCreate /user:”myPC\John Doe” 

So after doing that the storage tables were succesfully created. Then I tried to run the solution again, but this time the Development fabric had problems to start the WebRoles, they would show looping messages about Role starting, abort, suspend. Then doing some more investigation I’ve found another link saying that the problem was because my user name has a space in it and Visual Studio tries to start the fabric from a location inside your user profile folder so it fails. The workaround was to open the Azure SDK command prompt again and start the Development Fabric service manually but this time pointing to a folder that doesn’t have a space in it, something like

C:\Program Files\Windows Azure SDK\v1.0\bin\devfabric>DFService.exe -sp “c:\fabr
ictemp”

After doing that the WebRole instaces in the Development Fabric could be started and I was happy I could finally play with my first Cloud Service. The only problem is that everytime I want to develop something I need to manually start it. Hope they fix that in the next CTP version.

Hope that helps,

AN.

Silverlight 2 RTM (Oct. 14th 2008) ???

October 13, 2008 by anogueira

Just reading a Microsoft Press release today looks like the RTM version will be available tomorrow. From the press release

Silverlight 2 will be available for download on Tuesday, Oct. 14, at http://www.microsoft.com/silverlight. Customers already using a previous version of Silverlight will be automatically upgraded to Silverlight 2.

Is that true ? If so, tomorrow is going to be a big day

Also interesting to see on the press release that the plug-in is already available in 1 out of 4 machines worlwide. That’s a huge markeshare improvement.

“We launched Silverlight just over a year ago, and already one in four consumers worldwide has access to a computer with Silverlight already installed…” 

I guess the realization of the RIA era is becoming more real…

Press Release

http://www.microsoft.com/presspass/press/2008/oct08/10-13Silverlight2PR.mspx

Thoughts on the application of Siverlight and its direction…

July 14, 2008 by anogueira

(This is an answer I’ve provided on a question that was posted on LinkedIn. I’m cross posting it here. For the original question go to http://www.linkedin.com/answers/technology/enterprise-software/TCH_ENT/267314-5439992?searchIdx=0&sik=1216041096360&goback=%2Easr_1_1216041096360)

The question was related to the the application of Siverlight and its direction. I’ve decided to answer this since I’ve already talked about previously in my blog (Silverlight (and RIA) is not a fad !)

This was my answer….

In my opinion, web RIAs (the concept is broad and involves mobile and desktop spaces too) will be the dominant technology in the near future. I see a lot of buzz around these technologies and how they compare to each other. I hear things like, Silverlight is better than Flex, or Flex is better than Silverlight. Same old story when new technologies show up. Ten years ago it was between .NET and Java. Again I don’t think there is or there will be a winner. They will both co-exist, like .NET and Java do today. It depends on each specific case. I think there will be a consolidation on the market and only the strongest will survive (there are other players too, like JavaFX and OpenLazlo), but in this case Silverlight and Flex will be the strongest ones.

But aside from this, I think the most important thing is the RIA concept itself and how it fits concerning other new concepts such as SAAS (Software As A Service), SOA (Service Oriented Architecture), and Cloud Computing. These technologies will enable these other concepts to actually materialize. Most talk I see around Silverlight is concerning its capabilities concerning Rich Media (Video and Audio) and UI.
Something that I don’t see people talking about is where the business value is. Every technology that prevails need to have a good business value and ROI behind it. I guess that’s because most people still don’t really understand how the technology works behind the scenes. In my opinion the greatest value of these type of technologies is related to a shift from a Server Centric processing model to a Client Centric one (see Silverlight (and RIA) is not a fad !). This new paradigm will allow companies to leverage their internal resources, bringing the cost down. No need to be a business expert to know that a company that can do more with less will have a great competitive advantage and the chances to survive in the game are a lot higher.

Another great opportunity is on the Enterprise 2.0 market. This technology integrated with other hot technologies will allow the Enterprise 2.0 concept to flourish inside the corporate world. A great example is the integration of Silverlight with SharePoint. Our company is one of the pioneers in this arena and there’s great potential in this market. I’ve did a couple of presentations about this integration (see Share Point And Silverlight integration slideshare).

All in all, I’d say just think about it on another angle, not only as a simple UI technology. It’s a whole lot more than that and in my opinion the potential it has will change the whole IT industry.

cheers,

AN.

Slideshare Presentation

July 14, 2008 by anogueira

I’ve just posted one of my presentations on Slideshare (great site and great concept by the way, tons of presentations available on several subjects).

http://www.slideshare.net/andynogueira/share-point-summit-2008-andy-nogueira-share-point-and-silverlight

I’m also glad because I’ve got a message this morning saying the Editorial team on the site selected it to be on the featured page.

http://www.slideshare.net/featured

enjoy

AN.

SilverPart Beta 2.0 released on Codeplex - Expose Silverlight content in SharePoint - Supports Silverlight 2 Beta 2

July 7, 2008 by anogueira

SilverPart

RIA

Just released a new version of the SilverPart webpart on CodePlex. This new release supports Silverlight 2 Beta 2.

Features:

  • Ability to expose Silverlight Applications 1.0 or Silverlight 2 Beta 2 Applications in SharePoint 2007 or WSS 3.0 websites
  • Support for Silverlight 2 applications (.xap files)
  • Enhanced Web Part Editor to expose only relevant properties when a plug-in version is selected
  • Ability to specify multiple JavaScript code-behind files (Silverlight 1.0)
  • No need to make changes to the SharePoint web.config file (e.g. configure Ajax Extensions)
  • No need to have ASP.NET 3.5 Extensions installed (it doesn’t use the ASP.NET Silverlight Control to instantiate the plugin)
  • Ability to configure the image and URL to download Silverlight in case the plugin is not installed
  • Go to Codeplex to get the files:

    http://www.codeplex.com/silverpart

    enjoy,

    AN