StrongNameError: Has anyone experienced StrongNameErrors with the threads running under W3wp.exe on Windows...
Calculator final project in Python
Prepend last line of stdin to entire stdin
Easy to read palindrome checker
INSERT to a table from a database to other (same SQL Server) using Dynamic SQL
How to edit “Name” property in GCI output?
A small doubt about the dominated convergence theorem
Why, when going from special to general relativity, do we just replace partial derivatives with covariant derivatives?
Should I tutor a student who I know has cheated on their homework?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Why is information "lost" when it got into a black hole?
What steps are necessary to read a Modern SSD in Medieval Europe?
What happened in Rome, when the western empire "fell"?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
Unclear about dynamic binding
Does increasing your ability score affect your main stat?
How to get from Geneva Airport to Metabief, Doubs, France by public transport?
Is there always a complete, orthogonal set of unitary matrices?
What was the first Unix version to run on a microcomputer?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
Why do remote US companies require working in the US?
Why do airplanes bank sharply to the right after air-to-air refueling?
How to count occurrences of text in a file?
Grabbing quick drinks
StrongNameError: Has anyone experienced StrongNameErrors with the threads running under W3wp.exe on Windows 2008 Std
The Next CEO of Stack OverflowExchange Server Queue InfestedIIS aborts request thread with status 995'Server Application Unavailable' in IIS7 after switching to .net 4.0ASP Classic + IIS7 issuesThe RSA key container could not be opened. Windows Server 2008 R2HTTP Error 503. The service is unavailable. On Windows 2008 with iisstart.htmPHP Runs Very Slow on IIS7. Need Help optimizing our configUser can not access network printers with Windows 7 connected to Windows 2008 R2The trust relationship between the primary domain and the trusted domain failedRequests still arriving to a .Net site that is IP restricted
I have a web application that runs fine in our loadtest and dev environments, but runs very slow in our production environment. Using procexp64.exe from sysinternals I found threads that reference StrongNameError. This only occurs on our production servers and does not occur on our loadtest or dev servers. The web application on each set of servers is identical (I'm confirmed this multiple times as I'm struggling to resolve this error.
Example Thread: mscorwks.dll!StrongNameErrorInfo+0x7638
IIS is configured the same on all servers. The only difference I have been able to discover is the version of Windows. Oddly enough, our loadtest and dev servers are running enterprise and our production servers are running standard.
Is there some little known different between Windows 2008 Standard and Windows 2008 Enterprise that would shed light on this error and possible resolution?
iis-7 windows
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 9 more comments
I have a web application that runs fine in our loadtest and dev environments, but runs very slow in our production environment. Using procexp64.exe from sysinternals I found threads that reference StrongNameError. This only occurs on our production servers and does not occur on our loadtest or dev servers. The web application on each set of servers is identical (I'm confirmed this multiple times as I'm struggling to resolve this error.
Example Thread: mscorwks.dll!StrongNameErrorInfo+0x7638
IIS is configured the same on all servers. The only difference I have been able to discover is the version of Windows. Oddly enough, our loadtest and dev servers are running enterprise and our production servers are running standard.
Is there some little known different between Windows 2008 Standard and Windows 2008 Enterprise that would shed light on this error and possible resolution?
iis-7 windows
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04
|
show 9 more comments
I have a web application that runs fine in our loadtest and dev environments, but runs very slow in our production environment. Using procexp64.exe from sysinternals I found threads that reference StrongNameError. This only occurs on our production servers and does not occur on our loadtest or dev servers. The web application on each set of servers is identical (I'm confirmed this multiple times as I'm struggling to resolve this error.
Example Thread: mscorwks.dll!StrongNameErrorInfo+0x7638
IIS is configured the same on all servers. The only difference I have been able to discover is the version of Windows. Oddly enough, our loadtest and dev servers are running enterprise and our production servers are running standard.
Is there some little known different between Windows 2008 Standard and Windows 2008 Enterprise that would shed light on this error and possible resolution?
iis-7 windows
I have a web application that runs fine in our loadtest and dev environments, but runs very slow in our production environment. Using procexp64.exe from sysinternals I found threads that reference StrongNameError. This only occurs on our production servers and does not occur on our loadtest or dev servers. The web application on each set of servers is identical (I'm confirmed this multiple times as I'm struggling to resolve this error.
Example Thread: mscorwks.dll!StrongNameErrorInfo+0x7638
IIS is configured the same on all servers. The only difference I have been able to discover is the version of Windows. Oddly enough, our loadtest and dev servers are running enterprise and our production servers are running standard.
Is there some little known different between Windows 2008 Standard and Windows 2008 Enterprise that would shed light on this error and possible resolution?
iis-7 windows
iis-7 windows
edited Jan 26 '11 at 6:16
sysadmin1138♦
117k17145281
117k17145281
asked Nov 11 '10 at 19:20
BrianBrian
62
62
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04
|
show 9 more comments
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04
|
show 9 more comments
1 Answer
1
active
oldest
votes
I am struggling with a very similar problem. My threads are sitting in clr.dll!StrongNameErrorInfo
. I managed to find this post, which suggests that Process Explorer can be wrong about what method the threads are in.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f200894%2fstrongnameerror-has-anyone-experienced-strongnameerrors-with-the-threads-runnin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am struggling with a very similar problem. My threads are sitting in clr.dll!StrongNameErrorInfo
. I managed to find this post, which suggests that Process Explorer can be wrong about what method the threads are in.
add a comment |
I am struggling with a very similar problem. My threads are sitting in clr.dll!StrongNameErrorInfo
. I managed to find this post, which suggests that Process Explorer can be wrong about what method the threads are in.
add a comment |
I am struggling with a very similar problem. My threads are sitting in clr.dll!StrongNameErrorInfo
. I managed to find this post, which suggests that Process Explorer can be wrong about what method the threads are in.
I am struggling with a very similar problem. My threads are sitting in clr.dll!StrongNameErrorInfo
. I managed to find this post, which suggests that Process Explorer can be wrong about what method the threads are in.
answered May 19 '11 at 7:42
porgesporges
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f200894%2fstrongnameerror-has-anyone-experienced-strongnameerrors-with-the-threads-runnin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@Brian: 2 questions: are both servers the same architecture (both 32-bit or both 64-bit)? and do you have symbols properly configured for process explorer?
– MattB
Nov 11 '10 at 20:12
Yes both servers are 64 bit.
– Brian
Nov 11 '10 at 21:00
I believe the symbols are properly configured. At first I didn't have all the required sysmbols, but downloaded and installed those missing. I'll do a file comparison now to ensure C:windowssymbols match on both servers.
– Brian
Nov 11 '10 at 21:03
I confirmed the correct symbols are infact installed on the production server. A comparison of the symbols of the two servers would not be helpful as the production server is on SP2 and the dev sever is on sp1. If I read this page microsoft.com/whdc/devtools/debugging/symbolpkg.mspx correctly, the symbols are different based on service pack level. Still stumped.
– Brian
Nov 11 '10 at 21:42
@Brian: going from SP1 (I assume you mean RTM since there is no 2008 SP1) to SP2 is a much bigger difference than going from Standard to Enterprise, and should probably be noted in your question. Are you positive that the same version of the .Net framework is registered for your IIS site? I don't know how up to date you keep your systems, but 2008 shipped with .Net 2.0 SP1, and 2008SP2 shipped .Net 2.0 SP2. You can of course upgrade them to the same level.
– MattB
Nov 12 '10 at 22:04