Mark Barto's Blog

Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...

Groove: Microsoft Office 2010 SP1 installs SharePoint workspace

groove


We are using Groove 2007 instead of the SharePoint Workspace but even you have deselected SharePoint Workspace in the installation of Office 2010 it will be installed automatically after you install Office 2010 SP1. Unfortunately I Did not install SP1 but it was pushed through the Update Service so suddenly I couldn't use Groove 2007 anymore.

Read More ...

Posted by mabarto on 27-04-2012 and Filed under: Groove
0 comments

Windows 8 CP, Visual Studio 11 Beta: The Application Data folder for Visual Studio could not be created

vs11
After first installing Visual Studio 11 Beta on my Windows 8 Consumer Preview I tried to start it but I encountered the following error:

The Application Data folder for Visual Studio could not be created

The program exited and I was left alone on my Desktop

So what was next .

 

Read More ...

Posted by mabarto on 25-04-2012 and Filed under: Visual Studio 11, Windows 8
0 comments

Various: Howto create temporary files of specific size

Sometimes you want to have a file with a specific size for testing purposes.

Easily you can do that with the following command:

fsutil file createnew c:\onegb.txt 1073741824 

This will create a file with the name onegb.txt with a size of 1GB.

Read More ...

Posted by mabarto on 03-10-2011 and Filed under: Various
4 comments

Framework: Mixed mode assembly is built against version 'v2.0.50727' of the runtime

aa496123_NET_logoenusMSDN_10

When we were upgraded our project to Framework 4 and compiled we were getting the following error:

Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

Read More ...

Posted by mabarto on 21-09-2011 and Filed under: .NET
7 comments

Microsoft Visual Studio 11 Developer Preview (ISO)

ff657791_DEV11_PLAT(en-us,MSDN_10)


Visual Studio 11 Developer Preview is an integrated development environment that seamlessly spans the entire life cycle of software creation, including architecture, user interface design, code creation, code insight and analysis, code deployment, testing and validation.

Read More ...

Posted by mabarto on 21-09-2011
3 comments