<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.xna.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>General</title><link>http://forums.xna.com/forums/50.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: Deployed app can't open initialize font!?</title><link>http://forums.xna.com/forums/thread/179514.aspx</link><pubDate>Mon, 18 May 2009 06:04:07 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:179514</guid><dc:creator>Brestfloda</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/179514.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=179514</wfw:commentRss><description>Ok, sry. But including it isn&amp;#39;t enough... It utilizes something not directly referenced...</description></item><item><title>Re: Deployed app can't open initialize font!?</title><link>http://forums.xna.com/forums/thread/179359.aspx</link><pubDate>Sun, 17 May 2009 21:44:07 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:179359</guid><dc:creator>jwatte</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/179359.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=179359</wfw:commentRss><description>This question is about Managed DirectX, which is no longer supported by Microsoft. If you want to include Managed DX with your application, you have to include the runtime in your installer; it&amp;#39;s not installed by default on users&amp;#39; machines.&lt;br /&gt;
Finally, this question should go in the DirectX forum, not the XNA forum.&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Deployed app can't open initialize font!?</title><link>http://forums.xna.com/forums/thread/179328.aspx</link><pubDate>Sun, 17 May 2009 21:03:54 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:179328</guid><dc:creator>Brestfloda</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/179328.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=179328</wfw:commentRss><description>Hi, this is driving me over the edge... I can&amp;#39;t find the fault in this code, i hope you can help me.&lt;br /&gt;
&lt;br /&gt;
This runs absolutely without error if i have the directx sdk installed, i&amp;#39;ve had it running on 3 machines with the sdk on it, but i want it to run on machines without the damned sdk. If there isn&amp;#39;t an sdk on the machine, then this line of code:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size:13px;"&gt;
&lt;p&gt;&lt;sub&gt;Microsoft.DirectX.Direct3D.&lt;/sub&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;&lt;sub&gt;Font&lt;/sub&gt;&lt;/span&gt;&lt;span style="font-size:13px;"&gt;&lt;sub&gt; d3dFont = &lt;span style="color:#0000ff;font-size:13px;"&gt;new&lt;/span&gt;&lt;span style="font-size:13px;"&gt; Microsoft.DirectX.Direct3D.&lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;Font&lt;/span&gt;&lt;span style="font-size:13px;"&gt;(renderDevice, 12, 0, &lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;FontWeight&lt;/span&gt;&lt;span style="font-size:13px;"&gt;.Normal, 0, &lt;/span&gt;&lt;span style="color:#0000ff;font-size:13px;"&gt;false&lt;/span&gt;&lt;span style="font-size:13px;"&gt;, &lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;CharacterSet&lt;/span&gt;&lt;span style="font-size:13px;"&gt;.Default, &lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;Precision&lt;/span&gt;&lt;span style="font-size:13px;"&gt;.Default, &lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;FontQuality&lt;/span&gt;&lt;span style="font-size:13px;"&gt;.Default, &lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;PitchAndFamily&lt;/span&gt;&lt;span style="font-size:13px;"&gt;.DefaultPitch, &lt;/span&gt;&lt;span style="color:#a31515;font-size:13px;"&gt;&amp;quot;Arial&amp;quot;&lt;/span&gt;&lt;/sub&gt;&lt;span style="font-size:13px;"&gt;&lt;sub&gt;);&lt;br /&gt;
&lt;/sub&gt;&lt;br /&gt;
Results in this hopeless error:&lt;br /&gt;
&lt;span style="font-size:13px;"&gt;&lt;br /&gt;
&lt;sub&gt;An unhandled exception of type &amp;#39;System.IO.FileNotFoundException&amp;#39; occurred in ParPhysDirectX.exe&lt;br /&gt;
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/sub&gt;I must be missing some kind of assembly, dll or whatever, i just don&amp;#39;t have any clue as to where to look.... Arial is installed on the machine where i&amp;#39;m trying to run the app. All machines involved are running windows xp with directx9.0c installed. I get the same error if i try and load it like this:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-size:13px;"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;System.Drawing.&lt;/sub&gt;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;sub&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;Font&lt;/span&gt;&lt;span style="font-size:13px;"&gt; winFont = &lt;/span&gt;&lt;span style="color:#0000ff;font-size:13px;"&gt;new&lt;/span&gt;&lt;span style="font-size:13px;"&gt; System.Drawing.&lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;Font&lt;/span&gt;&lt;span style="font-size:13px;"&gt;(&lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;FontFamily&lt;/span&gt;&lt;/sub&gt;&lt;sub&gt;&lt;span style="font-size:13px;"&gt;.GenericSansSerif, 14);&lt;br /&gt;
Microsoft.DirectX.Direct3D.&lt;span style="color:#2b91af;font-size:13px;"&gt;Font&lt;/span&gt;&lt;span style="font-size:13px;"&gt; &lt;/span&gt;d3dFont = &lt;/span&gt;&lt;span style="color:#0000ff;font-size:13px;"&gt;new&lt;/span&gt;&lt;span style="font-size:13px;"&gt; Microsoft.DirectX.Direct3D.&lt;/span&gt;&lt;span style="color:#2b91af;font-size:13px;"&gt;Font&lt;/span&gt;&lt;span style="font-size:13px;"&gt;(renderDevice, winFont);
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>