Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8253067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:44:51+00:00 2026-06-08T00:44:51+00:00

I have written a bridge between my application and the Sharepoint webservices, to return

  • 0

I have written a bridge between my application and the Sharepoint webservices, to return the data to my project in a useful format. However When any line tries to create a new instance of this webServiceBridge class, it throws this exception.

Could not load type 'SharepointWeb.ShareList' from assembly 'SharepointWeb, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null'.

I’m not referencing or using the Sharepoint.dll libraries at the moment as this application is going to be external from Sharepoint Server. For compatibility with WSS3 the sharepoint plugin project (the application I’m writing) is .NET 3.5 but the “configuration tool project” is .NET 4.

All my webFunctions code does is take the XmlNodes returned from the web services and sort it into something usable. In most cases they return List<MyObject>

These are the only web methods I am using.

permissionService.GetPermissionCollection
listService.GetList
listService.GetListItems
listService.GetListCollection
siteDataService.GetWeb

I have tried adding Microsoft.Sharepoint.dll as a reference to the project but this did not resolve the issue. But even if it had, I don’t understand why it is needed.

Here is what Fuslogvw had to say:
(How ever I will point out that this error appears in FuslogVw before the exception causing method is called on and tries to use the web service. Apart from this error it is empty!)

* Assembly Binder Log Entry (19/07/2012 @ 14:38:45) *

The operation failed. Bind result: hr = 0x80070002. The system cannot
find the file specified.

Assembly manager loaded from:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll Running under
executable C:\Working\XXXX\Configuration
Tool\v2.6.0.3\ConfigurationTool\ConfigurationTool\bin\Debug

\ConfigurationTool.vshost.exe
— A detailed error log follows.

=== Pre-bind state information === LOG: User = YYYY\XXXX LOG: DisplayName = msvcm80, Version=8.0.50727.6195, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a (Fully-specified) LOG: Appbase =
file:///C:/Working/XXXX/Configuration
Tool/v2.6.0.3/ConfigurationTool/ConfigurationTool/bin/Debug/ LOG:
Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base =
NULL LOG: AppName = ConfigurationTool.vshost.exe Calling assembly :
(Unknown).
=== LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Working\XXXX\Configuration
Tool\v2.6.0.3\ConfigurationTool\ConfigurationTool\bin\Debug

\ConfigurationTool.vshost.exe.Config LOG: Using host configuration
file: LOG: Using machine configuration file from
C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
LOG: Post-policy reference: msvcm80, Version=8.0.50727.6195,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a LOG: GAC Lookup was
unsuccessful. LOG: Attempting download of new URL
file:///C:/Working/XXXX/Configuration

Tool/v2.6.0.3/ConfigurationTool/ConfigurationTool/bin/Debug/msvcm80.DLL.
LOG: Attempting download of new URL
file:///C:/Working/XXXX/Configuration

Tool/v2.6.0.3/ConfigurationTool/ConfigurationTool/bin/Debug/msvcm80/msvcm80.DLL. LOG: Attempting download of new URL
file:///C:/Working/XXXX/Configuration

Tool/v2.6.0.3/ConfigurationTool/ConfigurationTool/bin/Debug/msvcm80.EXE.
LOG: Attempting download of new URL
file:///C:/Working/XXXX/Configuration

Tool/v2.6.0.3/ConfigurationTool/ConfigurationTool/bin/Debug/msvcm80/msvcm80.EXE. LOG: All probing URLs attempted and failed.

edit: Added Msvcm80.dll from %Program Files%\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT

No errors in FuslogVW but exception persists.

This is the full Exception text, not much to go on!

System.TypeLoadException was caught Message=Could not load type
‘SharepointWeb.ShareList’ from assembly ‘SharepointWeb,
Version=2.6.0.0, Culture=neutral, PublicKeyToken=null’.
Source=Sharepoint TypeName=SharepointWeb.ShareList StackTrace:
at Sharepoint.FolderBrowser.GrowTree(String siteUrl)
at Sharepoint.FolderBrowser..ctor(String siteURL) InnerException:

Is there anywhere else I can look to find more information that may help me diagnose the cause of this issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T00:44:53+00:00Added an answer on June 8, 2026 at 12:44 am

    The project which references the web services needs to be signed with a strong name key. Then placed in the Sharepoint servers GAC or Sharepoint web’s /bin directory.

    Mine did not have a SNK.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written a bash script which installs a number of packages, however for
I have written a function that sorts a big scale of data. To test
have written a stochastic simulation in Java, which loads data from a few CSV
I have written a generic class class MyClass : MyClass<string> { } //this line
I have written a Windows Forms application and now I want to write some
I want to code as a personnal project (i'm student) a bridge between two
I have web services written using java which interacts with the android application only
I have written a small Asp.net application using Entity Framework. A Stored Procedure accepts
I have written an application called Abacus and released it as free software. Now
I have an XCode project built as a Cocoa single document application (it's not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.