Questions tagged [assembly]

8 questions
2
votes
2 answers

What is hlt_bug?

I see it mentioned from time to time when the kernel checks the CPUs. I suppose it's some kind of hardware bug of the CPU related to the HLT instruction, but I can't find any information about this. So what is hlt_bug actually?
David Costa
  • 628
  • 5
  • 21
2
votes
5 answers

How to best diagnose Failure in loading assembly errors

I'm seeing many occurrences of "Error: Failure in loading assembly: MyAssembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=Token#" in my sharepoint farm's web front end eventlog. I've read this…
Dave
  • 357
  • 2
  • 6
  • 17
1
vote
0 answers

Asymmetric key to import assemblies

To import the System.DirectoryServices assembly requires the following commands create asymmetric key asmKey_DirectoryServices from executable file = 'c:\Windows\Microsoft.NET\Framework\v2.0.5072 \System.DirectoryServices.dll' create login…
cas06d
  • 125
  • 1
  • 5
0
votes
1 answer

What is the correct engineering name for HDD screw thread?

Everyone who deal with PC and servers assembling knows how does the screw to connect HDD with chassis (tray) looks like. But how to name it correctly? Is it M3.5 screw or what?
AntonioK
  • 519
  • 2
  • 9
  • 22
0
votes
1 answer

How to Install Windows Assemblies?

I have several websites that use Telerik controls and need to install the assemblies to a new VM running Windows Server 2008 R2. Normally I would drag the *.dll straight into the C:\Windows\Assembly folder, but I'm getting faced with an "Access…
0
votes
1 answer

How to add assemblies in a 64-bit machine?

My old cmd-script: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm blabla.dll C:\Windows\Microsoft.NET\Framework\v2.0.50727\GacUtil -i blabla.dll (Which works fine in my old machine.) But now I have a script for a 64-bit machine (Windows…
marko
  • 179
  • 1
  • 3
  • 10
0
votes
1 answer

ASP.NET web application can't find an assembly

I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a 'Service Unavailable' error. I checked the Event Viewer and it was filled up with these errors: I'm puzzled as…
anonymous coward
  • 272
  • 2
  • 12
-2
votes
1 answer

How to log a single-board computer events?

I have a single-board computer, I want to knows whats going on when it boot up and start up because i never get access to its BIOS, can I log the events/activities happening on the board when it get started? EDIT 1 the logging im trying to achieve…