<?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: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/197495.aspx</link><pubDate>Wed, 08 Jul 2009 05:08:52 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:197495</guid><dc:creator>mpipe</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/197495.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=197495</wfw:commentRss><description>thank you for posting this thread</description></item><item><title>Re: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/197494.aspx</link><pubDate>Wed, 08 Jul 2009 05:00:41 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:197494</guid><dc:creator>mx270a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/197494.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=197494</wfw:commentRss><description>Resolved. Read here for more details: &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/5a961d14-3334-41e4-8e4e-3c8b5c685006"&gt;http://social.msdn.microsoft.com/Forums/en-US/Vsexpressvb/thread/5a961d14-3334-41e4-8e4e-3c8b5c685006&lt;/a&gt;&lt;br /&gt;</description></item><item><title>Re: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/193698.aspx</link><pubDate>Fri, 26 Jun 2009 15:36:01 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:193698</guid><dc:creator>mx270a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/193698.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=193698</wfw:commentRss><description>The video card is a Nvidia GeForce 8800 GT&lt;br /&gt;</description></item><item><title>Re: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/193369.aspx</link><pubDate>Thu, 25 Jun 2009 17:58:42 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:193369</guid><dc:creator>MajorSc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/193369.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=193369</wfw:commentRss><description>also, it would help if you provided more information about the graphics card in each of your machines...&lt;br /&gt;</description></item><item><title>Re: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/193355.aspx</link><pubDate>Thu, 25 Jun 2009 17:18:43 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:193355</guid><dc:creator>mx270a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/193355.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=193355</wfw:commentRss><description>I can create a new VB project, add the DirectX and Direct3D references, and put this code in the main form:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="border:1px solid #7f9db9;overflow:auto;background-color:white;font-family:courier new;font-size:11px;"&gt;
&lt;table cellspacing="0" cellpadding="0" style="border-width:0px;border-bottom:0px solid #eeeeee;margin:2px 0px;width:99%;border-collapse:collapse;background-color:#ffffff;"&gt;
    
    
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="background-color:#f7f7f7;"&gt;&lt;span style="color:blue;"&gt;Imports&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;Microsoft.DirectX&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="color:blue;"&gt;Imports&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;Microsoft.DirectX.Direct3D&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="background-color:#f7f7f7;"&gt;&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="color:blue;"&gt;Public&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;Class&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;Form1&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="background-color:#f7f7f7;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Dim&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;device&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;Direct3D.Device&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td style="background-color:#f7f7f7;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:blue;"&gt;Dim&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;MyTriangleStrip(3)&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;As&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;CustomVertex.PositionColored&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="color:blue;"&gt;End&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;Class&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
    
&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
MyTriangleStrip is the line that is causing the error in the original post.&lt;br /&gt;</description></item><item><title>Re: DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/191815.aspx</link><pubDate>Sat, 20 Jun 2009 17:20:30 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:191815</guid><dc:creator>Ralf Kornmann</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/191815.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=191815</wfw:commentRss><description>It might be helpful if you can tell what instruction throw this exception.&amp;nbsp; &lt;br /&gt;</description></item><item><title>DirectX problem in Windows 7 (program has stopped working)</title><link>http://forums.xna.com/forums/thread/191801.aspx</link><pubDate>Sat, 20 Jun 2009 16:31:38 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:191801</guid><dc:creator>mx270a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/191801.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=50&amp;PostID=191801</wfw:commentRss><description>I&amp;#39;m trying to run a VB2008 application that uses DirectX under Windows
7 RC (64 bit). This is an application I wrote on a Vista machine. When
I run the compiled application in Windows 7, I get the error message:&lt;br /&gt;
&lt;br /&gt;
myappname has stopped working&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
From within VB2008 Express Edition, I am able to build the solution,
but I cannot debug it. Trying to debug will throw the error:&lt;br /&gt;
&lt;br /&gt;
InvalidOperationException was unhandled.&lt;br /&gt;
An error occured creating the form. See Exception.InnerException for
details. The error is: is not a valid Win32 Application. (Exception
from HRESULT: 0x800700C1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This same project will debug, compile, and run fine under Windows XP or Vista (both test boxes are 32 bit).&lt;br /&gt;
A VB2008 project that does not require DirectX will run find under Windows 7.&lt;br /&gt;
The March 2009 DirectX SDK is installed on the Windows 7 machine, same as the XP and Vista machines.&lt;br /&gt;
&lt;br /&gt;
Any idea how to get DirectX applications to work under Windows 7?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Lance</description></item></channel></rss>