<?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>XNA Framework Content Pipeline</title><link>http://forums.xna.com/forums/55.aspx</link><description>Get the most from your art assets in XNA Game Studio Express</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 0.0)</generator><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/158969.aspx</link><pubDate>Sat, 04 Apr 2009 17:44:32 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:158969</guid><dc:creator>Demian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/158969.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=158969</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com//Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;EvoFx Studio:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;
&lt;p&gt;tanks shawn i have been spending 2 dayes now and i coud get to work&lt;/p&gt;
&lt;p&gt;but when a just put in the class name of my processor &lt;/p&gt;
&lt;p&gt;SkyDome : &amp;nbsp;class name&lt;/p&gt;
&lt;p&gt;i just works&lt;/p&gt;
&lt;p&gt;do you have any ider how to referance by frendly name&lt;/p&gt;
&lt;span style="font-size:13px;"&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;"&gt;[&lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af;"&gt;ContentProcessor&lt;/span&gt;&lt;span style="font-size:13px;"&gt;(DisplayName = &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515;"&gt;&amp;quot;EvoFxSkydomeProcessor&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px;"&gt;)]&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-size:13px;"&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;tanks alot&lt;/p&gt;
&lt;p&gt;you are the best&lt;/p&gt;
&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;
&lt;br /&gt;
Hi EvoFx Studio,&lt;br /&gt;
could you specify how you got it to work?&lt;br /&gt;
I also have a custo processor that i need to use.&lt;br /&gt;
&amp;nbsp;I tried adding an absolute path to the dll to both static string[] pipelineAssemblies and in &amp;nbsp;public void Add(string filename, string name, string importer, string processor) as well as suing the project name of the processor to no avail.&lt;br /&gt;
&lt;br /&gt;
The processor in question is the one in the skinnedModelSample by the way.&lt;br /&gt;
&lt;br /&gt;
Any thoughts?&lt;br /&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/127610.aspx</link><pubDate>Mon, 12 Jan 2009 04:06:54 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:127610</guid><dc:creator>Roonda</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/127610.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=127610</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com//Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;Verminaard:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com//Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;rousseauhk:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Still, I&amp;#39;m surprised you dont get an error from the build system when you reference something that doesnt exist?&lt;br /&gt;
&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;
&lt;br /&gt;
Is it possible that the compiler is removing it at compile time? I&amp;#39;m not sure if it will include it if it is not used anywhere in your project.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;
&lt;br /&gt;
It&amp;#39;s also possible that MSBuild is giving another type of message for this. The ContentBuilder only reports error events via ErrorLogger and ignores all other types of events (eg warnings).</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/127572.aspx</link><pubDate>Mon, 12 Jan 2009 02:08:15 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:127572</guid><dc:creator>Verminaard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/127572.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=127572</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="http://forums.xna.com//Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;rousseauhk:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;Still, I&amp;#39;m surprised you dont get an error from the build system when you reference something that doesnt exist?&lt;br /&gt;
&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;
&lt;br /&gt;
Is it possible that the compiler is removing it at compile time? I&amp;#39;m not sure if it will include it if it is not used anywhere in your project.</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/125909.aspx</link><pubDate>Wed, 07 Jan 2009 04:44:09 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:125909</guid><dc:creator>rousseauhk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/125909.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=125909</wfw:commentRss><description>OK, I think its fixed now. I think this was just an error pointing to the wrong path for the DLL.&lt;br /&gt;
&lt;br /&gt;
Still, I&amp;#39;m surprised you dont get an error from the build system when you reference something that doesnt exist?&lt;br /&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/125904.aspx</link><pubDate>Wed, 07 Jan 2009 04:30:45 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:125904</guid><dc:creator>rousseauhk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/125904.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=125904</wfw:commentRss><description>Yes I tried that too:&lt;br /&gt;
&lt;br /&gt;
msBuildProject.AddNewItem(&lt;span style="color:blue;"&gt;&amp;quot;Reference&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;C:\\MyImporter\\bin\\x86\\Debug\\MyImporter.dll&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;);&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
and still reports cannot find importer.&lt;br /&gt;
&lt;br /&gt;
Strangely I also tried&lt;br /&gt;
msBuildProject.AddNewItem(&lt;span style="color:blue;"&gt;&amp;quot;Reference&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;C:\\Doesnt-exist\\Garbage.dll&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;);&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
and didnt get any errors. I would have expected something to say it couldnt find a DLL?&lt;br /&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/125681.aspx</link><pubDate>Tue, 06 Jan 2009 17:52:02 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:125681</guid><dc:creator>Shawn Hargreaves</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/125681.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=125681</wfw:commentRss><description>You don&amp;#39;t normally need the SpecificVersion and HintPath stuff: just setting the Reference is enough. You&amp;#39;re using a .NET strong assembly name here: have you tried just setting the reference to the absolute path to your DLL instead?&lt;br /&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/125543.aspx</link><pubDate>Tue, 06 Jan 2009 04:45:47 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:125543</guid><dc:creator>rousseauhk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/125543.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=125543</wfw:commentRss><description>I&amp;#39;m still struggling to get this to work with a custom model importer.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="overflow:auto;background-color:white;font-family:courier new;font-size:11px;"&gt;
&lt;table cellspacing="0" cellpadding="0" style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;"&gt;
    
    
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="font-size:11px;"&gt;&lt;/span&gt;&lt;span style="color:blue;"&gt;namespace&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;MyNamespace&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&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;MyImporter&amp;nbsp;:&amp;nbsp;ContentImporter&amp;lt;MeshContent&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color:green;"&gt;//...&lt;/span&gt;&lt;span style="font-size:11px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;}&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
    
