How can I get the dll into the GAC on web servers (Win2008 R2/IIS 7) that don't have GACUTIL on them?

I followed the steps described in KB911816, but I can't make it work.

Two questions:

How can I get the dll into the GAC on web servers (Win2008 R2/IIS 7) that don't have GACUTIL on them?

Where should I put the reference to the dll in Web.config?

OT:

KB911816

Hi Mike,.

Refer to:

https://TechNet.Microsoft.com/en-us/library/gg607836 (v = ws.10) .aspx

https://msdn.Microsoft.com/en-us/library/ee265628%28V=BTS.10%29.aspx?f=255&MSPPError=-2147217396

Please post your question here for improving assistance:

https://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

Tags: Windows

Similar Questions

  • How can I get the model of web site of the "Safari Lodges can" that is on the Site of the day web page?

    How can I get the model of web site of the "Safari Lodges can" that is on the Site of the day web page?

    Hi George,.

    The site to which you refer does seem to be a template that you can get your hands on, however, I suggest that you contact the owner through their contact us page and see what can be done.

    - Abhishek Maurya

  • How can I get the Windows 7 Media Center guide to update the channel list.

    I noticed that lists of TV channels in Windows 7 Media Center guide are incomplete.  Not all available channels are appearing.  They disappeared for some time.  I checked the lists online of zapsit and they contain the missing strings.  The program zap2it descriptions are more precise than what appears in the Media Center guide.
    How can I get the added missing channels?
    Keep us on that.
     
    Please also post the questions to
    and do not forget to mention the Colossus when you post experts.
     
     
    Barb
     
    MVP - Windows/entertainment and connected home
     
     
    Please mark as answer if that answers your question
     
     
     
     
  • How can I get the update to Camera Raw 8.4?

    How can I get the update to Camera Raw 8.4?

    I don't inderstand why someone would get ACR 8.4. The correct version of ACR for CS5 is ACR 6.7, cs6 is cab 9.1.1 and CC, CC 2014 and 2015 ACR 9.5 CC.

    Update can be downloaded from these links

    Adobe Camera Raw 8.4 or later on Mac OS 10.6, Windows XP and Vista

    Adobe - Photoshop: For Windows

    2015 all updates of Adobe CC: Direct for Windows download links | ProDesignTools

    Adobe - Photoshop: For Macintosh

    2015 all updates of Adobe CC: Direct for Windows download links | ProDesignTools

  • How do you get the Adobe customer service to give an a contact email? I have problems!

    How can I get the Adobe customer to give me an e-mail address? I have problems!

    Experience shows that in most cases, one becomes faster and better help by posting questions on these forums. And it's free.

  • How can I get the Windows Fax and Scan program to scan mutiple page to a file rather than to each page into a separate file?

    How can I get the Windows Fax and Scan program to scan mutiple page to a file rather than to each page into a separate file?

    You don't, so use the scanning software provided by your device manufacturer, assuming that you have installed the unknown device with their installation cd or the download direct the full version of this site to the

  • I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows?

    I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows so that I can do the calculations?

    If you start the https://forums.adobe.com/welcome Forums Index

    You will be able to select a forum for the specific Adobe products you use

    Click on the symbol "arrow down" on the right (where it is said to see all our products and Services) to open the drop-down list and scroll

  • When I try to log in to Photoshop it keeps asking me for a 'unlock code' so I can't get into my pictures. How can I get the unlock code

    When I try to log in to Photoshop, it keeps asking me for a 'unlock code' so I'm unable to access my photos how can I get the unlock code

    Thank you for your response to my query. I have the Album Starter Edition 3.2. It's a box of product registration keeps coming back when I try to log in. This starter edition has been downloaded as a trial as I have used for some years now without difficulty until I have to register and pay for the privilege of using it. I tried to register, but registration box disappears. I'm sorry to be vague, but I'm not as into it as you and still trying to familiarize themselves with computer terminology and everything very confusing sometimes. Even the delay in responding to your response to my query is due to not being able to navigate the Web site to know how to respond.

    SORRY, but I hope you can help

  • Try installing Acrobat 8 Standard on PC with Windows 7, 64 bit. During the installation I was asked to provide "files Adobe PDF.dll for Windows Vista. How can I get the required file?

    I'm trying to install Acrobat 8 Standard on a PC with Windows 7, 64 bit. During installation, you asked me to provide 'File PDF.dll Adobe for Windows Vista'. How can I get the required file?

    Hi Alan Horan.

    This link appears corresponding to your query, please visit this link ( error "the file AdobePDF.dll is needed" |) CS3 | 64 - bit Windows ) and let me know if you face any problem.

    Kind regards
    Rahul Tyagi

  • How can I get the address of the memory of a table?

    Hi all

    Please bear with me, as this can be confusing. Let me know if you have any questions.

    I have a CCD of Hamamatsu and an external DLL that comes with it that I use. I call the "DcamCapture" function - this sends the capture command to the CCD.

    Its documentation:

    "BOOL DcamCapture (LPVOID pImageBuff, INT nBuffSize)

    [Summary]
    Begins to capture an image of the device.

    [Arguments]
    pImageBuff specifies the start address of the buffer where the image data is
    to be stored.

    nBuffSize specifies the size of the buffer (number of bytes).

    [Note]
    (1) this function emits an instruction to begin to capture the image. Since the image
    capture is not complete even when the function is completed, use the DcamWait

    function to check if the image capture is complete. »

    The "BOLD" is my own. So after that I called this function, I have to call DcamWait. The problem is, from this point, labview has already written the pImageBuff to its indicator variable - in fact, he wrote immediately after the return of this function. But before that data has even written to memory! So I go out exactly what I put in - an empty array.

    In C++, this isn't a problem. What they do in their code for the example is call DcamCapture, DcamWait in a loop, and then dereference the pointer pImageBuff once all this is done.

    I don't know how to dereference the pointer of table in Labview.

    So I have to, as a clumsy hack, call DcamCapture TWICE. I first call DcamCapture, then DcamWait, then DcamCapture again - this time, I use the FCM to dereference the pointer, pImageBuff, which has the correct data (now).

    -How can I get the location of the memory of the pImageBuff? And then, how can I access it?

    Thanks for your help. I called NOR and they 'think' about my problem - I would see if anyone here can come up with a solution.

    You can do this by using the functions of the memory manager of LabVIEW, you call by setting the name of the library to 'LabVIEW' in the call library function node.  The functions you need are DSNewPtr, MoveBlock (which in fact copy of data) and DSDisposePtr.  There are short documents on these functions using LabVIEW.  You need to call DSNewPtr to allocate the memory, switch to the DCamCapture, loop on DCamWait, use MoveBlock to copy this pointer data in a table that manages LabVIEW and finally free the pointer.  Here is an example of a similar sequence: http://forums.ni.com/t5/LabVIEW/array-pointer-from-dll/m-p/1217453#M519958.

  • How can I get the wwe, Inc. on the slate tablet app 7?

    How can I get the wwe, Inc. app for my hp slate tablet 7?  Some things said not compatible.

    Applications that require a GPS chip in a device won't like the entry level of Slate7 tablet as it does not.  To work around the problem, you will need to 'load side' the program of another Android device that can run it.  She is called extract APK.

    Extraction of the APK is not officially approved by HP. If an application is not available in a specific area which is a restriction that the developer has put on the application. Such a restriction could be due to the licensing of content.

    There are two main steps in order to extract the APK-

    (1) extract the application of another Android device, or download the APK file directly. If you download the APK file also, please be very confident of the Web site. Because you will be "forcing" the application to install and don't not download through Google, it is possible the application has been infected by malware or otherwise damaged.

    To perform step 1, first install the application on another Android device, and also to install an "APK Extractor" application. (there are several to choose from and available for free in the game of Google store).
    Once the application is extracted, copy the file to a MicroSD card, or use another means of transfer for example transfer or by e-mail.

    Insert the MicroSD card into your 7 Slate, or download the file.
    You may need to install a file browser to locate the file on your tab 7. These are also available in the store from game Google free.

    You must change a setting of security on your tab 7; Click settings, security and place a check in "unknown Sources allow installation of applications from unknown sources. You will get a warning about the potential of malicious software by changing this setting.

    Once the security setting has been changed, find the APK file and simply "click" on it to open it. It will install everything as it was downloading from the game store.

    I will state some things well-
    (1) this process is not approved by HP. I am a volunteer here and not an official representative of HP.
    (2) If a request is blocked in your area, then installation can cause problems or even violate certain laws or license.
    (3) download an APK on a suspicious Web site could introduce viruses/spyware/malware or other undesirable behaviors. Do not download APKs for files that are not free Google game like this would be piracy.
    (4) installation of an APK that "requires" GPS may not work fully, although in many cases, you can manually enter in your location and it will work.

    WyreNut

  • How can I get the ps3 game system to pick up a wireless internet connection, to a desktop computer in the same room?

    HP Desktop/Windows 7. Wireless Internet receives, of Linksys Wusb600n Adapter.Then for Playstation 3 wireless system?

    How can I get the ps3 game system to pick up wireless internet, a desktop computer in the same room, but the desktop computer is picking up wireless internet from a Linksys wusb600n adapter.and is a secure signal I have permission and the password of the neighbor. It is in the basement of the House and I can't access wefi for the coming thing only ps3.the is the usb cord pluged into the desktop. its for kids, any advice would be greatly appeaciated. Thank you

    You can use the wireless router but you cannot use pc as a wireless router.

    Upcoming ps3 games

  • How can I get the windows update? X8024400A error)

    I did a restore after my pro windows xp crashed now can't do windows update! How can I get the windows update? I get an error from the site Web has encountered a problem and cannot display the page you are trying to view. The options provided below may help you solve the problem. X8024400A error)

    Please help me!

    I could not download my favorite Antivirus unable to get updates.  Only a few site I couldn't even. It seemed to get worse until:

    I fould a place that gave me these instructions:

    1. Reregister the BITS files and Windows Update files. To do this, type the following commands at a command prompt. Press ENTER after you type each command.

      • Regsvr32.exe atl.dll
      • Regsvr32.exe urlmon.dll
      • Regsvr32.exe mshtml.dll
      • Regsvr32.exe shdocvw.dll
      • Regsvr32.exe browseui.dll
      • Regsvr32.exe jscript.dll
      • Regsvr32.exe vbscript.dll
      • Regsvr32.exe scrrun.dll
      • Regsvr32.exe msxml.dll
      • Regsvr32.exe msxml3.dll
      • Regsvr32.exe msxml6.dll
      • Regsvr32.exe actxprxy.dll
      • Regsvr32.exe softpub.dll
      • Regsvr32.exe wintrust.dll
      • Regsvr32.exe dssenh.dll
      • Regsvr32.exe rsaenh.dll
      • Regsvr32.exe gpkcsp.dll
      • Regsvr32.exe sccbase.dll
      • Regsvr32.exe slbcsp.dll
      • Regsvr32.exe cryptdlg.dll
      • Regsvr32.exe oleaut32.dll
      • Regsvr32.exe ole32.dll
      • Regsvr32.exe shell32.dll
      • Regsvr32.exe initpki.dll
      • Regsvr32.exe c:\windows\system32\wuapi.dll
      • Regsvr32.exe c:\windows\system32\wuaueng.dll
      • Regsvr32.exe wuaueng1.dll
      • Regsvr32.exe c:\windows\system32\dllcache\wucltui.dll
      • Regsvr32.exe c:\windows\system32\wups.dll
      • Regsvr32.exe wups2.dll
      • Regsvr32.exe wuweb.dll
      • Regsvr32.exe qmgr.dll
      • Regsvr32.exe qmgrprxy.dll
      • Regsvr32.exe c:\windows\system32\wucltux.dll
      • Regsvr32.exe c:\windows\system32\muweb.dll
      • Regsvr32.exe c:\windows\system32\wuwebv.dll
    2. Reset Winsock. To do this, type the following command at a command prompt and press ENTER:
      netsh winsock reset
    3. If you are running Windows XP or Windows Server 2003, you must set the proxy settings. To do this, type the following command at a command prompt and press ENTER:
      Proxycfg.exe d
    4. Restart the BITS service and the Windows Update service. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
      • net start bits
      • net start wuauserv
    5. If you are running Windows Vista or Windows Server 2008, erase the BITS queue. To do this, type the following command at a command prompt and press ENTER:
      Bitsadmin.exe/Reset /allusers
    6. Install the latest Windows Update Agent. For more information, click on the number below to view the article in the Microsoft Knowledge Base:
      949104 (http://support.microsoft.com/kb/949104/) how to obtain the latest version of the Windows Update Agent to help manage updates on a computer
    7. Restart the computer.

    After doing these, well most of them work. When I clicked on OK, but some are not. All of this worked!   I was able to update.  I was about to throw my computer!

    I don't know the tip you give here would have worked more quickly.  I just couldn't not here. Something was originally internet Exployer of do not leave me here.

    I had to work on him. Now everything seems to work very well. I have sort of my breatgh again and wory that error could haoppen again.

    1 million for your help thanks. It's great to have a place like this with pro like you here.  Much appreciated by a non pro like me.  Great place to learn more about computers.

  • How can I get the internet active icon to reappear in the taskbar

    How can I get the internet active icon to reappear it wont despite doing everything to get him to reappear such as notifications of the tick, display in the task bar and turn into network connections for notification, nothing works.  It has disappear intermittently, but came back he refuses now to reappear

    Hi Andy MWR.
     
    -Remember to make changes to your computer before this problem started to happen?
     
    Try the methods that are listed in the article given below to resolve this issue:
  • How can I get the screensaver to stop after a few minutes, while the screen turns off.

    original title: computer sleeps

    I leave my computer on all night.  When I'm done with it for the day, after 5 minutes, the screen saver turns on.  How can I get the screensaver to stop after a few minutes, while the screen turns off.  What we call that?  Sleep is - this Mode?  Hibernate? Thank you!

    Hi miztex37,

    ·         You want to put the computer in sleep mode?

    See the following article to see if it helps.

    Microsoft Windows XP - automatically put your computer into standby mode

    See also:

    Microsoft Windows XP - manually put your computer in sleep mode

Maybe you are looking for

  • Keyboard is fine, but it won't let me type?

    When I turned on my laptop, entered my password and failed in my laptop no problem. I typed all the keys - all typed. Even all keys have their lights. But suddenly, some keys don't work well. I don't know I don't turn something liquid on the keyboard

  • Connect to the server only in the office

    I want to know if there is a way that when I'm at my computer desktop will automatically connect in server folders, and when I'm at home it will automatically connect in server folders at home.  When I'm here every time that I also have to manually c

  • Print Spooler service is not running

    I'm trying to re - install my printer, but I get a message that says "operation could not be performed. Print Spooler service is not running.

  • How to make a 2 on 8600 officejet pro faces?

    How to make 2 copies of faces on my 8600 officejet pro?

  • Printers HP 8620: stop printing on a 8620

    I stopped a long document to print to the printer. After 4 minutes, it is still said cancellation of print on the printer screen. It is a way to cancel print another way?