<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Inside Regsvcs.exe</title>
	<atom:link href="http://winterdom.com/2002/10/insideregsvcsexe/feed" rel="self" type="application/rss+xml" />
	<link>http://winterdom.com/2002/10/insideregsvcsexe</link>
	<description>by dæmons be driven</description>
	<lastBuildDate>Tue, 16 Mar 2010 06:33:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenny Inggs</title>
		<link>http://winterdom.com/2002/10/insideregsvcsexe/comment-page-1#comment-678</link>
		<dc:creator>Kenny Inggs</dc:creator>
		<pubDate>Tue, 17 Feb 2004 11:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://winterdom.com/2002/10/insideregsvcsexe#comment-678</guid>
		<description>&lt;p&gt;Hi Tomas, &lt;/p&gt;
&lt;p&gt;I am really stuck with an issue here and was hoping you might be able to comment. I am trying to deploy a .NET assembly using the System.EnterpriseServices.RegistrationHelper class, but get the following error:&lt;/p&gt;
&lt;p&gt;System.EnterpriseServices.RegistrationException: Could not install type library &#039;c:\vss\orange\binaries\Orange.Framework.Configuration.tlb&#039; into application &#039;20twenty&#039;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Server stack trace: &lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationDriver.InstallTypeLibrary_W2K(ApplicationSpec spec)&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationDriver.InstallTypeLibrary(ApplicationSpec spec)&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationDriver.InstallAssembly(RegistrationConfig regConfig, Object obSync)&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationHelperTx.InstallAssemblyFromConfig(RegistrationConfig&amp; regConfig, Object sync)&lt;/p&gt;
&lt;p&gt;   at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target, Boolean fExecuteInContext)&lt;/p&gt;
&lt;p&gt;   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Exception rethrown at [0]: &lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationThreadWrapper.PropInstallResult()&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationHelper.InstallAssemblyFromConfig(RegistrationConfig&amp; regConfig)&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String&amp; application, String partition, String&amp; tlb, InstallationFlags installFlags)&lt;/p&gt;
&lt;p&gt;   at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String&amp; application, String&amp; tlb, InstallationFlags installFlags)&lt;/p&gt;
&lt;p&gt;   at InstallStuff.Form1.InstallCOMStuff() in C:\Poes-Pas\InstallStuff\Form1.vb:line 277&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
The exact same component registers fine through regsvcs. &lt;/p&gt;
&lt;p&gt;The line of code that I use to attempt the registration is as follows:&lt;br /&gt;
RegistrationHelper.InstallAssembly(AssemblyName, ExistingApplicationName, TlbName, EnterpriseServices.InstallationFlags.Default)&lt;br /&gt;
AssemblyName = Full path &amp; filename of DLL, &lt;br /&gt;
ExistingApplicationName = “20twenty” – this application exists&lt;br /&gt;
TlbName = Nothing&lt;/p&gt;
&lt;p&gt;I’ve been battling with this issue for hours now L&lt;/p&gt;
&lt;p&gt;Literally any comments will be much appreciated, &lt;br /&gt;
Regards, &lt;br /&gt;
Kenny&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Tomas, </p>
<p>I am really stuck with an issue here and was hoping you might be able to comment. I am trying to deploy a .NET assembly using the System.EnterpriseServices.RegistrationHelper class, but get the following error:</p>
<p>System.EnterpriseServices.RegistrationException: Could not install type library &#8216;c:\vss\orange\binaries\Orange.Framework.Configuration.tlb&#8217; into application &#8216;20twenty&#8217;.</p>
</p>
<p>Server stack trace: </p>
<p>   at System.EnterpriseServices.RegistrationDriver.InstallTypeLibrary_W2K(ApplicationSpec spec)</p>
<p>   at System.EnterpriseServices.RegistrationDriver.InstallTypeLibrary(ApplicationSpec spec)</p>
<p>   at System.EnterpriseServices.RegistrationDriver.InstallAssembly(RegistrationConfig regConfig, Object obSync)</p>
<p>   at System.EnterpriseServices.RegistrationHelperTx.InstallAssemblyFromConfig(RegistrationConfig&#038; regConfig, Object sync)</p>
<p>   at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target, Boolean fExecuteInContext)</p>
<p>   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)</p>
</p>
<p>Exception rethrown at [0]: </p>
<p>   at System.EnterpriseServices.RegistrationThreadWrapper.PropInstallResult()</p>
<p>   at System.EnterpriseServices.RegistrationHelper.InstallAssemblyFromConfig(RegistrationConfig&#038; regConfig)</p>
<p>   at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String&#038; application, String partition, String&#038; tlb, InstallationFlags installFlags)</p>
<p>   at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String&#038; application, String&#038; tlb, InstallationFlags installFlags)</p>
<p>   at InstallStuff.Form1.InstallCOMStuff() in C:\Poes-Pas\InstallStuff\Form1.vb:line 277</p>
<p>
The exact same component registers fine through regsvcs. </p>
<p>The line of code that I use to attempt the registration is as follows:<br />
RegistrationHelper.InstallAssembly(AssemblyName, ExistingApplicationName, TlbName, EnterpriseServices.InstallationFlags.Default)<br />
AssemblyName = Full path &#038; filename of DLL, <br />
ExistingApplicationName = “20twenty” – this application exists<br />
TlbName = Nothing</p>
<p>I’ve been battling with this issue for hours now L</p>
<p>Literally any comments will be much appreciated, <br />
Regards, <br />
Kenny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
