This wiki page help you troubleshooting issues related to the client.
To check that .NET framework 3.5 SP1 is correctly installed on your machine yous should:
- Download the .NET verifier from here: http://boghe.googlecode.com/svn/branches/2.0/boghe/boghe-thirdparties/win32/netfx_setupverifier_new.zip
- Unzip the file and run netfx_setupverifier.exe. From the dialog box (see below), select .NET Framework 3.5 SP1 and press on Verify Now.
.NET Framework Verifier |
To download .NET Framework 3.5 SP1: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en
- Download Dependency walker (http://www.dependencywalker.com/) and Install it
- Open Dependency walker
- Drag&Drop tinyWRAP.dll into Dependency Walker
- If the C++ runtime is missing then, Dependency walker will fail to find MSVCR90.DLL.
To download C++ Runtime for x86: http://www.microsoft.com/downloads/en/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en
On Windows Vista and 7 this is most likely caused by insufficient rights to create files in the current folder. As a workaround right click on BogheApp.exe and select Run as administrator.