Category Archives: Troubeleshoot

Error Occured while saving attendance to database Hanvon FACEID Manager

Today our HR department got this error when they started polling Attendance in Hanvon FaceID Manager Error Occurred while saving attendance to database Hanvon FACEID Manager To find out why really the Hanvon is spitting out this error and not … Continue reading

Posted in Troubeleshoot | Tagged , , , | Leave a comment

IMPORTANT UPDATE! You should update your Media Player Immediately

If your browser (esp Firefox) randomly redirects to some strange url and display this message “IMPORTANT UPDATE! You should update your Media Player Immediately”, it is likely either the website your accessing is not safe or you have a virus … Continue reading

Posted in Troubeleshoot | Tagged , , , | Leave a comment

How to pass parameters in Stimulsoft MRT Report

1. First declare your parameters in the datasource, parameter section. 2. Then simply pass it in the format exec fetch_student_date @rollno, @class

Posted in Stimulsoft Tutorials | Tagged , , | Leave a comment

Stimulsoft Report Multiple Queries with different Parameters

Lets say I have two queries in my stimulsoft (.mrt) report. Query1 (takes three parameters ID,name,rollno) Query2(takes one parameter ID) In Stimulsoft Report for this to work correct, Query1 which takes 3 arguments must come first than Query2, for the … Continue reading

Posted in Stimulsoft Tutorials | Tagged | 1 Comment

It is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level

Scott Michell wrote an excellent article about the above error explaining exactly why are you getting this error. Basically you are opening the parent folder of a project in Visual Studio and you get this error. Since web.config in this … Continue reading

Posted in Troubeleshoot, Weird ASP.NET Errors | Tagged , , , | Leave a comment

MySQL Database not staring on Mac (XAMPP)

When you start manager-osx and start all services (Apache, MySQL, ProFTPD), you might notice MySQL database fails to start. Here is how to fix it on Mac Go to spotlight in the top right corner, bring up Activity Monitor by … Continue reading

Posted in Troubeleshoot | Leave a comment

directory is already under version control SmartSVN

I was getting this error while adding my project in SmartSVN and I had no clue whatsoever *directory* is already under version control SmartSVN The reason I was getting this error was because I had select the root folder and the … Continue reading

Posted in Software Development, Troubeleshoot | Tagged , | Leave a comment

javascript changes does not take effect in asp.net

I have this problem where I changed javascript and when I looked at the generated code, the change would not appear! Where is the problem? 1. Empty cache and then refresh page should fix the problem. Or simply hit Ctrl+ … Continue reading

Posted in Troubeleshoot | Tagged , | Leave a comment

Error loading player: Offline playback not supported : JWPlayer

Funny I did not get this error on my local html file with jw player, but when I copied it to another server, I got this error. I copied the whole directory so there wasn’t anything missing. I coped that … Continue reading

Posted in Software Development, Troubeleshoot | Leave a comment

specified cast is not valid linq

The error specified cast is not valid linq can come from the fact the column types do not match between the class and the name attribute of that class. Example : NorthWnd Database The territories table in NorthWnd database has … Continue reading

Posted in Troubeleshoot | Leave a comment