Discussion:
persisting selectednodestyle in 2.0 treeview
Smotritsky, Alex
2007-05-07 21:35:29 UTC
Permalink
Mark Kucera
2007-05-08 18:49:16 UTC
Permalink
Adwait Ullal
2007-05-08 19:59:50 UTC
Permalink
Mark:

You have to regasm your.dll, not the Framework.

HTH

- Adwait

--
Adwait Ullal

e: mailto:***@gmail.com
w: http://www.adwait.com
l: http://www.linkedin.com/in/adwait
j: http://finance.groups.yahoo.com/group/AdwaitsDotNetJobs

On 5/8/07, Mark Kucera <***@intercerve.com> wrote:
>
> Anyone ever seen any errors like this before?
>
> I've got an ASP.NET 1.1 site that calls a .NET assembly hosted in a COM+
> package. I can install the package just fine, but I can't start the
> package. It doesn't give any errors, but I get some in the Application
> Event Log. I've installed this package probably 1000 times and never
> had this type of problem. Its happening on a new server that is being
> built for production, running W2K3. I built two other servers this
> morning with an identical configuration and didn't have any troubles.
>
>
> Type:Error
> Source: System.EnterpriseServices
> Category: None
> Event ID: 0
>
>
> Unable to create System.EnterpriseServices.RegistrationHelperTx (see
> exception below). EnterpriseService was not correctly installed.
> Please correct the problem and run 'regasm
> System.EnterpriseServices.dll' again to install
> System.EnterpriseServices.
>
> Exception:
> 'System.EnterpriseServices.ServicedComponentException: The
> ServicedComponent being invoked is not correctly configured (Use RegSvcs
> to re-register).
> at
> System.EnterpriseServices.ServicedComponentProxy.FilterConstructors()
> at
> System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance
> (Type serverType)
> at
> System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK
> (Type serverType, Object[] props, Boolean bNewObj)
> at
> System.EnterpriseServices.RegistrationHelper.TryTransactedUninstall(Regi
> strationConfig regConfig)'
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
>
> Type:Warning
> Source: COM+
> Category: (117)
> EventID: 1001
> The average call duration has exceeded 10 minutes. If this is not the
> expected behavior, please see article 910904 in the Microsoft Knowledge
> Base at http://support.microsoft.com for details on how to use the COM+
> AutoDump feature to automatically generate dump files and/or terminate
> the process if the problem occurs again.
> Server Application ID: {AE4C6228-2E6C-4FF1-A791-48105969EAA1}
> Server Application Instance ID:
> {553BA66E-262D-41BD-9070-F488E2D2EFD5}
> Server Application Name: xxxxxxxxx.Charter.Pricing
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> I ran 'regasm System.EnterpriseServices.dll' as indicated in the first
> message to no avail. I then uninstalled my package, and reinstalled the
> .net 1.1 framework and repeated... Still have same problem.
>
> Not sure where to go from here.
> Any help is much appreciated.
>
> Thanks!
> -Mark
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorĀ® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Mark Kucera
2007-05-08 21:13:57 UTC
Permalink
Loading...