Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

SharePoint: Solving the name.dll ActiveX problem – the easy way

It is possible to solve name.dll issue in SharePoint without modifying JavaScript files.

  1. Open master page in SharePoint Designer.
  2. Find the following line:
     
    <asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server"/>
     
  3. Add the following script block after it:
     
    <script>
    function ProcessImn() {}
    </script>
     
  4. Check the master page in and publish it.

This solution worked well for me using BlueBand.master. I think it is not an good idea to modify script files as SharePoint updates may also update the scripts.

Posted: Mar 17 2009, 11:27 AM by DigiMortal | with 4 comment(s)
Filed under:

Comments

Webmaster Crap » Blog Archive » SharePoint: Solving the name.dll ActiveX problem ??? the easy way … said:

Pingback from  Webmaster Crap  &raquo; Blog Archive   &raquo; SharePoint: Solving the name.dll ActiveX problem ??? the easy way &#8230;

# March 17, 2009 9:07 AM

SharePoint: Solving the name.dll ActiveX problem ??? the easy way … said:

Pingback from  SharePoint: Solving the name.dll ActiveX problem ??? the easy way &#8230;

# March 17, 2009 10:13 AM

Links (3/19/2009) « Steve Pietrek - Everything SharePoint said:

Pingback from  Links (3/19/2009) &laquo; Steve Pietrek - Everything SharePoint

# March 19, 2009 8:32 PM

.NET Reflections said:

Sharepoint DLL Information Bar Prompt

# August 19, 2009 2:54 PM