Skip to main content

Blog

"Could not load file or assembly Microsoft.ReportViewer.WebForms" Error

If you develop an application that uses ReportViewer for displyaing SSRS reports, it could happen that it works properlly on local machine but when you upload it to other computer it gives the error:

Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

The solution is to download and install proper version of the ReportViewer from Microsoft site.

Absolute Paths With Tar Command

In Unix and GNU/Linux systems, the name of the tar command is short for tape archiving, the storing of entire file systems onto magnetic tape, which is one use for the command.

However, a more common use for tar is to simply combine a few files into a single file, for easy storage and distribution.

phpMyAdmin Table Rename

Here are the step by step instructions for renaming a table in phpMyAdmin:

1) Log into cPanel

2) Click on the phpMyAdmin link at the bottom

3) In phpMyAdmin screen select the database that contains the table you want to modify. Tables in selected database will be listed.

4) Click the table you want to modify.

5) Click the Operations link at the top of the page

6) In the Table options, there is the field "Rename table to"

7) Enter new table name and click Go.

Android Development Environment Setup

This tutorial describes how to create Android applications with Eclipse. It is based on Eclipse 4.2 (Juno), Java 1.6 and Android 4.1 (Jelly Bean).

The great thing with Android programming is that all needed tools are free and you can use Linux, Windows or Mac operating systems.

We're going to install and configure the following software in order to start Android programming:

Notepad++ Sort Lines

Here are instructions how to sort lines in Notepad++.

1) Start Notepad++

2) Go to Plugins > Plugin Manager > Show Plugin Manager

3) List with available plugins will appear

4) Find and check "TextFx Characters"

5) Click Install

6) Select rows you want to sort

7) Navigate to TextFx > TextFx Tools

8) Check or uncheck "+Sort ascending"

9) Select "Sort lines case sensitive (at column)" or "Sort lines case insensitive (at column)"