<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NodeXL Work Item Rss Feed</title><link>http://www.codeplex.com/NodeXL/WorkItem/List.aspx</link><description>NodeXL Work Item Rss Description</description><item><title>Commented Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327]</title><link>http://nodexl.codeplex.com/workitem/24327</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I need to export a selected subgraph, but when I click &amp;#34;Export Selection to a New NodeXL WorkBook&amp;#34; unexpected problem occurred.&lt;br /&gt;Comments: ** Comment from web user: afonsocosta ** &lt;p&gt;Thanks! I changed my pc to english and the problem was solved.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;António&lt;/p&gt;</description><author>afonsocosta</author><pubDate>Tue, 21 May 2013 15:05:02 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327] 20130521030502P</guid></item><item><title>Commented Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327]</title><link>http://nodexl.codeplex.com/workitem/24327</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I need to export a selected subgraph, but when I click &amp;#34;Export Selection to a New NodeXL WorkBook&amp;#34; unexpected problem occurred.&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;This might be a bug in NodeXL related to language.  The feature works fine on my English computers, but I haven't tried it on a Portuguese computer.  (I *think* that's the language in your screenshot.)&lt;/p&gt;&lt;p&gt;Can you please try temporarily switching your computer's Region and Language format to English, then try using Export Selection to New NodeXL Workbook again.  (Instructions are below.)  I'm not suggesting this as a long-term fix, but it might be a temporary workaround for you, and it will tell me how to describe the problem in the bug report I'll file.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;    Tony&lt;/p&gt;&lt;p&gt;1. In the Windows Start menu, go to Control Panel, Region and Language.  (Unfortunately, I don't know the names in your language.)&lt;/p&gt;&lt;p&gt;2. In the Region and Language dialog box, go to the Formats tab.&lt;/p&gt;&lt;p&gt;3. In the Formats tab, set &amp;quot;Format&amp;quot; to &amp;quot;English (United States)&amp;quot;.&lt;/p&gt;</description><author>tcap479</author><pubDate>Tue, 21 May 2013 01:09:30 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327] 20130521010930A</guid></item><item><title>Created Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327]</title><link>http://nodexl.codeplex.com/workitem/24327</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I need to export a selected subgraph, but when I click &amp;#34;Export Selection to a New NodeXL WorkBook&amp;#34; unexpected problem occurred.&lt;br /&gt;</description><author>afonsocosta</author><pubDate>Mon, 20 May 2013 16:44:04 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Error occurring  when I Export Selection to a New NodeXL WorkBook [24327] 20130520044404P</guid></item><item><title>Commented Unassigned: Micrososff Office Document Customization message [24315]</title><link>http://nodexl.codeplex.com/workitem/24315</link><description>Can you confirm whether the message received is known to the CodePlex team.  My IT Team have completed the installs on a couple of occasions and received the message &amp;#39;Customization could not be loaded because the application domain could not be created&amp;#39;.  &lt;br /&gt;&lt;br /&gt;Are there any steps we can take to remove the message.&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;Are there Excel add-ins installed on the troublesome computers?  We've had at least one report of this error message being caused by a conflict between NodeXL and another add-in; see http://nodexl.codeplex.com/discussions/258946.&lt;/p&gt;&lt;p&gt;As an experiment, try disabling the other add-ins, closing Excel, and opening NodeXL.&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Fri, 17 May 2013 15:16:11 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Micrososff Office Document Customization message [24315] 20130517031611P</guid></item><item><title>Created Unassigned: Micrososff Office Document Customization message [24315]</title><link>http://nodexl.codeplex.com/workitem/24315</link><description>Can you confirm whether the message received is known to the CodePlex team.  My IT Team have completed the installs on a couple of occasions and received the message &amp;#39;Customization could not be loaded because the application domain could not be created&amp;#39;.  &lt;br /&gt;&lt;br /&gt;Are there any steps we can take to remove the message.&lt;br /&gt;</description><author>Carne42</author><pubDate>Fri, 17 May 2013 10:19:19 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Micrososff Office Document Customization message [24315] 20130517101919A</guid></item><item><title>Commented Issue: I want to display a directed graph dynamically on web page. [24272]</title><link>http://nodexl.codeplex.com/workitem/24272</link><description>Here graph will generated dynamically on web page. Vertices will fetch from database and it will create edges between vertices according to relation between different vertices. Edges should be directed.&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;I don't have any sample code for that.  It probably wouldn't be of much help to you anyway, because database code is highly application dependent, and I know nothing about your application other than the fact that it's a website.   There are many databases you can use, many ways to access each database, and countless database schemas you might design.&lt;/p&gt;&lt;p&gt;If you are new to this stuff, here is a good introduction to SQL:&lt;/p&gt;&lt;p&gt;http://www.w3schools.com/sql/sql_intro.asp&lt;/p&gt;&lt;p&gt;One database that's free and relatively easy to use is Microsoft SQL Server Express:&lt;/p&gt;&lt;p&gt;http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx&lt;/p&gt;&lt;p&gt;And here is an overview of ADO.NET, which is Microsoft's database-access layer for C# and other .NET languages:&lt;/p&gt;&lt;p&gt;http://msdn.microsoft.com/en-us/library/h43ks021%28v=vs.110%29.aspx&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Tue, 14 May 2013 00:02:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: I want to display a directed graph dynamically on web page. [24272] 20130514120253A</guid></item><item><title>Commented Issue: I want to display a directed graph dynamically on web page. [24272]</title><link>http://nodexl.codeplex.com/workitem/24272</link><description>Here graph will generated dynamically on web page. Vertices will fetch from database and it will create edges between vertices according to relation between different vertices. Edges should be directed.&lt;br /&gt;Comments: ** Comment from web user: shachi ** &lt;p&gt;Thank you sir...It is help full, I implemented graph with some static value of vertices and edges  but I am not able to understand that how I can implement on my web page with database. Please Provide me any sample code if it is possible. It will be very help full for me.&lt;/p&gt;</description><author>shachi</author><pubDate>Mon, 13 May 2013 10:31:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: I want to display a directed graph dynamically on web page. [24272] 20130513103143A</guid></item><item><title>Commented Issue: I want to display a directed graph dynamically on web page. [24272]</title><link>http://nodexl.codeplex.com/workitem/24272</link><description>Here graph will generated dynamically on web page. Vertices will fetch from database and it will create edges between vertices according to relation between different vertices. Edges should be directed.&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;You can do that today.  In the NodeXLApi.chm help file that ships with the NodeXL Class Libraries, see the &amp;quot;NodeXLVisual Class&amp;quot; topic for sample code.&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Sat, 11 May 2013 13:39:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: I want to display a directed graph dynamically on web page. [24272] 20130511013955P</guid></item><item><title>Created Issue: I want to display a directed graph dynamically on web page. [24272]</title><link>http://nodexl.codeplex.com/workitem/24272</link><description>Here graph will generated dynamically on web page. Vertices will fetch from database and it will create edges between vertices according to relation between different vertices. Edges should be directed.&lt;br /&gt;</description><author>shachi</author><pubDate>Sat, 11 May 2013 11:17:44 GMT</pubDate><guid isPermaLink="false">Created Issue: I want to display a directed graph dynamically on web page. [24272] 20130511111744A</guid></item><item><title>Commented Issue: Installation error with Visual Studio [23863]</title><link>http://nodexl.codeplex.com/workitem/23863</link><description>I have Windows 7 and Office 2010 and keep getting the following error when I try to install&lt;br /&gt;&lt;br /&gt;Component Visual Studio Tools for the Office system 3.0 Runtime Service Pack 1 has failed to install with the following error message&amp;#58;&lt;br /&gt;&amp;#34;Fatal error during installation. &amp;#34;&lt;br /&gt;&lt;br /&gt;The following components were successfully installed&amp;#58;&lt;br /&gt;- .NET Framework 3.5 SP1&lt;br /&gt;&lt;br /&gt;The following components failed to install&amp;#58;&lt;br /&gt;- Visual Studio Tools for the Office system 3.0 Runtime Service Pack 1&lt;br /&gt;&lt;br /&gt;See the setup log file located at &amp;#39;C&amp;#58;&amp;#92;Users&amp;#92;LP&amp;#92;AppData&amp;#92;Local&amp;#92;Temp&amp;#92;VSD8545.tmp&amp;#92;install.log&amp;#39; for more information.&lt;br /&gt;&lt;br /&gt;Any suggestions&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: benchu ** &lt;p&gt;I get the same error as Lisa.&lt;/p&gt;&lt;p&gt;I can't get Visual Studio Tools for Office 3.0 to install because it requires .NET Framework 3.5.  I can't install .NET Framework 3.5 because Windows 7 isn't compatible with that version.  Windows 7 is only compatible with .NET Framework 4.0.&lt;/p&gt;&lt;p&gt;Thus, I think NodeXL install needs to be updated for Windows 7:&lt;br&gt;- Use Visual Studio Tools for Office 2010&lt;br&gt;- Use .NET Framework 4.0&lt;/p&gt;&lt;p&gt;Also it would be good to have the option to disable automatic install of Visual Studio Tools for Office 3.0.&lt;br&gt;&lt;/p&gt;</description><author>benchu</author><pubDate>Thu, 25 Apr 2013 16:13:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installation error with Visual Studio [23863] 20130425041302P</guid></item><item><title>Commented Issue: Add an API option to get rid of the border around images [23856]</title><link>http://nodexl.codeplex.com/workitem/23856</link><description>Currently each image vertex &amp;#40;VertextShape.Image&amp;#41; is drawn with a border using the vertex color. This color is also used to draw the associated label. However, my graph &amp;#40;showing all vertices as image&amp;#41; would look so much better if we could hide the border. Setting the color to transparent does not work, because that also makes the labels transparent. So there are 2 solutions&amp;#58;&lt;br /&gt;1. Add a VertexLabelColor property. If not set then it should obtain the value from the Color &amp;#40;or PerColor&amp;#41; property.&lt;br /&gt;1. Add a boolean ShowVertexImageBorder property which is true by default. In the case the following line at VertexLabelDrawer.cs&amp;#58;1143 should be checked for this property&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;          WpfGraphicsUtil.DrawPixelAlignedRectangle&amp;#40;oDrawingContext, null,&lt;br /&gt;                GetPen&amp;#40;oColor, DefaultPenThickness&amp;#41;, oVertexRectangle&amp;#41;&amp;#59;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Comments: ** Comment from web user: lanndo ** &lt;p&gt;agreed, this would make the presentation much better.&lt;/p&gt;</description><author>lanndo</author><pubDate>Wed, 24 Apr 2013 19:54:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add an API option to get rid of the border around images [23856] 20130424075414P</guid></item><item><title>Commented Issue: Error occurring while importing GraphML files [24069]</title><link>http://nodexl.codeplex.com/workitem/24069</link><description>---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentException&amp;#93;&amp;#58; The Excel application must be visible.&lt;br /&gt;&lt;br /&gt;Parameter name&amp;#58; visibleExcelApplication&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelApplicationKiller..ctor&amp;#40;Application visibleExcelApplication&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLToNodeXLWorkbookConverter.SaveGraphToNodeXLWorkbook&amp;#40;XmlDocument graphMLDocument, String graphMLFilePath, String nodeXLWorkbookPath, String nodeXLWorkbookSettingsFilePath, Boolean setAutomateTasksOnOpen&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.ImportGraphMLFilesInternal&amp;#40;ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, BackgroundWorker oBackgroundWorker, DoWorkEventArgs oDoWorkEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.BackgroundWorker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.OnDoWork&amp;#40;DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;Yes, you can choose any folder.&lt;/p&gt;&lt;p&gt;I can't get this problem to occur on my own computers, so I'm having trouble figuring out what's wrong.  The error message is saying that an Excel window that is supposed to be visible (and that NodeXL attempts to *force* to be visible) is not actually visible.&lt;/p&gt;&lt;p&gt;I'm wondering if it has something to do with Excel versions.  What version of Office are you using?  And while I'm at it, what version of Windows do you have on your computer?  Is there anything unusual about your Office or Windows environments that you know of?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;    Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Fri, 15 Mar 2013 19:12:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error occurring while importing GraphML files [24069] 20130315071207P</guid></item><item><title>Commented Issue: Error occurring while importing GraphML files [24069]</title><link>http://nodexl.codeplex.com/workitem/24069</link><description>---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentException&amp;#93;&amp;#58; The Excel application must be visible.&lt;br /&gt;&lt;br /&gt;Parameter name&amp;#58; visibleExcelApplication&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelApplicationKiller..ctor&amp;#40;Application visibleExcelApplication&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLToNodeXLWorkbookConverter.SaveGraphToNodeXLWorkbook&amp;#40;XmlDocument graphMLDocument, String graphMLFilePath, String nodeXLWorkbookPath, String nodeXLWorkbookSettingsFilePath, Boolean setAutomateTasksOnOpen&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.ImportGraphMLFilesInternal&amp;#40;ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, BackgroundWorker oBackgroundWorker, DoWorkEventArgs oDoWorkEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.BackgroundWorker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.OnDoWork&amp;#40;DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;Comments: ** Comment from web user: kevinbschae ** &lt;p&gt;The Excel windows were not minimized. As soon as I press &amp;quot;import&amp;quot;, the error message appears. &lt;/p&gt;&lt;p&gt;I have collected multiple GraphML files using SampleNetworkConfiguration.xml&lt;br&gt;What do I choose for &amp;quot;Into a new NodeXL workbook in this folder:&amp;quot;? Can I choose any folder?&lt;/p&gt;&lt;p&gt;Thanks for your help.&lt;/p&gt;</description><author>kevinbschae</author><pubDate>Fri, 15 Mar 2013 15:40:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error occurring while importing GraphML files [24069] 20130315034038P</guid></item><item><title>Commented Issue: Error occurring while importing GraphML files [24069]</title><link>http://nodexl.codeplex.com/workitem/24069</link><description>---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentException&amp;#93;&amp;#58; The Excel application must be visible.&lt;br /&gt;&lt;br /&gt;Parameter name&amp;#58; visibleExcelApplication&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelApplicationKiller..ctor&amp;#40;Application visibleExcelApplication&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLToNodeXLWorkbookConverter.SaveGraphToNodeXLWorkbook&amp;#40;XmlDocument graphMLDocument, String graphMLFilePath, String nodeXLWorkbookPath, String nodeXLWorkbookSettingsFilePath, Boolean setAutomateTasksOnOpen&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.ImportGraphMLFilesInternal&amp;#40;ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, BackgroundWorker oBackgroundWorker, DoWorkEventArgs oDoWorkEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.BackgroundWorker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.OnDoWork&amp;#40;DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;Did you happen to minimize one of the Excel windows that NodeXL creates while importing GraphML files?  They need to remain visible until the importing is done, even though they might get in the way of other work you might want to do.&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>tcap479</author><pubDate>Thu, 14 Mar 2013 19:20:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error occurring while importing GraphML files [24069] 20130314072030P</guid></item><item><title>Created Issue: Error occurring while importing GraphML files [24069]</title><link>http://nodexl.codeplex.com/workitem/24069</link><description>---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#91;ArgumentException&amp;#93;&amp;#58; The Excel application must be visible.&lt;br /&gt;&lt;br /&gt;Parameter name&amp;#58; visibleExcelApplication&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelApplicationKiller..ctor&amp;#40;Application visibleExcelApplication&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLToNodeXLWorkbookConverter.SaveGraphToNodeXLWorkbook&amp;#40;XmlDocument graphMLDocument, String graphMLFilePath, String nodeXLWorkbookPath, String nodeXLWorkbookSettingsFilePath, Boolean setAutomateTasksOnOpen&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.ImportGraphMLFilesInternal&amp;#40;ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, BackgroundWorker oBackgroundWorker, DoWorkEventArgs oDoWorkEventArgs&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.GraphMLFilesImporter.BackgroundWorker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.OnDoWork&amp;#40;DoWorkEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;</description><author>kevinbschae</author><pubDate>Wed, 13 Mar 2013 18:40:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Error occurring while importing GraphML files [24069] 20130313064000P</guid></item><item><title>Commented Issue: Error occurred while importing Twitter networks [24055]</title><link>http://nodexl.codeplex.com/workitem/24055</link><description>I tried restarting the computer, shutting it down and using different hashtags, but none of it worked. I run Office 2013 on a PC. &lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;COMException&amp;#93;&amp;#58; Microsoft Excel cannot access the file &amp;#39;E&amp;#58;&amp;#92;NodeXL&amp;#92;NodeXL Data&amp;#92;Twitter&amp;#92;29146F00&amp;#39;. There are several possible reasons&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#8226; The file name or path does not exist.&lt;br /&gt;&amp;#8226; The file is being used by another program.&lt;br /&gt;&amp;#8226; The workbook you are trying to save has the same name as a currently open workbook.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58; &lt;br /&gt;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Microsoft.Office.Interop.Excel._Workbook.SaveAs&amp;#40;Object Filename, Object FileFormat, Object Password, Object WriteResPassword, Object ReadOnlyRecommended, Object CreateBackup, XlSaveAsAccessMode AccessMode, Object ConflictResolution, Object AddToMru, Object TextCodepage, Object TextVisualLayout, Object Local&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelUtil.SaveWorkbookAs&amp;#40;Workbook workbook, String workbookPath&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.TaskAutomator.SaveWorkbookIfNeverSaved&amp;#40;Workbook oWorkbook, String sFolderToSaveWorkbookTo&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.TaskAutomator.&amp;#60;&amp;#62;c__DisplayClass3.&amp;#60;RunReadWorkbookTasks&amp;#62;b__0&amp;#40;Object sender, GraphLaidOutEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.EventHandler&amp;#96;1.Invoke&amp;#40;Object sender, TEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.EventUtil.FireEvent&amp;#91;TEventArgs&amp;#93;&amp;#40;Object sender, TEventArgs e, EventHandler&amp;#96;1 eventHandler&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.ThisWorkbook.ForwardEvent&amp;#91;TEventArgs&amp;#93;&amp;#40;TEventArgs e, EventHandler&amp;#96;1 oEventHandler&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;You (or someone else, if the workbook came from another person) told NodeXL to automate the workbook after importing the Twitter network, and to save the workbook in the folder &amp;quot;E:\NodeXL\NodeXL Data\Twitter\29146F00&amp;quot; during automation.  That folder doesn't seem to exist on your computer.&lt;/p&gt;&lt;p&gt;To fix this problem, go to NodeXL, Graph, Automate in the Excel ribbon, select the &amp;quot;Save workbook to a new file if it has never been saved&amp;quot; task, and click the Options button.  In the &amp;quot;Browse for Folder&amp;quot; dialog box that appears, select a folder that does exist.&lt;/p&gt;&lt;p&gt;Or, if you don't want to save the workbook when it is automated, uncheck the &amp;quot;Save workbook to a new file if it has never been saved&amp;quot; option.&lt;/p&gt;&lt;p&gt;Or, if you don't want to automate the workbook after importing a Twitter network, go to NodeXL, Data, Import, Import Options and uncheck &amp;quot;Automate the graph after the data is imported.&amp;quot;&lt;/p&gt;&lt;p&gt;If you want your changes to &amp;quot;stick&amp;quot; for all new NodeXL workbooks you create, click NodeXL, Options, Use Current for New after you make your changes.&lt;/p&gt;&lt;p&gt;The next version of NodeXL will have a much better error message than the one you saw in your version.&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Mon, 11 Mar 2013 21:14:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error occurred while importing Twitter networks [24055] 20130311091421P</guid></item><item><title>Created Issue: Error occurred while importing Twitter networks [24055]</title><link>http://nodexl.codeplex.com/workitem/24055</link><description>I tried restarting the computer, shutting it down and using different hashtags, but none of it worked. I run Office 2013 on a PC. &lt;br /&gt;&lt;br /&gt;---------------------------&lt;br /&gt;NodeXL&lt;br /&gt;---------------------------&lt;br /&gt;An unexpected problem occurred.  If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;NodeXL&amp;#47;Thread&amp;#47;List.aspx.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;COMException&amp;#93;&amp;#58; Microsoft Excel cannot access the file &amp;#39;E&amp;#58;&amp;#92;NodeXL&amp;#92;NodeXL Data&amp;#92;Twitter&amp;#92;29146F00&amp;#39;. There are several possible reasons&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#8226; The file name or path does not exist.&lt;br /&gt;&amp;#8226; The file is being used by another program.&lt;br /&gt;&amp;#8226; The workbook you are trying to save has the same name as a currently open workbook.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Server stack trace&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Exception rethrown at &amp;#91;0&amp;#93;&amp;#58; &lt;br /&gt;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage&amp;#40;IMessage reqMsg, IMessage retMsg&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke&amp;#40;MessageData&amp;#38; msgData, Int32 type&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Microsoft.Office.Interop.Excel._Workbook.SaveAs&amp;#40;Object Filename, Object FileFormat, Object Password, Object WriteResPassword, Object ReadOnlyRecommended, Object CreateBackup, XlSaveAsAccessMode AccessMode, Object ConflictResolution, Object AddToMru, Object TextCodepage, Object TextVisualLayout, Object Local&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.ExcelUtil.SaveWorkbookAs&amp;#40;Workbook workbook, String workbookPath&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.TaskAutomator.SaveWorkbookIfNeverSaved&amp;#40;Workbook oWorkbook, String sFolderToSaveWorkbookTo&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.TaskAutomator.&amp;#60;&amp;#62;c__DisplayClass3.&amp;#60;RunReadWorkbookTasks&amp;#62;b__0&amp;#40;Object sender, GraphLaidOutEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at System.EventHandler&amp;#96;1.Invoke&amp;#40;Object sender, TEventArgs e&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.AppLib.EventUtil.FireEvent&amp;#91;TEventArgs&amp;#93;&amp;#40;Object sender, TEventArgs e, EventHandler&amp;#96;1 eventHandler&amp;#41;&lt;br /&gt;&lt;br /&gt;   at Smrf.NodeXL.ExcelTemplate.ThisWorkbook.ForwardEvent&amp;#91;TEventArgs&amp;#93;&amp;#40;TEventArgs e, EventHandler&amp;#96;1 oEventHandler&amp;#41;&lt;br /&gt;---------------------------&lt;br /&gt;OK   &lt;br /&gt;---------------------------&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description><author>yellowdresses</author><pubDate>Sun, 10 Mar 2013 22:45:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Error occurred while importing Twitter networks [24055] 20130310104527P</guid></item><item><title>Commented Issue: Can't do anything else during pause for Twitter rate limited import [24008]</title><link>http://nodexl.codeplex.com/workitem/24008</link><description>I have two NodeXL files&amp;#58; one with a big twitter import that&amp;#39;s hanging, and a second with the small test  batch.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d like to test out some graphs with the small completed batch, but am seemingly prohibited unless I cancel the big multistage download. &lt;br /&gt;&lt;br /&gt;This seems so crazy I can&amp;#39;t imagine it is true. What am I doing wrong&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: rachelannyes ** &lt;p&gt;Thanks Tony!  Super helpful.&lt;br&gt;&lt;/p&gt;</description><author>rachelannyes</author><pubDate>Thu, 28 Feb 2013 17:12:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can't do anything else during pause for Twitter rate limited import [24008] 20130228051238P</guid></item><item><title>Commented Issue: Can't do anything else during pause for Twitter rate limited import [24008]</title><link>http://nodexl.codeplex.com/workitem/24008</link><description>I have two NodeXL files&amp;#58; one with a big twitter import that&amp;#39;s hanging, and a second with the small test  batch.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d like to test out some graphs with the small completed batch, but am seemingly prohibited unless I cancel the big multistage download. &lt;br /&gt;&lt;br /&gt;This seems so crazy I can&amp;#39;t imagine it is true. What am I doing wrong&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: tcap479 ** &lt;p&gt;It's a general limitation in Excel, where if you have two workbooks open in one copy of Excel and one of the workbooks is showing a dialog box, like Import from Twitter Search Network, then you can't use the other workbook.  This is the case for all Excel dialog boxes; it's not limited to NodeXL.&lt;/p&gt;&lt;p&gt;The workaround for this is to open two copies of Excel, one for each workbook.  You can then do whatever you want in the two independent copies.  Excel makes it a bit tricky to do this.  You can't just double-click a workbook file in Windows Explorer, because that will open the workbook in the first copy of Excel.&lt;/p&gt;&lt;p&gt;Follow these steps to open a NodeXL workbook in a second copy of Excel:&lt;/p&gt;&lt;p&gt;1. In the Windows Start Menu (or start screen on Windows 8), enter &amp;quot;Excel&amp;quot; in the search box, and select the Excel program from the search results.  You have now opened a second copy of Excel.&lt;/p&gt;&lt;p&gt;2A. If you want to open an existing NodeXL workbook, use Excel's Open menu to open it.&lt;/p&gt;&lt;p&gt;OR...&lt;/p&gt;&lt;p&gt;2B. If you want to create a new NodeXL workbook, select NodeXLGraph.xltx from Excel's list of recent documents.  If it's not in the list, search for NodeXLGraph.xltx on your C: drive.&lt;/p&gt;&lt;p&gt;By the way, I believe your big Twitter import is not hanging; it's pausing until Twitter allows it to continue.  You can cancel it if you grow tired of waiting.&lt;/p&gt;&lt;p&gt;-- Tony&lt;/p&gt;</description><author>tcap479</author><pubDate>Thu, 28 Feb 2013 16:39:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Can't do anything else during pause for Twitter rate limited import [24008] 20130228043901P</guid></item><item><title>Created Issue: Can't do anything else during pause for Twitter rate limited import [24008]</title><link>http://nodexl.codeplex.com/workitem/24008</link><description>I have two NodeXL files&amp;#58; one with a big twitter import that&amp;#39;s hanging, and a second with the small test  batch.&lt;br /&gt;&lt;br /&gt;I&amp;#39;d like to test out some graphs with the small completed batch, but am seemingly prohibited unless I cancel the big multistage download. &lt;br /&gt;&lt;br /&gt;This seems so crazy I can&amp;#39;t imagine it is true. What am I doing wrong&amp;#63;&lt;br /&gt;</description><author>rachelannyes</author><pubDate>Thu, 28 Feb 2013 15:40:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Can't do anything else during pause for Twitter rate limited import [24008] 20130228034005P</guid></item></channel></rss>