VS : Explore Visual-Studio and create Winforms Project for the first time

Visual-Studio-IDE

If you want to create GUI desktop applications for Windows using .NET, you can choose between WPF and WinForms. This site focuses on Winforms, but whatever you choose, you need to be familiar with Visual Studio IDE  (integrated development environment). We will first create a new Winform project and then examine most important sections of Visual Studio Environment.

This article is for those who are new to Winform programming and Visual Studio.

Continue reading

DotNet : How to solve NUnit Error – Unable to find test in assembly

nunit-unit-testing-framework-gui-csharp

The other day I wanted to learn something new so I decided to try a little Unit Testing using Microsoft .NET. After looking at different Unit Testing Frameworks I chose to use NUnit Framework. I then tried an example found on the web and after the project was built, I loaded NUnit GUI and opened unit test assembly, but to my surprise, the NUnit GUI was giving me Error message. It was telling me that the Test load failed with detailed error: SystemApplicationException: Unable to find test in the assembly.

In the end I found three different ways to make NUnit work and each one will be shown in this article.

Continue reading

WordPress-qTranslate : How to make alt tag attribute of featured image change language

When you need Free plugin that would make your WordPress site multilingual, qTranslate is a way to go. It works great, but I encountered a problem recently when I wanted to have multiple languages in attributes of Featured Image previously known as Post Thumbnails. I tried to insert qTranslate language tags in Title, Description, Caption, and most importantly Alternative Text but unfortunately nothing got translated when the_post_thumbnail() was called.

In this article you will learn how to make those fields multilingual.

Continue reading

Blogger : How to change your Google+ profile as Author Name in comment section

In one of the previous articles, we discussed how to change your Author Name after you have connected your Blogger Profile with a Google+ profile. In that article we modified a blogger template in such a way that Google+ profile information in Author of the posts was replaced by our custom name and link. But there is another part of Blogger that will continue to use our G+ profile whether we like it or not and that is in the comment section.

Continue reading

WordPress : How to solve missing Admin Bar at the top of the page

Recently I was working on my WordPress site and after a while I noticed that the Admin Bar at the top of  the page was missing. The Admin panel was still accessible through /wp-admin/ URL and the Admin Bar was not broken inside the Dashboard.

In this post I will show you why this happens and how to bring that Bar back.

Continue reading

iTunes : How to fix error message that video file cannot be copied to iPod / iPad

I recently bought an iPod Classic and since this iPod has a large capacity, you can easily store movies on it. So I added a .MP4 video file to iTunes which was able to play the movie without a problem. So I decided to Sync the iPod but to my surprise an Error Message window showed up stating:

…was not copied to the iPod … because it cannot be played on this iPod

In this article you will learn how to solve this problem in two different ways.

Continue reading

VS : How to solve error – The project file could not be loaded. Could not find a part of the path

I recently rearranged the content of my working folder which is used to store all my coding related projects. But after doing that I had problem loading solution of my WinForm project in Visual Studio Express 2012 as I received an error telling me about a problem with a project file.

Exact error message in the Output window was:

error  : The project file could not be loaded. Could not find a part of the path…

You can also encounter this error without moving anything around. In this article you will be shown how to solve this problem for both cases.

Continue reading