Microsoft .NET Framework

Initial state : Microsoft .NET Framework 1.1

Launched example:

DirectStart: Starting the game.
Traceback (most recent call last):
File “F:\Programms\Panda3D\samples\Looking-and-Gripping\Tut-Looking-and-Gripping.py”, line 13, in
. . .
ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

After installation Microsoft .NET Framework 2.0
received error: Could not open window.

Uninstall all .NET Framework, reinstalled only .NET Framework 2.0 and … - examples was run.

May be useful.

Why does Microsoft .NET Framework effect panda3d at all!

Sounds like our old friend, the manifest files. If we’re not careful with the build, we may not have a fully-specified manifest, and installing the .NET framework appears to install the required manifest files.

I’m a little fuzzy on the precise details myself. I’d thought this was solved with 1.7.0.

David

So did I.

Perhaps the OP was referring to Panda3D version 1.6.2? He doesn’t specify a version, and our release notes for 1.7.0 do indeed recommend against using that version.

David