RSS
 

Posts Tagged ‘Visual Studio’

Unavailable Visual Studio Intellisense in C++ projetcs

10 nov

Sometimes, in C++ projects, Visual Studio IntelliSense stops working with apparently no reasons. There are many official and non official guides on how to troubleshoot it and they almost always say that, given some conditions are respected, if IntelliSense doesn’t work, it is suggested to delete its database to let Visual Studio rebuilds it. To be able to do it, it is necessary to close the current solution, otherwise windows wouldn’t allow the access to the .ncb file.

However this procedure apparently doesn’t work for me. Read the rest of this entry »

 
No Comments

Posted in geek

 

l’installazione di Visual Studio

16 set

Per installare Visual Studio 2008 su Vista c’è voluto poco più di un ora. In assoluto è un tempo lungo ma rispetto al 2005 – che come dice Edo richiede patch, service pack e palle varie – è molto poco.

Mi butto gioioso nello sviluppo :-)

 
No Comments

Posted in geek

 

stupido visual studio!

08 feb

Visual Studio mi fa arrabbiare perché è infido. Dopo aver passato quattro giorni a installarlo e disinstallarlo e reinstallarlo, cercando di scoprire l’ordine corretto con cui installare i vari service pack che servono, pensavo di aver risolto il problema. Invece, a distanza di qualche tempo, ecco che ricomincia a piantarsi nel bel mezzo del debug, proponendomi di reinstallarlo per risolvere il problema (una dll mancante, dice).

Che palle :(

 
No Comments

Posted in geek, me