How to fix missing DX9 software rasterizer RGB9RAST: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
[[Category:Software development]]
[[Category:Software development]]
==Symptoms==
==Symptoms==
Crash trying to call:<br>
'''System.Windows.Media.Imaging.Render(...)'''


==Fix==
==Fix==

Revision as of 10:22, 31 December 2012

Symptoms

Crash trying to call:
System.Windows.Media.Imaging.Render(...)

Fix

In Windows SDK 6.0.A (Included in Visual Studio 2008) there is two files:
C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFX35\dotNetFX30\RGB9RAST_x86.msi
and
C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\DotNetFX35\dotNetFX30\RGB9RAST_x64.msi

Copy these files (only RGB9RAST_x86.msi if it is an 32 bit windows) to the PC missing RGB9RAST_2.dll and install them, that will fix the problem.

I don't know if they are distributed with other versions of the Windows SDK, but links to other SDK's can be found here:

Here Corrections to some errors in the .NET Framework 3.0 deployment documentation is an explanation why you could end up missing rgb9rast_2.dll. <google>ENGELSK</google>

id=siteTree