createdbyx
07-12-2004, 03:28 PM
I seem to be having an error when I try to run my app that uses managed Direct3D. The error is as fallows...
File or assembly name 'Microsoft.DirectX.Direct3D, Version=1.0.1901.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35', or one of its dependencies, was not found.
... The Microsoft.DirectX.Direct3D assembly is compiled for the .net 1.1 framework (I believe). And I am using vb.net 2005 express beta1 with .net framework 2.0 beta.
So my question is when writing code for .net ver2.0 can your app reference and work with assemblies from previous versions of the .net framework??? I have tried specifying "Copy Local" for all the DX assemblies my app is referencing but I still keep getting the same file not found error.
Also if it turns out that you will not be able to reference assemblies from previous versions of the .net framework, I have to ask if anyone knows if .NET ver2.0 going to include updated managed DirectX assemblies when it ships!?!
File or assembly name 'Microsoft.DirectX.Direct3D, Version=1.0.1901.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35', or one of its dependencies, was not found.
... The Microsoft.DirectX.Direct3D assembly is compiled for the .net 1.1 framework (I believe). And I am using vb.net 2005 express beta1 with .net framework 2.0 beta.
So my question is when writing code for .net ver2.0 can your app reference and work with assemblies from previous versions of the .net framework??? I have tried specifying "Copy Local" for all the DX assemblies my app is referencing but I still keep getting the same file not found error.
Also if it turns out that you will not be able to reference assemblies from previous versions of the .net framework, I have to ask if anyone knows if .NET ver2.0 going to include updated managed DirectX assemblies when it ships!?!