Hi everybody , i use [managed] directx ( december2005 sdk) under .net 1.1 , in my pc when i run applications and there is no problem , but in another pc s ,users receive: Unhandled exception -> file not found etc ....
What can i do for this problem
Hi everybody , i use [managed] directx ( december2005 sdk) under .net 1.1 , in my pc when i run applications and there is no problem , but in another pc s ,users receive: Unhandled exception -> file not found etc ....
What can i do for this problem
Directx 9.0C Deployment Problem
inkisgod
If its getting that far then its likely trying to load a texture or something like that. (Though I expected file not found error)
For emptyproject you need to make sure you include the media folder and its contents.
you can use Filemon from http://www.sysinternals.com to find out of errors are caused by missing files and which file it is
jrimpo
wejaya
I installed the End-User Runtime and also the .NET framework 2.0 in one of my computer. Now I can run some window applications written in C# in that computer.
But when I try to test the Game Program (created from the EmptyProject in samplebrowser), there is a null reference problem (dxmutmisc line 778, 788: e.OnResetDevice and e.OnLostDevice)and I have no idea to solve it.
Which files should I include in the game folder in order to solve the null reference problem
Thank you very much.
raducu
Stuart Dunkeld
Remember installing just DirectX 9.0c is not sufficient you need to have the D3DX files and MDX. The web installer is the best one to use
http://www.microsoft.com/downloads/details.aspx FamilyID=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&DisplayLang=en
As the others said you need to make sure the .Net framework is there FIRST!!
1.1 http://www.microsoft.com/downloads/details.aspx familyid=262D25E3-F589-4842-8157-034D1E7CF3A3
2.0 http://www.microsoft.com/downloads/details.aspx familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5
N8WEI
Make sure you have the correct .NET framework installed. Be it .NET 1.1 or .NET2.0. Also make sure that you have the correct Direct3D managed runtimes installed.
I hope this helps.
Take care.