DirectX Redistribute Error
I write a program using C# and DirectX SDK( aprl 2005). Trying to make setup files using V.S.2003 .
Some error(Application has generated an exception that could not be handled) occured when using animation is in my program.
How to distribute a program which contains animation, AllocateHierarchy, Frame to other people's computer?
[339 byte] By [
Perlman] at [2007-12-16]
Sorry I might be missing something, but where is the error happining. Is it happening with the creating of the setup package, or is it on the clients end when the either install the application or run it.
Mykre
www.ircomm.net
Managed DirectX and Game Programming Resources
Sorry. The description of my problem confused you. I'm using VS.Net 2003 Chinese edition. And I had some problem in translation error message from Chinese to English.
While deploying my application to my client's computer which has no developing environment, I get the following error message: "File or assembly name Microsoft.DirectX.Direct3DX, or one of its dependencies, was not found".
However, there won't be any error while my application contained no animation information.
Is there any trick in deploying DirectX application with managed code into other computer? I found some suggestion in setting up DirectX environment with "DXSetup.exe /InstallManagedDX". What was that meant?
You might have to check the version of DX on the client, as the Microsoft.DirectX.Direct3dx assembly changed it's version. In most cases the Direct3dx changes with most of the releases.
June 2005 SDK, Version 1.0.2906.0
Aug 2005 SDK, Version 1.0.2907.0
One option is to roll out the Newer runtime, or in your code adjust the referances in the project have it point to the older version and try that.
Mykre
www.ircomm.net
Managed DirectX and Game Programming Resources
Thanks for your help.
I'm comfused with the version problem.
In development environment, the version of Microsft.DirectX.Direct3Dx.dll is 1.0.2906. But in dxdiag, the version becomes 9.06.0168.0000.
How can I know these version are identical? Is there any reference about these problem?
Ok, Should be 9.08.0299.000 that is the Aug 2005 Release. The version you listed above is about 2 releases behind.
Mykre
www.ircomm.netManaged DirectX and Game Programming Resources