|
A single server has started to sometime leave zombie w3wp.exe processes when trying to recycle. A new process is spawned properly and everything seems to work, except the old processes are still present and take up memory. Task manager reports there's...
Started by Mark S. Rasmussen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you cannot remove all objects.
An exception, the object will not be removed from memory.
|
|
When trying my new Plugin, which is doing nearly nothing for testing, I get the following Stacktrace in the trace-logfiles:
It is a synchronous post-update plugin in c#, already digitally signed and deployed with the crm sdk development toolkit.
Any ideas...
Answer Snippets (Read the full thread at microsoft):
Does your assembly reference any outside assemblies that would not be available to the Sandbox service? One ... .
I would first try checking all my references and make sure the plugin assembly targets .net 4.0 .
I notice your code is running in the Sandbox.
|
|
Hi guys I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio.
Once I deploy on the web-server (win 2003 server)it throws some ...
Started by Gokul on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The two most common issues I run into when deploying to the server are security (the site/service doesn't have the same permissions on the server as it does... .
It's hard to give a good answer without more details, so this is a bit of a stab in the dark.. .
|
Ask your Facebook Friends
|
I've deployed a .NET website to a 2008 (IIS7) server and the site seems to fly for up to 30-50 concurrent users. When load testing it the site comes to a grinding halt sometime after 100 concurrent users. Page loads go from 1.5 seconds to 90+
w3wp hits...
Started by Focus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a list:
JetBrains' dotTrace Red-Gate ANTS Automated QA's AQTime Check the performance monitor to see how many exceptions are being thrown, that uses a lot of cpu..
I recommend you use a higher-level profiler.
|
|
Can someone give me step by step instructions or point to the correct references in the correct order so I can determine the root cause of this issue?
Started by lfoulkrod on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If w3wp is running locally, you.
Not done this, and it would hang every other request while you debug .
|
|
Why this error comes on event viewer log every 15 minutes at CRM front server?
any one please give some suggestion?
WebHost failed to process a request.
Sender Information:System.ServiceModel.Activation.HostedHttpRequestAsyncResult/45119494
Exception:...
Answer Snippets (Read the full thread at microsoft):
|
|
Hi,
I have Event Recievers attached for Document Library. When an Added, Updated or Deleted events are triggered, there is some business logic written inside these events recievers. Lately or intermittenly i have started observing issue with respect to...
Answer Snippets (Read the full thread at microsoft):
ProcessOperation(properties, "ADDED" ), "FOLDER" );
}
base .ItemAdded(properties);
}
catch ( Exception.
|
|
I have tried to setup PerformancePoint Services on SharePoint 2010, but every time I try to use the dashboard designer, I get this error:
“An error has occurred attempting to contact the specified SharePoint site”
I have tried these steps but it hasn'...
Started by Rik on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at serverfault):
Have looked through the file c:\program files\common files\microsoft shared\web server extensions\14\isapi\client.svc (this guy is pulled when '/_vti_bin/client.svc' is called.) its content is <%@ServiceHost language="c#" Service... .
I have a similar error.
|
|
I have an old ASP.NET application. We send out httpWebRequest to a remote REST server and retrieve XML back, most of the time the application works fine. Recently, we got some high CPU usage issue several times a day.
During the high CPU usage time, we...
Started by machinegone on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That should point you.
Profiler to the W3WP process, and see which component is consuming the CPU.
|
|
I have a WCF service deployed behind the load balancer, when I try to reach it with SOAP it works great, but when I try to reach it via REST url I get the below mentioned error.
This is the REST URL I try to reach it with https:// devreporting.dev.sample...
Started by Santthosh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Test it by issuing the following command from a Command Prompt window on the server... .
Make sure that's the correct URL.
There was nothing listening to port 17005 at the time the request was made .
No channel actively listening" sounds like what it says.
|