Windows 7. Can't load assembly...Solved

Go to Tools>Options... Click the "Projects and Solutions" item. Check the "Always show Solution" checkbox. In Sol...


Visual Studio 2010. BadImageFormatException? Resolved

This is an exception which occurs when we upgrade a project to a new version of VS Studio in win7 and later. To get rid of the problem follo...


Refresh datagridview after insert, update. Bug fixed.

Notice. There was a bug in this post about refreshing datagridview after insert, update. Now fixed.


Refreshing Datagridview after update, insert. Resolved

Attention. In this post there was a bug! Now fixed. All depends on Insert routine. In the "Note" table there's an autoincremen...


Remove empty rows in text files? Solved

A small code snippet may be very useful in many situations to remove empty rows in text files. Here is the code: First: in Form1 insert a l...


Can't install .net framework 3.5? Solved

Updated Many people can't install .net framework 3.5. And I was one of them. After many attempts I solved the issue. Then follow thes...


Vb.net shows error but application works? How to solve the problem

Sometimes the datagridview control show error but the application works normally. in fact in these cases is sufficient to close the error m...


How to manage a firebird database by fbembed.dll

Currently is not possible to manage firebird databases by fbembed.dll due to a bug in fbembed.dll . It's however possible to manage fi...


Using the MS ReportViewer control. Code. Displaying search results

Private Sub AnteRicercaToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RicercaTipoAnteToolStripM...


VC 2008. Api win32. Errors with winbase.h? Problem solved

Hello friends, this morning it happened a strange thing with all my win32 Api projects. Earlier they worked, but this morning the Visual C+...


Api win32. "Application has failed to start because the applicati..

Hello friends, sometimes I need light applications which, say, must start at windows startup. In these cases I recur to the win32 api . ...


Api win32. Problem solved with MSVCR90D.dll and MSVCR90.dll

Hello friends, sometimes I need light applications which, say, must start at windows startup. In thees cases I recur to the win32 apis . B...


Getting started with Express Reporting Services 2005

Downloading and installation To develope reports in Visual Studio Express the unique free tool is ReportBuider. Download it from here: htt...


using report parameters in SSRS 2005

In this post we'll use report parameters to center an image in a reportviewer control. In the report project create the file Picture.r...


IIS show error running ASP.net pages? Solved

Hello friends, I noticed my 5.1 IIS on windows xp not showing aspx pages. After some troubling, I found the cause of the issue: I needed un...