Feb 19 2012

VS 2011 VM preview on-line

Category: .Net | Visual studioLorfra @ 04:28

Brian Keller presents in his blog how to download, install and use a virtual machine with VS 11 developer preview.

You can find all materials and info at http://blogs.msdn.com/b/briankel/archive/2011/09/16/visual-studio-11-application-lifecycle-management-virtual-machine-and-hands-on-labs-demo-scripts.aspx

Tags:

Feb 19 2012

Community days 2012

Category: .Net | Silverlight | Sql server | Test | Visual studio | WpfLorfra @ 04:21

First session of cdays2012 in Microsoft Italy... spectacular! (information and material on http://www.communitydays.it/)

And now waiting for Bari, 8/9 May 2012!

Tags:

Oct 25 2010

WPF Ribbon for VS 2010

Category: .Net | Visual studio | WpfLorfra @ 20:41

Hi, today we mark a new extension for VS 2010: Microsoft Ribbon for WPF October 2010.

You can find files and examples here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2bfc3187-74aa-4154-a670-76ef8bc2a0b4

Tags:

Oct 7 2010

Silverlight OS

Category: SilverlightLorfra @ 02:13

I point out to you a place to find a Silverlight web os, http://www.silveos.com/.
The site is very similar to a Windows desktop, with many applications such as a media player, games, a text editor, browser and other delicacies (like the file manager, control panel, etc. ...).
You can log on after registrate or you can simply use the Guest account.
In my view there are still many bugs, but for speed and innovation, I consider it a major step forward in the use of Silverlight technology.

Tags:

Oct 7 2010

Dll lock issue in Visual Studio when running a project

Category: .Net | Visual studioLorfra @ 02:05


Yesterday I build a project successfully.

when I started the application I got a strange message from Visual Studio:

Could not load the assembly ... dll. This assembly may have been downloaded from the Web.  If an assembly has been downloaded from the Web, it is flagged by Windows as being a Web file, even if it resides on the local computer. This may prevent it from being used in your project. You can change this designation by changing the file properties. Only unblock assemblies that you trust. See http://go.microsoft.com/fwlink/?LinkId=179545 for more information.

For those who are lazy, I point out here the steps:

- Find the file .dll reported;
- Right-click on the property;
- Click "Unblock" the bottom of the "General" tab.

Now the application will start correctly.

Tags: ,

Oct 3 2010

Sound Page

Category: Blog | My lifeLorfra @ 21:50

Hi, I added a music section here.

 

Tags:

Sep 8 2010

Photography

Category: Blog | My lifeLorfra @ 01:10

L'uomo è l'immagine dei suoi pensieri.

It's a beautiful phrase of Gandhi (I write it in italian). It says that in a world where is only the hustle and the technology - in this world - there is still space for man.

Man is emotion. Man is thought. man is image. If you want to see my images, click here

Tags:

Sep 6 2010

VS problem after installing MS Office 2010

Category: Visual studioLorfra @ 17:58

Hi, yesterday I installed Office 2010 (cute, but to be explored in depth). After I opened a web project visual studio 2008 but I discover that designer did not work (and if I click on "designer" or "split" VS hangs).

The solution is the follow:

It 'should run again the setup of the Visual Studio Web Authoring Component, and choose to repair the installazine.

The setup is launched with administrative privileges (right click on and then runs as Administrator) and is located in:

Windows 64bit:  C: \ Program Files (x86) \ Common Files \ Microsoft Shared \ OFFICE12 \ Office Setup Controller \ setup.exe

and for Windows 32bit: C: \ Program Files \ Common Files \ Microsoft Shared \ OFFICE12 \ Office Setup Controller \ setup.exe


(Who wants to read the article about it can be found at: http://www.alessandromiele.it/Articoli--ReadArticle_Visual_Studio_2008_si_blocca_dopo_aver_installato_Office_2010_visualizzando_pagine_ASP_Net.aspx#Main_Content)

Tags: ,

Jun 3 2010

How render subreports in local report

Category: .Net | Reporting services | WpfLorfra @ 20:22

Many developers cannot use subreport in local reports, because they fail to pass the parameters in the subreport.
I solve this problem using events for this.

In the Code page there is a wpf example that handles the rendering of a subreport; I also upload a very common database (Northwind).

Bye,

Francesco

Tags: , ,

May 22 2010

New testing features for Visual Studio 2010

Category: Wpf | Visual studioLorfra @ 00:56

This morning I explored some new features of Visual Studio 2010 and I found "Microsoft Test Manager 2010". This new feature looks very interesting... at regard I point out a brief overview http://msdn.microsoft.com/en-us/library/bb385901.aspx.

Only two weaknesses I found are the dependency of the project to be tested from TFS and the fact that MTM only supports TFS 2010 (not 2008).

For anyone interested in MTM I mark this webcast: http://msdn.microsoft.com/en-us/fsharp/ff685653.aspx and http://www.microsoft.com/italy/beit/Msdn.aspx?video=45e5c22d-ddda-4eac-b843-861f7764c49a.

Tags: ,