<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>PackageExplorer Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=PackageExplorer</link><description>PackageExplorer Forum Rss Description</description><item><title>New Post: Alternative: Open XML Package Editor Power Tool for VS 2010</title><link>http://packageexplorer.codeplex.com/discussions/281333</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;http://visualstudiogallery.msdn.microsoft.com/450a00e3-5a7d-4776-be2c-8aa8cec2a75b&lt;/p&gt;
&lt;/div&gt;</description><author>robertk</author><pubDate>Wed, 30 Nov 2011 17:07:59 GMT</pubDate><guid isPermaLink="false">New Post: Alternative: Open XML Package Editor Power Tool for VS 2010 20111130050759P</guid></item><item><title>New Post: Dead project?</title><link>http://packageexplorer.codeplex.com/discussions/264367</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;This project is really interesting, but it seems abandoned, isn't it?&lt;/p&gt;
&lt;p&gt;Anyone could suggest (free) alternatives?&lt;/p&gt;
&lt;/div&gt;</description><author>cobain81</author><pubDate>Fri, 08 Jul 2011 07:26:51 GMT</pubDate><guid isPermaLink="false">New Post: Dead project? 20110708072651A</guid></item><item><title>New Post: Version 3.0 RC1 -- Option to Format When Viewing XML</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=222961</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There is a &amp;lt;Format&amp;gt; button to format the XML (word-wrap), but I would like an option to have this action performed when viewing XML, so that I don't have to click this button all the time.&lt;/p&gt;&lt;/div&gt;</description><author>BobTLO</author><pubDate>Mon, 09 Aug 2010 17:39:50 GMT</pubDate><guid isPermaLink="false">New Post: Version 3.0 RC1 -- Option to Format When Viewing XML 20100809053950P</guid></item><item><title>New Post: Pfx password</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;-- For each project that uses the pfx file go into project properties and uncheck the &amp;quot;Sign Assembly&amp;quot; check box.&lt;br&gt;-- Replace all explicit public key references from the .addin files with PublicKey=null&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;/div&gt;</description><author>ssong_liu</author><pubDate>Wed, 18 Nov 2009 09:54:21 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20091118095421A</guid></item><item><title>New Post: Is RC1 broken?</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=58479</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Never mind. I have to double-click the entry in the list....&lt;/p&gt;&lt;/div&gt;</description><author>johnm121</author><pubDate>Fri, 05 Jun 2009 04:03:34 GMT</pubDate><guid isPermaLink="false">New Post: Is RC1 broken? 20090605040334A</guid></item><item><title>New Post: Is RC1 broken?</title><link>http://packageexplorer.codeplex.com/Thread/View.aspx?ThreadId=58479</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for this tool! I hope it will really help me understand working with these OOXML formats.&lt;/p&gt;
&lt;p&gt;I have an issue using it though. Whenever I click on an xml file in Document Explorer, the middle of the window (where the content would be) blinks and then remains the dark gray&amp;nbsp;blankness. Everything else seems to be working fine -- document explorer, properties, validation, etc.&lt;/p&gt;
&lt;p&gt;The zip I downloadedfrom here did not have any installer or ReadMe in it. Also the exe was blocked until I clicked File Properties / Unblock on it.&lt;/p&gt;
&lt;p&gt;Is there anything else I need to install to make this work?&lt;/p&gt;&lt;/div&gt;</description><author>JohnM121</author><pubDate>Thu, 04 Jun 2009 17:44:06 GMT</pubDate><guid isPermaLink="false">New Post: Is RC1 broken? 20090604054406P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;Yes, here is what I did.&lt;br&gt;
&lt;br&gt;
-- For each project that uses the pfx file go into project properties and uncheck the &amp;quot;Sign Assembly&amp;quot; check box.&lt;br&gt;
-- Replace all explicit public key references from the .addin files with PublicKey=null&lt;br&gt;
&lt;br&gt;
The xml element below shows how I changed one of the public key token elements for the DocumentInspector addin.&lt;br&gt;
&lt;span style="font-size:13px;color:#0000ff"&gt; &lt;br&gt;
&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;a:Assembly&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#ff0000"&gt;path&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;=&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;PackageExplorer.AddIns.DocumentInspector, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=null&lt;/span&gt;&lt;span style="font-size:13px"&gt;&amp;quot;&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt; /&amp;gt;&lt;br&gt;
&lt;/span&gt;&lt;br&gt;
Another thing to keep in mind is that this project uses addins heavily.  So the creator of the project has hacked up each project so that its build output directory just so happens to build all the addins into the bin directory of the shell application (projectexplorer.csproj).  &lt;br&gt;
&lt;br&gt;
The last thing that was very bizzare, is that the Core projet uses RC.exe in the prebuild events.  I had to change this path to...&lt;br&gt;
&amp;quot;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\RC.Exe&amp;quot; /r &amp;quot;$(ProjectDir)StartPage.rc&amp;quot;&lt;br&gt;
&lt;br&gt;
&lt;p&gt; Does this answer your question?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>DevilDog74</author><pubDate>Fri, 13 Feb 2009 15:58:20 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090213035820P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;DevilDog74, have you manged to get arround this issue? I'm in the same boat.
&lt;/div&gt;</description><author>Trader</author><pubDate>Thu, 12 Feb 2009 14:11:49 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090212021149P</guid></item><item><title>New Post: Pfx password</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=46107</link><description>&lt;div style="line-height: normal;"&gt;In the source code there is a pfx certificat file that is included in the source.  My solution will not compile without the password to this file.&lt;br&gt;
&lt;br&gt;
Should I simply replace the existing pfx file with my own?
&lt;/div&gt;</description><author>DevilDog74</author><pubDate>Tue, 03 Feb 2009 19:33:57 GMT</pubDate><guid isPermaLink="false">New Post: Pfx password 20090203073357P</guid></item><item><title>New Post: Xml Formating</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=24420</link><description>&lt;div style="line-height: normal;"&gt;Hi&amp;nbsp; Calin,&lt;br&gt;
&lt;br&gt;
If you're using XML Package Explorer RC1 (for V3.0) click on the [Format] button on the upper left to get the 'pretty' (formatted) XML.&amp;nbsp; In v2.3.0 this was automatic (and you could use more than one editor choice).&lt;br&gt;
&lt;br&gt;
Having the ability to set a Wordwrap at edge of screen or by fixed column number would also be a nice feature :)
&lt;/div&gt;</description><author>BobBuckland</author><pubDate>Thu, 21 Aug 2008 13:06:43 GMT</pubDate><guid isPermaLink="false">New Post: Xml Formating 20080821010643P</guid></item><item><title>New Post: Xml Formating</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=24420</link><description>&lt;div style="line-height: normal;"&gt;Visual Studio 2008 will format it for you.&lt;br&gt;
Try Ctrl +K, D &lt;br&gt;
or&lt;br&gt;
Edit - Format Document&lt;br&gt;
&lt;/div&gt;</description><author>MelodyAtSummit</author><pubDate>Mon, 16 Jun 2008 17:21:06 GMT</pubDate><guid isPermaLink="false">New Post: Xml Formating 20080616052106P</guid></item><item><title>NEW POST: Xml Formating</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=24420</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt; Hope I am not missing anything, but when I open up for example document.xml in a package a have only 1 line a long xml line, it will be nice to have this xml formated to show preatty, or at least have a option for the user to format it.&lt;br /&gt; &lt;br /&gt; Actualy I think I can add this myself in the code,&lt;br /&gt; &lt;br /&gt;Hope you agree with my suggestion,&lt;br /&gt;
&lt;/div&gt;</description><author>Calin</author><pubDate>Thu, 20 Mar 2008 16:17:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Xml Formating 20080320041712P</guid></item><item><title>NEW POST: VMware</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=22646</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt;I&amp;#180;m rather new with Package Explorer. Great tool - but it does not seem to work with VMware. Nothing happens when I click on PackageExplorer.exe.&lt;br /&gt; &lt;br /&gt;I have downloaded the latest version and it works outside VMware.&lt;br /&gt; &lt;br /&gt;// Ulf&lt;br /&gt;
&lt;/div&gt;</description><author>ulfnil</author><pubDate>Fri, 22 Feb 2008 10:16:41 GMT</pubDate><guid isPermaLink="false">NEW POST: VMware 20080222101641A</guid></item><item><title>NEW POST: Building in Mono - System.IO.Packaging</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=20034</link><description>&lt;div class="wikidoc"&gt;
Just for fun, I thought i'd see whether I could build Package Explorer under Mono.&lt;br /&gt; &lt;br /&gt;It does start to build, but the build fails.&lt;br /&gt; &lt;br /&gt;The main problem is that System.IO.Packaging is missing.  This is part of .NET 3.0.&lt;br /&gt; &lt;br /&gt;As far as I can tell, its not available for separate download :(&lt;br /&gt; &lt;br /&gt;Jason&lt;br /&gt;&lt;a href="http://dev.plutext.org" class="externalLink"&gt;http://dev.plutext.org&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>jharrop</author><pubDate>Mon, 07 Jan 2008 05:15:07 GMT</pubDate><guid isPermaLink="false">NEW POST: Building in Mono - System.IO.Packaging 20080107051507A</guid></item><item><title>NEW POST: How can I add a new worksheet part ?</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=17601</link><description>&lt;div class="wikidoc"&gt;
Ooopsiee! Getting it fixed!&lt;br /&gt;
&lt;/div&gt;</description><author>Wouterv</author><pubDate>Thu, 06 Dec 2007 12:42:31 GMT</pubDate><guid isPermaLink="false">NEW POST: How can I add a new worksheet part ? 20071206124231P</guid></item><item><title>NEW POST: Discuss new features</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=179</link><description>&lt;div class="wikidoc"&gt;
Hi Wouter!&lt;br /&gt;One thing that would really make my day much easier, is the ability to rename files in the customXML folder.&lt;br /&gt; &lt;br /&gt;The reason for this request is the lacking support for a Table Content Control.  I've yet only encountered one &amp;quot;best practise&amp;quot; on this; Microsoft's OpenXML Workshop using a bookmark to identify a table for merging.  Works fine for just one table, but when a document contains many bookmarks and many tables (some tables to be merged, others not) things become complicated.  My strategy for this is to use bookmarks as in the workshop.  If a table is found at the bookmark, check if the doument has a corresponding xml file in the customXML folder. (where name of bookmark equals name of the xml file). &lt;br /&gt;If anyone has other strategies or approaches to this problem, please share your thoughts.&lt;br /&gt; &lt;br /&gt;Thank you Wouter for your efforts.  Your sessions at TechEd Barcelona were truely excellent :-)&lt;br /&gt;
&lt;/div&gt;</description><author>Millmax</author><pubDate>Mon, 12 Nov 2007 12:49:09 GMT</pubDate><guid isPermaLink="false">NEW POST: Discuss new features 20071112124909P</guid></item><item><title>NEW POST: How can I add a new worksheet part ?</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=17601</link><description>&lt;div class="wikidoc"&gt;
Right click the node &amp;quot;workbook.xml&amp;quot;, click &amp;quot;add a new part ...&amp;quot;, select &amp;quot;Empty worksheet&amp;quot;, the default name was &amp;quot;/worksheets/sheet1.xml&amp;quot;, I change it to  &amp;quot;/worksheets/sheet2.xml&amp;quot; because sheet1 was exists, then I click OK, a  warning icon flashed :&amp;quot;Absolute paths are not allowed&amp;quot;, so I delete the first slash of name and click OK again, a ErrorDialog popup, it said:  &amp;quot;An unexpected error has occured. Part URI must start with a forward slash. &amp;quot;, I confused, these is the details:&lt;br /&gt; &lt;br /&gt;Part URI must start with a forward slash.&lt;br /&gt; &lt;br /&gt;   at System.IO.Packaging.PackUriHelper.ValidatePartUri(Uri partUri)&lt;br /&gt;   at System.IO.Packaging.Package.GetPartHelper(Uri partUri)&lt;br /&gt;   at System.IO.Packaging.Package.PartExists(Uri partUri)&lt;br /&gt;   at PackageExplorer.ObjectModel.Document.CreateUniquePartLocation(String path) in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\ObjectModel\Document.cs:line 603&lt;br /&gt;   at PackageExplorer.ObjectModel.Document.CreatePart(String path, String contentType) in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\ObjectModel\Document.cs:line 324&lt;br /&gt;   at PackageExplorer.TemplateModel.DocumentPartTemplate.Instantiate(String name, DocumentPartCollection container, Document document) in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\TemplateModel\DocumentPartTemplate.cs:line 65&lt;br /&gt;   at PackageExplorer.TemplateModel.DocumentPartTemplate.Instantiate(String name, Object tag) in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\TemplateModel\DocumentPartTemplate.cs:line 52&lt;br /&gt;   at PackageExplorer.UI.Dialogs.TemplateDialog.PackageExplorer.UI.Dialogs.IDialogContent.ApplyChanges() in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\UI\Dialogs\TemplateDialog.cs:line 44&lt;br /&gt;   at PackageExplorer.UI.Dialogs.DialogWindow.OkButton_Click(Object sender, EventArgs e) in C:\Documents and Settings\Wouter\My Documents\Visual Studio 2005\Projects\PackageExplorer\PackageExplorer\UI\Dialogs\DialogWindow.cs:line 168&lt;br /&gt;   at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;br /&gt;   at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;br /&gt;   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;br /&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br /&gt;   at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;br /&gt;   at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br /&gt;
&lt;/div&gt;</description><author>dotAge</author><pubDate>Fri, 09 Nov 2007 02:44:38 GMT</pubDate><guid isPermaLink="false">NEW POST: How can I add a new worksheet part ? 20071109024438A</guid></item><item><title>NEW POST: Discuss new features</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=179</link><description>&lt;div class="wikidoc"&gt;
I second the CTRL+F/find suggestion. There should be find, replace, and replace all within individual parts in a package.&lt;br /&gt;Also, a few checkboxes to narrow the scope would be nice, e.g. to search blue/brown/red/black text only.&lt;br /&gt;
&lt;/div&gt;</description><author>Faramond</author><pubDate>Sun, 10 Jun 2007 14:53:45 GMT</pubDate><guid isPermaLink="false">NEW POST: Discuss new features 20070610025345P</guid></item><item><title>NEW POST: Discuss new features</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=179</link><description>&lt;div class="wikidoc"&gt;
Also a full path in menubar to the opened xml document, so you can see what package the file belongs to.&lt;br /&gt; &lt;br /&gt;This would be nice since you often open alot of documents from different packages with the same name...&lt;br /&gt; &lt;br /&gt;AndersR&lt;br /&gt;
&lt;/div&gt;</description><author>AndersR</author><pubDate>Tue, 15 May 2007 13:47:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Discuss new features 20070515014717P</guid></item><item><title>NEW POST: Discuss new features</title><link>http://www.codeplex.com/PackageExplorer/Thread/View.aspx?ThreadId=179</link><description>&lt;div class="wikidoc"&gt;
CTRL+TAB to switch between open xml files&lt;br /&gt; &lt;br /&gt;CTRL+F to search&lt;br /&gt; &lt;br /&gt;Document Inspector should be open as default (or option to do so)&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;thx for a very nice util :-)&lt;br /&gt; &lt;br /&gt;AndersR&lt;br /&gt;
&lt;/div&gt;</description><author>AndersR</author><pubDate>Mon, 14 May 2007 19:30:22 GMT</pubDate><guid isPermaLink="false">NEW POST: Discuss new features 20070514073022P</guid></item></channel></rss>