Framework 2.0 Configuration Control Applet: Snap-In Creation Faile

From: Charley Jones (newsgroup_at_nospam)
Date: 09/20/05

  • Next message: MCSEGURU: "Fast User Switching in Domain Member mode / Authentication Ticket security risks"
    Date: Tue, 20 Sep 2005 11:57:03 -0700
    
    

    Am having problems with a Windows 2003 server.
    I've installed .Net Framework 2.0 Beta (June).
    When I attempt to run the Microsoft .NET Framework 2.0 Configuration from
    the control panel, I receive the following dialog:

    Microsoft Management Console
    Snap-in failed to initialize.
     Name:.NET Framework 2.0 Configuration
     CLSID:{A22B5BA1-D8CF-4DB6-BC91-CFC1A04E2469}

    I've tried uninstall, reboot, reinstall.
    No change.

    I was trying to access configuration in hopes of solving another problem.
    The real problem is...
    Have tried to deploy a .Net 2.0 app to a server,
    App makes a call to 2005 Report Server to get a list of reports.
    App is crashing at:

    System.Web.Services.Protocols.SoapException: The permissions granted to user
    'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this
    operation. --->
    Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The
    permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient
    for performing this operation.
      at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow()
      at Microsoft.ReportingServices.Library.RSSoapAction.Execute()
      at
    Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
    Item, Boolean Recursive, CatalogItem[]& CatalogItems)
      --- End of inner exception stack trace ---
      at
    Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
    Item, Boolean Recursive, CatalogItem[]& CatalogItems)
    Description: An unhandled exception occurred during the execution of the
    current web request. Please review the stack trace for more information about
    the error and where it originated in the code.

    Exception Details: System.Web.Services.Protocols.SoapException:
    System.Web.Services.Protocols.SoapException: The permissions granted to user
    'NT AUTHORITY\NETWORK SERVICE' are insufficient for performing this
    operation. --->
    Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The
    permissions granted to user 'NT AUTHORITY\NETWORK SERVICE' are insufficient
    for performing this operation.
      at Microsoft.ReportingServices.Library.ListChildrenAction.PerformActionNow()
      at Microsoft.ReportingServices.Library.RSSoapAction.Execute()
      at
    Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
    Item, Boolean Recursive, CatalogItem[]& CatalogItems)
      --- End of inner exception stack trace ---
      at
    Microsoft.ReportingServices.WebServer.ReportingService.ListChildren(String
    Item, Boolean Recursive, CatalogItem[]& CatalogItems)

    Source Error:

    Line 12: oRs.Credentials =
    System.Net.CredentialCache.DefaultCredentials
    Line 13: Dim sPath As String =
    ConfigurationManager.AppSettings("ReportPath").ToString
    Line 14: Dim oCatalog As wsRS.CatalogItem() =
    oRs.ListChildren(sPath, True)
    Line 15: For Each oItem As wsRS.CatalogItem In oCatalog
    Line 16: If oItem.Type = wsRS.ItemTypeEnum.Report Then _
     
    So it looks like I have two problems.
    Any responses greatly appreciated!!!

    -- 
    CRJ
    A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD
    

  • Next message: MCSEGURU: "Fast User Switching in Domain Member mode / Authentication Ticket security risks"

    Relevant Pages

    • Re: Access denied when executing Process.Start() on my Server 2003
      ... Try going into the .Net framework configuration permission set to "Full ... is applied to the internet zone does not allow calls to unmanaged code. ... > batch file on the server side when the client presses a button on a ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Problems running website
      ... Programs in server and found that FTP, Frontpage Extensions, and ASP.Net ... Server Error in '/' Application. ... An error occurred during the processing of a configuration ... Version Information: Microsoft .NET Framework Version:1.1.4322.573; ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: IIS 5.0 with visual studio .net 2003
      ... I installed .net framework 1.1 on the new server. ... An error occurred during the processing of a configuration file ... Parser Error Message: It is an error to use a section registered as ...
      (microsoft.public.inetserver.iis)
    • Re: .Net 2.0 Framework error when running EXE remotely
      ... The DotNet config tool is on the server but not on the XP clients' stations. ... I guess mscorcfg.msc got installed when I installed the non-express versions (either Visual Studio Pro or SQL Server Std). ... To grant the application the required permission, contact your network administrator, or use the Microsoft .NET Framework Configuration tool." ...
      (microsoft.public.sqlserver.setup)
    • Re: The underlying connection was closed: Could not establish secure channel for SSL/TLS.
      ... request/response utility component library for your classic ASP ... framework 2.0 and SQL Server 2005 tools on the server, ... this is likely a .net framework versioning issue ... configuration element: ...
      (microsoft.public.dotnet.framework.aspnet)

    Loading