Run program opengl in C# using framework Tao in 64

Hello,
I have a program opengl in C# using framework Tao,
when i run the code in the platform target to x86, i have not a problem,but when i run the code in the platform target to x32, it stops abruptly and says the following

“An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)”

Please advice what to do because i need to run my program in 64 bits

I recommend that you ask on the openTK forums. Tao itself is old. The team calls their project OpenTK.

Thanks for your reponse,
but i must work with the tao framework in opengl by c#,
can you help me in this direction?
please advice me

TAO is a dead project. Therefore, there are only two ways you’re going to fix this:

1: Stop using TAO and switch to a project that works.

2: Download TAO’s source code and start debugging it to fix the problems.

These are the only courses of action available to you.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.