<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OfficeDeveloper.NET&#187; corporation</title>
	<atom:link href="http://officedeveloper.net/tag/corporation/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 20:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Video Interview: Mary Lee on Deploying Multiple Office Solutions (Kathleen McGrath)</title>
		<link>http://officedeveloper.net/2009/06/04/video-interview-mary-lee-on-deploying-multiple-office-solutions-kathleen-mcgrath/</link>
		<comments>http://officedeveloper.net/2009/06/04/video-interview-mary-lee-on-deploying-multiple-office-solutions-kathleen-mcgrath/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 03:35:12 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[check-out-the]]></category>
		<category><![CDATA[complete-with]]></category>
		<category><![CDATA[corporation]]></category>
		<category><![CDATA[kathleen mcgrath]]></category>
		<category><![CDATA[mary lee]]></category>
		<category><![CDATA[program-manager]]></category>
		<category><![CDATA[solutions]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/video-interview-mary-lee-on-deploying-multiple-office-solutions-kathleen-mcgrath/</guid>
		<description><![CDATA[ Mary Lee recently posted a blog entry that describes Deploying Multiple Office Solutions in a Single Installer , complete with graphics to help you visualize the process. I recently interviewed Mary to learn more about this topic, and to have her give a demonstration of some of the tasks described in this post. ]]></description>
			<content:encoded><![CDATA[<p> Mary Lee recently posted a blog entry that describes Deploying Multiple Office Solutions in a Single Installer , complete with graphics to help you visualize the process. I recently interviewed Mary to learn more about this topic, and to have her give a demonstration of some of the tasks described in this post. </p>
<p><img src="" /></p>
<p>Original post:<br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/06/04/video-interview-mary-lee-on-deploying-multiple-office-solutions-kathleen-mcgrath.aspx" title="Video Interview: Mary Lee on Deploying Multiple Office Solutions (Kathleen McGrath)">Video Interview: Mary Lee on Deploying Multiple Office Solutions (Kathleen McGrath)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/04/video-interview-mary-lee-on-deploying-multiple-office-solutions-kathleen-mcgrath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)</title>
		<link>http://officedeveloper.net/2009/06/04/use-a-path-that-resolves-anywhere-your-vsto-solution-could-be-deployed-christin-boyd/</link>
		<comments>http://officedeveloper.net/2009/06/04/use-a-path-that-resolves-anywhere-your-vsto-solution-could-be-deployed-christin-boyd/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 21:29:27 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[VSTO]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[a-web-server]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[conclusion]]></category>
		<category><![CDATA[corporation]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[program-manager]]></category>
		<category><![CDATA[resolve-the-unc]]></category>
		<category><![CDATA[resolves-server]]></category>
		<category><![CDATA[situation]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/use-a-path-that-resolves-anywhere-your-vsto-solution-could-be-deployed-christin-boyd/</guid>
		<description><![CDATA[ One of the VSTO MVPs pointed out that in some cases his customers were unable to resolve UNC paths consistently.  When he investigated further, he found that some branch offices of an enterprise were unable to resolve the UNC path ( \myservermyvstoappsinstallpath ) because of the way they setup their network infrastructure.  The only workaround he could find was to use a fully qualified web URL instead of a UNC path.  The resolution was to create a web server internal to the corporation which is still accessible by people in the branch office.  The other option would be to negotiate with the IT staff to change the way the branch office resolves server names, but apparently that was not an option. ]]></description>
			<content:encoded><![CDATA[<p> One of the VSTO MVPs pointed out that in some cases his customers were unable to resolve UNC paths consistently.  When he investigated further, he found that some branch offices of an enterprise were unable to resolve the UNC path ( \myservermyvstoappsinstallpath ) because of the way they setup their network infrastructure.  The only workaround he could find was to use a fully qualified web URL instead of a UNC path.  The resolution was to create a web server internal to the corporation which is still accessible by people in the branch office.  The other option would be to negotiate with the IT staff to change the way the branch office resolves server names, but apparently that was not an option. </p>
<p>Go here to read the rest:<br />
<a target="_blank" href="http://blogs.msdn.com/vsto/archive/2009/06/04/use-a-path-that-resolves-anywhere-your-vsto-solution-could-be-deployed-christin-boyd.aspx" title="Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)">Use a path that resolves anywhere your VSTO solution could be deployed (Christin Boyd)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/06/04/use-a-path-that-resolves-anywhere-your-vsto-solution-could-be-deployed-christin-boyd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

