Visual Studio doesn't compile? A remedy

Strangely enough, Visual Studio did not compile my own project. The locked folder was 'obj'. I looked for the cause in various way...


Blogger. How to exclude a category from homepage. Solved

First, make a backup copy of your template. Open your template. Locate: <b:if cond="data:mobile == "false""> ...


Can't create or connect to a firebird database? Solved

If you want to create a gdb database by EMS SQL Manager Lite for InterBase & Firebird you need the not obsolete firebird embed version w...


How to create a firebird DSN for windows 7. Solved

Follow the next procedure: close VWD if opened. First case. Client Server structure: First install a Firebird ODBC build from Firebirdsql....


How to get MS ReportViewer control in VS Express. Solved

For Windows 7 and later Visual studio 2013 Express and maybe also Visual studio 2012 supports ReportViewer control!   Download and...


Vb.net. Old applications give error in win7 and win vista? Solved

In this case application has to be rebuild. Proceed this way: In IDE>tools>options>Projects and solutions>check "Show alw...


Could not load type System.Runtime.CompilerServices. Solved

I was getting this exception. After searching in Vb.net guide and in google I found this solution: install net framework 4.5. This way I sol...