Re: system.web.management : DOTNET
This is a discussion on Re: system.web.management within the DOTNET forums in Framework and Interface Programming category; Are you working on a website application code (code-behind or app_code/class)? Or you are trying to use it in a class library? Might be that the reason... "russell.lane" <russell.lane @ nospam.nospam> wrote in message news:uuvsP9yMGHA.208 @ tk2msftngp13.phx.gbl... > I'm working in Visual Studio '05, with ASP.Net 2.0 v2.0.50525.42 on board. > > I'd like to use the new web event monitoring framework found in > system.web.management, but that namespace does not show up in my > development environment. Is there something special I need to do to pull > it in? Do I need a later version of the 2.0 ...
| DOTNET Discussion forums related to Microsoft Dot net technologies, CSharp and other related items |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| app_code/class)? Or you are trying to use it in a class library? Might be that the reason... "russell.lane" <russell.lane@nospam.nospam> wrote in message news:uuvsP9yMGHA.208@tk2msftngp13.phx.gbl... > I'm working in Visual Studio '05, with ASP.Net 2.0 v2.0.50525.42 on board. > > I'd like to use the new web event monitoring framework found in > system.web.management, but that namespace does not show up in my > development environment. Is there something special I need to do to pull > it in? Do I need a later version of the 2.0 distribution? I've tried > looking through the System.* assemblies under "Add Reference" but haven't > found it there. > > Thanks - > > R > |
|
#2
| |||
| |||
| Hey Carlos - Thanks for your reply. I'm trying to use it in a C# class library. What I'd like to do is define a set of custom event classes to use across a number of web services and applications. Is there any way to include the Web.Management assembly in a C# class library project? Thanks - R "Carlos Albert" <nospam@noplace> wrote in message news:u6x0bBzMGHA.1760@TK2MSFTNGP10.phx.gbl... > Are you working on a website application code (code-behind or > app_code/class)? > Or you are trying to use it in a class library? Might be that the > reason... > > "russell.lane" <russell.lane@nospam.nospam> wrote in message > news:uuvsP9yMGHA.208@tk2msftngp13.phx.gbl... >> I'm working in Visual Studio '05, with ASP.Net 2.0 v2.0.50525.42 on >> board. >> >> I'd like to use the new web event monitoring framework found in >> system.web.management, but that namespace does not show up in my >> development environment. Is there something special I need to do to pull >> it in? Do I need a later version of the 2.0 distribution? I've tried >> looking through the System.* assemblies under "Add Reference" but haven't >> found it there. >> >> Thanks - >> >> R >> > > |
|
#3
| |||
| |||
| Hi Russell, There is no stand alone assembly for System.Web.Management namespace, the classes under that namespace are also in the System.Web.Dll assembly. Therefore, if you want to use the classes under that namespace, please add reference to the System.Web.dll assembly. BTW, since these classes is designed to work in web application environment, they're not supposed to work in other application context. Regards, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) |
|
#4
| |||
| |||
| Steven - Many thanks for the reply. I added a reference to System.Web to my project and now I can find the namespace and classes. The project is a C# class library, which I'm using to define some custom web event types. The library itself will ultimately be used exclusively in web services and apps, so I'm assuming that it will work out OK. Thanks again, I appreciate your help!! R "Steven Cheng[MSFT]" <stcheng@online.microsoft.com> wrote in message news:UDJzji2MGHA.2336@TK2MSFTNGXA01.phx.gbl... > Hi Russell, > > There is no stand alone assembly for System.Web.Management namespace, the > classes under that namespace are also in the System.Web.Dll assembly. > Therefore, if you want to use the classes under that namespace, please add > reference to the System.Web.dll assembly. BTW, since these classes is > designed to work in web application environment, they're not supposed to > work in other application context. > > Regards, > > Steven Cheng > Microsoft Online Support > > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights.) |
|
#5
| |||
| |||
| You're welcome Russell, Regards, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.) |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| An unhandled exception of type 'System.ExecutionEngineException' occurred in system.management.dll | usenet | DOTNET | 1 | 04-28-2006 10:15 AM |
| Re: system.web.management | usenet | DOTNET | 0 | 02-16-2006 02:35 PM |
| System.Management.ManagementException' occurred in system.management.dll | usenet | DOTNET | 0 | 03-14-2005 04:57 PM |
| CLR and System.Management | usenet | DOTNET | 0 | 02-28-2005 11:43 AM |
| system management tools | usenet | Microsoft Exchange | 4 | 04-17-2004 12:20 PM |
All times are GMT -5. The time now is 08:48 AM.


