Zobrazujú sa príspevky s označením Visual studio. Zobraziť všetky príspevky
Zobrazujú sa príspevky s označením Visual studio. Zobraziť všetky príspevky

nedeľa 20. októbra 2013

Missing Toolbox in visual studio 2012

After successful installation of the Visual studio 2012 on a new computer I could't  find ToolBox. 

In Visual Studio 2010 and older versions it was simple View->ToolBox


In Visul Studio 2012 I got this:
So, where is ToolBox in the menu? I don't know..., but old keyboard shortcut is still working :  CTR + ALT + X



streda 14. novembra 2012

Unable to access the IIS metabase

When you change web hosting enviroment in Visual Studio 2012 from build-in IIS Express to locally installed IIS 8, this error message may occur.


Simple solution: Run Visual Studio "As Administrator", even you are local Administrator.

pondelok 6. februára 2012

Favorite source code files in Visual Studio

Today I was looking for something like Bookmarks in Firefox or Favorites in IE, but right in the Visual Studio. I found, that it is not native function, but....

Visual Studio Extension called Favorite Documents is exactly, what i was looking for.

Enjoy:

Favorite Documents

Have a nice day!

C# Code to HTML Converter

I used it in my last post.

It's Visual Studio 2010 Extension called Copy as HTMl.

Very simple to use - CTRL - C CTRL - V

Copy as HTML

pondelok 9. januára 2012

Share files between projects in solution VS

Sometimes you need to share e.g. config files between projects in one solution.
It's very simple:
- Click Add Existing Item and choose "Add as Link"

And don't worry, it is using relative paths.

piatok 30. decembra 2011

Chyba: Contract.Requires must use the rewriter

Ak aj Vy pokúšatie šťastie s novou funkcionalitou v C#4 - Code Contracts, tak ste sa asi pri prvom použití  stretli s chybou Contract.Requires<TException> must use the rewriter .

Chybu v kóde  nemáte, problém je v konfigurácii kompilátora.
Takže postup:

1. Doinštalovať extension do Visual Studia cez
http://msdn.microsoft.com/en-us/devlabs/dd491992.aspx
Vyberte si verziu, podľa Vášho Visual Studia.

2. Nastaviť vlastnosť projektu -> záložka "Code Contracts", ktorá pribudla vďaka kroku 1 -> "Perform Runtime Contract Checking".