Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
DotNet
acad.assignment.mngr
academic
adonet
aspnet
aspnet.announcements
aspnet.build.controls
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
clr
compactframework
component_services
datatools
distributed_apps
drawing
faqs
framework
framework.wmi
general
internationalization
interop
languages.csharp
languages.jscript
languages.vb
languages.vb.controls
languages.vb.data
languages.vb.upgrade
languages.vc
languages.vc.libraries
myservices
odbcnet
performance
remoting
scripting
sdk
security
setup
vjsharp
vsa
webservi.enhancements
webservices
windowsforms
windowsforms.controls
winforms.databinding
winforms.designtime
xml
  
 
date: Mon, 11 Aug 2008 13:20:32 -0700,    group: microsoft.public.dotnet.distributed_apps        back       


System.ServiceModel.ServiceActivationException in WCF service   
Guys, 

I am running WCF webservices on Windows 2003, IIS 6 and .NET 3.5

I am receiving this in my event log over and over again. Can someone advise 
whats going on?

Event Type:	Error
Event Source:	System.ServiceModel 3.0.0.0
Event Category:	WebHost 
Event ID:	3
Date:		8/6/2008
Time:		3:48:52 PM
User:		NT AUTHORITY\NETWORK SERVICE
Computer:	WEB1
Description:
WebHost failed to process a request.
 Sender Information: 
System.ServiceModel.ServiceHostingEnvironment+HostingManager/17183124
 Exception: System.ServiceModel.ServiceActivationException: The service 
'/Vault/AccountService/v3.5/InfoService1.svc' cannot be activated due to an 
exception during compilation.  The exception message is: Thread was being 
aborted.. ---> System.Configuration.ConfigurationErrorsException: Thread was 
being aborted. ---> System.Threading.ThreadAbortException: Thread was being 
aborted.
   at System.Reflection.Assembly._nLoad(AssemblyName fileName, String 
codeBase, Evidence assemblySecurity, Assemblyl ocationHint, StackCrawlMark& 
stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String 
codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& 
stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, 
Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
forIntrospection)
   at System.Reflection.Assembly.InternalLoad(String assemblyString, 
Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
forIntrospection)
   at System.Reflection.Assembly.Load(String assemblyString)
   at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
assemblyName, Boolean starDirective)
   --- End of inner exception stack trace ---
   at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
assemblyName, Boolean starDirective)
   at 
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
   at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo 
ai)
   at 
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
   at 
System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir)
   at 
System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors)
   at 
System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory 
vdir, VirtualPath virtualDir, Boolean ignoreErrors)
   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath 
virtualPath)
   at 
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath 
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean 
allowBuildInPrecompile)
   at 
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext 
context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, 
Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetCompiledCustomString(String 
virtualPath)
   at 
System.ServiceModel.ServiceHostingEnvironment.HostingManager.GetCompiledCustomString(String normalizedVirtualPath)
   at 
System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
   at 
System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
   at 
System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
   --- End of inner exception stack trace ---
   at 
System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
   at 
System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)
 Process Name: w3wp
 Process ID: 5996

For more information, see Help and Support Center at 
http://go.microsoft.com/fwlink/events.asp.
date: Mon, 11 Aug 2008 13:20:32 -0700   author:   Mahendra Yadav Mahendra

RE: System.ServiceModel.ServiceActivationException in WCF service   
hi Mahendra,
I am facing the same issue.
i am using anonymous authentication for the service and integrated security 
for the web app
Did you find any solution ,
Please share tthe solution with me 
Thanks 
Ramesh


"Mahendra Yadav" wrote:

> Guys, 
> 
> I am running WCF webservices on Windows 2003, IIS 6 and .NET 3.5
> 
> I am receiving this in my event log over and over again. Can someone advise 
> whats going on?
> 
> Event Type:	Error
> Event Source:	System.ServiceModel 3.0.0.0
> Event Category:	WebHost 
> Event ID:	3
> Date:		8/6/2008
> Time:		3:48:52 PM
> User:		NT AUTHORITY\NETWORK SERVICE
> Computer:	WEB1
> Description:
> WebHost failed to process a request.
>  Sender Information: 
> System.ServiceModel.ServiceHostingEnvironment+HostingManager/17183124
>  Exception: System.ServiceModel.ServiceActivationException: The service 
> '/Vault/AccountService/v3.5/InfoService1.svc' cannot be activated due to an 
> exception during compilation.  The exception message is: Thread was being 
> aborted.. ---> System.Configuration.ConfigurationErrorsException: Thread was 
> being aborted. ---> System.Threading.ThreadAbortException: Thread was being 
> aborted.
>    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String 
> codeBase, Evidence assemblySecurity, Assemblyl ocationHint, StackCrawlMark& 
> stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
>    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String 
> codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& 
> stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
>    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, 
> Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
> forIntrospection)
>    at System.Reflection.Assembly.InternalLoad(String assemblyString, 
> Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
> forIntrospection)
>    at System.Reflection.Assembly.Load(String assemblyString)
>    at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
> assemblyName, Boolean starDirective)
>    --- End of inner exception stack trace ---
>    at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
> assemblyName, Boolean starDirective)
>    at 
> System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
>    at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo 
> ai)
>    at 
> System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
>    at 
> System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir)
>    at 
> System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors)
>    at 
> System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory 
> vdir, VirtualPath virtualDir, Boolean ignoreErrors)
>    at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath 
> virtualPath)
>    at 
> System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath 
> virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean 
> allowBuildInPrecompile)
>    at 
> System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext 
> context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, 
> Boolean allowBuildInPrecompile)
>    at System.Web.Compilation.BuildManager.GetCompiledCustomString(String 
> virtualPath)
>    at 
> System.ServiceModel.ServiceHostingEnvironment.HostingManager.GetCompiledCustomString(String normalizedVirtualPath)
>    at 
> System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
>    at 
> System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
>    at 
> System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
>    --- End of inner exception stack trace ---
>    at 
> System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
>    at 
> System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)
>  Process Name: w3wp
>  Process ID: 5996
> 
> For more information, see Help and Support Center at 
> http://go.microsoft.com/fwlink/events.asp.
>
date: Mon, 25 Aug 2008 07:34:03 -0700   author:   Ramesh

RE: System.ServiceModel.ServiceActivationException in WCF service   
Please find solution at :  and thank the author.
http://social.msdn.microsoft.com/forums/en-US/wcf/thread/8c897f8e-2143-450e-a9f4-97d1f8702da7/




"Ramesh" wrote:

> hi Mahendra,
> I am facing the same issue.
> i am using anonymous authentication for the service and integrated security 
> for the web app
> Did you find any solution ,
> Please share tthe solution with me 
> Thanks 
> Ramesh
> 
> 
> "Mahendra Yadav" wrote:
> 
> > Guys, 
> > 
> > I am running WCF webservices on Windows 2003, IIS 6 and .NET 3.5
> > 
> > I am receiving this in my event log over and over again. Can someone advise 
> > whats going on?
> > 
> > Event Type:	Error
> > Event Source:	System.ServiceModel 3.0.0.0
> > Event Category:	WebHost 
> > Event ID:	3
> > Date:		8/6/2008
> > Time:		3:48:52 PM
> > User:		NT AUTHORITY\NETWORK SERVICE
> > Computer:	WEB1
> > Description:
> > WebHost failed to process a request.
> >  Sender Information: 
> > System.ServiceModel.ServiceHostingEnvironment+HostingManager/17183124
> >  Exception: System.ServiceModel.ServiceActivationException: The service 
> > '/Vault/AccountService/v3.5/InfoService1.svc' cannot be activated due to an 
> > exception during compilation.  The exception message is: Thread was being 
> > aborted.. ---> System.Configuration.ConfigurationErrorsException: Thread was 
> > being aborted. ---> System.Threading.ThreadAbortException: Thread was being 
> > aborted.
> >    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String 
> > codeBase, Evidence assemblySecurity, Assemblyl ocationHint, StackCrawlMark& 
> > stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
> >    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String 
> > codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& 
> > stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
> >    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, 
> > Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
> > forIntrospection)
> >    at System.Reflection.Assembly.InternalLoad(String assemblyString, 
> > Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean 
> > forIntrospection)
> >    at System.Reflection.Assembly.Load(String assemblyString)
> >    at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
> > assemblyName, Boolean starDirective)
> >    --- End of inner exception stack trace ---
> >    at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String 
> > assemblyName, Boolean starDirective)
> >    at 
> > System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
> >    at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo 
> > ai)
> >    at 
> > System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
> >    at 
> > System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir)
> >    at 
> > System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors)
> >    at 
> > System.Web.Compilation.BuildManager.BatchCompileWebDirectory(VirtualDirectory 
> > vdir, VirtualPath virtualDir, Boolean ignoreErrors)
> >    at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath 
> > virtualPath)
> >    at 
> > System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath 
> > virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean 
> > allowBuildInPrecompile)
> >    at 
> > System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext 
> > context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, 
> > Boolean allowBuildInPrecompile)
> >    at System.Web.Compilation.BuildManager.GetCompiledCustomString(String 
> > virtualPath)
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.HostingManager.GetCompiledCustomString(String normalizedVirtualPath)
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
> >    --- End of inner exception stack trace ---
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
> >    at 
> > System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)
> >  Process Name: w3wp
> >  Process ID: 5996
> > 
> > For more information, see Help and Support Center at 
> > http://go.microsoft.com/fwlink/events.asp.
> >
date: Thu, 20 Nov 2008 03:08:36 -0800   author:   ShadowMan

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us