&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
Looking at typical Content xml I see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Reference Include=&amp;quot;MyImporter, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SpecificVersion&amp;gt;False&amp;lt;/SpecificVersion&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HintPath&amp;gt;..\..\..\..\..\bin\x86\Debug\MyImporter.dll&amp;lt;/HintPath&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Reference&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So I&amp;#39;m assuming I would need to do something like:&lt;br /&gt;
&lt;div style="overflow:auto;background-color:white;font-family:courier new;font-size:11px;"&gt;
&lt;table cellspacing="0" cellpadding="0" style="border-width:0px;margin:2px 0px;width:99%;border-collapse:collapse;"&gt;
    
    
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="font-size:11px;"&gt;BuildItem&amp;nbsp;item&amp;nbsp;=&amp;nbsp;msBuildProject.AddNewItem(&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;Reference&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;MyImporter,&amp;nbsp;Version=1.0.0.0,&amp;nbsp;Culture=neutral,&amp;nbsp;processorArchitecture=x86&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;);&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;item.SetMetadata(&lt;span style="color:blue;"&gt;&amp;quot;SpecificVersion&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;false&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;);&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;item.SetMetadata(&lt;span style="color:blue;"&gt;&amp;quot;HintPath&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color:blue;"&gt;&amp;quot;C:\\MyImporter\\bin\\x86\\Debug\\MyImporter.dll&amp;quot;&lt;/span&gt;&lt;span style="font-size:11px;"&gt;); &lt;br /&gt;
            &lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
        &lt;/tr&gt;
    
&lt;/table&gt;
&lt;/div&gt;
&lt;br /&gt;
But I still get the error: Cannot find importer &amp;#39;MyImporter&amp;#39;.&lt;br /&gt;
&lt;br /&gt;
Actually the only way i&amp;#39;ve got it to even pick up my importer code is to do:&lt;br /&gt;
msBuildProject.AddNewImport(&amp;quot;C:\\MyImporter\\MyImporter.csproj&amp;quot;, null);&lt;br /&gt;
&lt;br /&gt;
But even then it doesn&amp;#39;t find all the source files and fails to compile.. Also this is for use at runtime, so I need to use the DLL.&lt;br /&gt;
&lt;br /&gt;
Any ideas? Am I missing something obvious here?&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
/Steve&lt;br /&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/53190.aspx</link><pubDate>Sun, 23 Mar 2008 05:04:49 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:53190</guid><dc:creator>EvoFx Studio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/53190.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=53190</wfw:commentRss><description>&lt;P&gt;tanks for the info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/53123.aspx</link><pubDate>Sat, 22 Mar 2008 18:44:57 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:53123</guid><dc:creator>Shawn Hargreaves</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/53123.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=53123</wfw:commentRss><description>The MSBuild project specifies processors by their class name. You cannot use the friendly name string here: that is just for UI display purposes inside Visual Studio, and has no meaning to the build system.</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/53092.aspx</link><pubDate>Sat, 22 Mar 2008 16:11:37 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:53092</guid><dc:creator>EvoFx Studio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/53092.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=53092</wfw:commentRss><description>&lt;P&gt;tanks shawn i have been spending 2 dayes now and i coud get to work&lt;/P&gt;
&lt;P&gt;but when a just put in the class name of my processor &lt;/P&gt;
&lt;P&gt;SkyDome : &amp;nbsp;class name&lt;/P&gt;
&lt;P&gt;i just works&lt;/P&gt;
&lt;P&gt;do you have any ider how to referance by frendly name&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;[&lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;ContentProcessor&lt;/FONT&gt;&lt;FONT size=2&gt;(DisplayName = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"EvoFxSkydomeProcessor"&lt;/FONT&gt;&lt;FONT size=2&gt;)]&lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tanks alot&lt;/P&gt;
&lt;P&gt;you are the best&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: winform series 2</title><link>http://forums.xna.com/forums/thread/53081.aspx</link><pubDate>Sat, 22 Mar 2008 15:29:54 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:53081</guid><dc:creator>Shawn Hargreaves</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/53081.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=53081</wfw:commentRss><description>&lt;P&gt;Processors are referred to in the MSBuild project by class name, not the friendly UI name.&lt;/P&gt;
&lt;P&gt;To see how your project should be set up, just create a content project that does what you want using the VS UI, then examine the resulting XML to see what needs to go into your programmatically generated project.&lt;/P&gt;
&lt;P&gt;btw. you probably don't want to strong-name or GAC your processor assembly in this scenario. That only really makes sense if you are distributing code for other people to install. It's much easier to iterate on local projects if you keep them out of the GAC, and just provide an absolute path pointing to your assembly DLL (again, look at how VS sets this up when you reference a custom processor assembly).&lt;/P&gt;</description></item><item><title>winform series 2</title><link>http://forums.xna.com/forums/thread/52868.aspx</link><pubDate>Fri, 21 Mar 2008 09:55:09 GMT</pubDate><guid isPermaLink="false">4aa5dbf6-357b-46b2-b5b2-1b660a6dc370:52868</guid><dc:creator>EvoFx Studio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.xna.com/forums/thread/52868.aspx</comments><wfw:commentRss>http://forums.xna.com/forums/commentrss.aspx?SectionID=55&amp;PostID=52868</wfw:commentRss><description>&lt;P&gt;i have my content processor it has strongname and it is put on the gac&lt;/P&gt;
&lt;P&gt;i can referance normal and build all my mesh &lt;/P&gt;
&lt;P&gt;but when i use the winform series 2 sample and add my content processor&lt;/P&gt;
&lt;P&gt;a little code&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;const&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; xnaVersion = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;", Version=2.0.0.0, PublicKeyToken=6d5c3888ef60e27d"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;const&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; Version = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;", Version=1.0.0.0, PublicKeyToken=3fa99cd4ef88043a"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;static&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt;[] pipelineAssemblies =&lt;/P&gt;
&lt;P&gt;{&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Microsoft.Xna.Framework.Content.Pipeline.FBXImporter"&lt;/FONT&gt;&lt;FONT size=2&gt; + xnaVersion,&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Microsoft.Xna.Framework.Content.Pipeline.XImporter"&lt;/FONT&gt;&lt;FONT size=2&gt; + xnaVersion,&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Microsoft.Xna.Framework.Content.Pipeline.TextureImporter"&lt;/FONT&gt;&lt;FONT size=2&gt; + xnaVersion,&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Microsoft.Xna.Framework.Content.Pipeline.EffectImporter"&lt;/FONT&gt;&lt;FONT size=2&gt; + xnaVersion,&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"EvoFx.SkyObject.Content.Pipeline"&lt;/FONT&gt;&lt;FONT size=2&gt; + Version,&lt;/P&gt;
&lt;P&gt;};&lt;/P&gt;
&lt;P&gt;it get loadet ok and when it has to process the model&lt;/P&gt;
&lt;P&gt;i get this error&lt;/P&gt;
&lt;P&gt;cannot find content processor : EvoFx SkyDome Processor&lt;/P&gt;
&lt;P&gt;AND ANOTHER ?&lt;/P&gt;
&lt;P&gt;IN THE MAIN FORM&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;contentBuilder.Add(fileName, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"Model"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"ModelProcessor"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;and i have tryed this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;contentBuilder.Add(fileName, &lt;FONT color=#a31515 size=2&gt;"Model"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#000000&gt; EvoFx SkyDome Processor&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a31515&gt;this doesent work&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a31515&gt;then i tryed this&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a31515&gt;&lt;FONT color=#000000&gt;contentBuilder.Add(fileName, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"&lt;FONT color=#800000&gt;Autodesk FBX - XNA Framework&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#000000&gt; EvoFx SkyDome Processor&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#a31515 size=2&gt;then i get the error &lt;/P&gt;&lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2&gt;cannot find content importer : &lt;FONT color=#800000&gt;Autodesk FBX - XNA Framework&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#800000&gt;then i reverse the xna fbx importer it says&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;
&lt;TABLE style="MARGIN-BOTTOM:0px;" cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD style="PADDING-RIGHT:5px;PADDING-LEFT:5px;PADDING-BOTTOM:4px;PADDING-TOP:4px;" colSpan=2&gt;&lt;PRE&gt;[&lt;A title=Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute.ContentImporterAttribute(string); href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Xna.Framework.Content.Pipeline:2.0.0.0:6d5c3888ef60e27d/Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute/.ctor(String)"&gt;ContentImporter&lt;/A&gt;(&lt;FONT color=#800000&gt;".fbx"&lt;/FONT&gt;, &lt;/PRE&gt;&lt;PRE&gt;&lt;A title="bool Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute.CacheImportedData { ... }" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Xna.Framework.Content.Pipeline:2.0.0.0:6d5c3888ef60e27d/Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute/property:CacheImportedData:Boolean"&gt;CacheImportedData&lt;/A&gt;=&lt;FONT color=#800000&gt;true&lt;/FONT&gt;, &lt;/PRE&gt;&lt;PRE&gt;&lt;A title="string Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute.DisplayName { ... }" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Xna.Framework.Content.Pipeline:2.0.0.0:6d5c3888ef60e27d/Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute/property:DisplayName:String"&gt;DisplayName&lt;/A&gt;=&lt;FONT color=#800000&gt;"Autodesk FBX - XNA Framework"&lt;/FONT&gt;, &lt;/PRE&gt;&lt;PRE&gt;&lt;A title="string Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute.DefaultProcessor { ... }" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Microsoft.Xna.Framework.Content.Pipeline:2.0.0.0:6d5c3888ef60e27d/Microsoft.Xna.Framework.Content.Pipeline.ContentImporterAttribute/property:DefaultProcessor:String"&gt;DefaultProcessor&lt;/A&gt;=&lt;FONT color=#800000&gt;"ModelProcessor"&lt;/FONT&gt;)]&lt;/PRE&gt;&lt;PRE&gt;is that why you referance to the &lt;FONT color=#800000&gt;ModelProcessor insted of the name Autodesk FBX - XNA Framework&lt;/FONT&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;FONT color=#800000&gt;why can you not set &lt;/FONT&gt;
&lt;/PRE&gt;&lt;PRE&gt; &lt;P&gt;contentBuilder.Add(fileName, &lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#800000 size=3&gt;"Autodesk FBX - XNA Framework&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;, "your name content processor"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;this will not work&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;contentBuilder.Add(fileName, &lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#800000 size=3&gt;"Autodesk FBX - XNA Framework&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT size=2&gt;, &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;, "&lt;FONT color=#800000&gt;ModelProcessor&lt;/FONT&gt;"&lt;/FONT&gt;&lt;FONT size=2&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;this will not work ider&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why &lt;/P&gt;&lt;P&gt;&lt;FONT color=#800000&gt;the only thing i whant is to add a custrom processor&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#800000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#800000&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item></channel></rss>