Fix for ASP.Net parser error message: Could not load type ‘xxxxx.Global’

In one of my recent projects I stumbled about one annoying behavior of ASP.Net Projects.

For some reasons I got the meaningful error message :

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'WebService.Global'.

Source Error:

Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="WebService.Global" Language="C#" %>

Source File: /global.asax    Line: 1

In my case I solved the problem in changing the build output path from  bin\x68\Debug to : bin

hope this helps anyone

have fun

Mario

WIN7_64 driver for Freescale ZStar3 ACC Sensor

A few years ago we bought some Freescale ZStar3 ACC sensor development packages for our student projects.

The development packages came with one sensor USB-dongle pair and a .net library to get the sensor data up to the PC.

We did quite a lot of projects with our students, until the day our IT-Devision decided to switch over to WIN7_64  🙂 ….. Kabuuududduullll,….

Unfortunately  the driver package for the ZStar3 USB interface is only made for WinXP.

But,…. 🙂

After some .inf file editing magic we (Letti (alias Joe) and Me) archived to alter the original driver information files to trick Windows to load and install the ZStar….. .sys

You can download the ZStar winx64 driver (for free) from here.

have fun  🙂

Mario