Tag Archives: Microsoft Visual Studio

Copy/Paste bug in VS 2010

The copy/paste bug from Visual Studio 2010 is fixed now: https://connect.microsoft.com/VisualStudio/feedback/details/553061/vs2010-copy-paste-functions-are-not-working-as-expected?wa=wsignin1.0 Since Dec, 7th the SP1 Beta is availalbe, which fixes the bug. You can download the SP1 Beta from here: http://go.microsoft.com/fwlink/?LinkId=207130

Visual Studio 2010: Deploying Content Types and Site Columns

When deploying a SharePoint 2010 solution, sometimes the automatic deployment with Visual Studio 2010 works and sometimes the following error message occurs: “Error occurred in deployment step Activate Features” The content type with Id ‘xx’ defined in feature ‘yy’ was found in the current site collection or in a subsite. I would expect, that the [...]

Eindrücke von der “Tech-Ed North America” und “BI Conference 2010″

Die Hagenberg Software nimmt heuer an der “Tech-Ed North America” in New Orleans teil um sich aus erster Hand bei der BI Conference 2010 über die neuesten Trends zum Thema Business Intelligence zu informieren. Michael Zambiasi hält uns dabei über Yammer am laufenden – die wichtigsten “Posts” würden wir gerne mit den LeserInnen unseres Blogs teilen: [...]

Tabelle in Oracle unlocken bzw. Session löschen

Vorallem beim Debuggen mit Visual Studio kann es manchmal zu Locks auf der DB kommen. Um einen Lock einer Oracle DB aufzuheben muss man die dazugehörige Session killen, was mit folgenden SQL-Kommandos möglich ist: Das erste SQL selektiert alle Benutzer bzw. Sessions die aktiv sind. Mit dem zweiten SQL kann man die Session killen. Als Parameter gibt [...]