Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools Silverlight + Net 3.5 Framework + IIS6 + PROBLEM.....Service Unavailable
21 replies. Latest Post by davidezordan on November 9, 2009.
(0)
kingve
Member
21 points
78 Posts
11-02-2009 4:32 PM |
I have a problem, my page mount in my IIS6, NET Framework 3.5 Installed in the server, Server 2003,
my page send me
please help me...
esite
Participant
1452 points
311 Posts
11-02-2009 4:37 PM |
Can be a few things:
To start try running aspnet_regiis -i from your microsoft.net\2.0 directory
11-02-2009 4:42 PM |
hoe do i do is?
11-02-2009 5:13 PM |
11-02-2009 11:58 PM |
doesn't work brother
any other ideas?
11-03-2009 4:11 PM |
I saw the Event viewer, and born two event new when try access to my app trought of iis6.
The Service DHCP Client is closing, this eror ocurring
Access Denied.
and
the service WinHTTP Web Proxy Auto-Discovery Service depend of Service Client DHCP, could't load.
Operation is Complete
That have to do these services with my application? really do not understand. could help me with this? Thanks
11-04-2009 10:16 PM |
anyone help me please?
davidezo...
Contributor
5690 points
875 Posts
11-05-2009 1:21 PM |
Hi,
try to follow the steps described here: http://archdipesh.blogspot.com/2008_02_01_archive.html
11-05-2009 1:43 PM |
[FileNotFoundException: No se puede cargar el archivo o ensamblado 'App_Web_jj9bqecv, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' ni una de sus dependencias. El sistema no puede hallar el archivo especificado.] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142 System.Reflection.Assembly.Load(String assemblyString) +28 System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +162 System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +11656092 System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +42 System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +479
[ServiceActivationException: The service '/PersonService.svc' cannot be activated due to an exception during compilation. The exception message is: No se puede cargar el archivo o ensamblado 'App_Web_jj9bqecv, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' ni una de sus dependencias. El sistema no puede hallar el archivo especificado..] System.ServiceModel.AsyncResult.End(IAsyncResult result) +11527290 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +194 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.ExecuteSynchronous(HttpApplication context, Boolean flowContext) +176 System.ServiceModel.Activation.HttpHandler.ProcessRequest(HttpContext context) +23 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
i don't undestand this... can help me?
11-05-2009 4:05 PM |
Try to redeploy your service and delete the temporary ASP.NET files:
11-05-2009 4:14 PM |
thanks, am soluton this issue, but raising other...
Web Page Detail Error
Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)Fecha: Thu, 5 Nov 2009 21:15:20 UTC
Mensaje: Unhandled Error in Silverlight Application Excepción durante la operación. The Resul is Not Valid. Check the Exception InnerException for more details. in System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() in PersonFramework.PersonSR.GetLoginCompletedEventArgs.get_Result() in SilverlightLOBFramework.Content.Miscellaneous.LoginPage.AWDataServiceClient_LoginCompleted(Object sender, GetLoginCompletedEventArgs e) in PersonFramework.PersonSR.PersonServiceClient.OnGetLoginCompleted(Object state)Line: 1Character: 1Code: 0URI: http://srvwebp2p/tipificacion/PersonTipificacion.aspx
11-05-2009 4:41 PM |
Use WcfTestClient.exe to call your service and verify that all the methods are returning the right results.
If not, try to debug the single calls to find the source of the exception (you can use comments, for instance).
11-05-2009 5:10 PM |
this is a message give
11-05-2009 5:37 PM |
Since you are connecting to SQLServer from your WCF service, you should create a specific user in your db and use that user in the connection string to access the db.
11-05-2009 6:44 PM |
11-08-2009 11:22 AM |
Read the previous answer, use WcfTestClient.exe to call your service and verify that all the methods are returning the right results.
11-08-2009 2:51 PM |
David, is working with WcfTestClient.exe, the result is perfect, but in Production in IIS, not....
Jonathan...
All-Star
24992 points
2,435 Posts
11-09-2009 5:51 AM |
Hi Kingve,
How's your issue going now? Please take a look at the links below.
http://support.microsoft.com/kb/842493
http://support.microsoft.com/kb/885654
Best regards,
Jonathan
11-09-2009 9:30 AM |
If the service is working properly on your dev machine, it should work on production too.
I'd try to deploy a simple "Hello world" WCF service to your production server and test it with WcfTestClient.exe, in this way you can understand if it's a server configuration error.
When your "Hello world" is properly running on production, try to deploy and test your WCF.
Also verify that your Silverlight application references the deployed service with the correct URL.
HTH.
11-09-2009 2:17 PM |
You will need to add your NETWORK SERVICE user to SQL Server as user and grant it rights to your database.
11-09-2009 2:57 PM |
thanks to all...
now working....
11-09-2009 4:13 PM |
Great, glad to help!