exception with web service client

K

khamael

Hi all,

I've made an Outlook add-in that does some calls to a web service. When
I make the first call to that web service, I'm getting the following
exception:


----

System.IO.FileNotFoundException: File or assembly name wzc6bp7i.dll, or
one of its dependencies, was not found.
File name: "wzc6bp7i.dll"
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String
codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean
throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,
Boolean stringized, Evidence assemblySecurity, StackCrawlMark&
stackMark)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef,
Evidence assemblySecurity)
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[]
xmlMappings)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[]
mappings)
at System.Web.Services.Protocols.SoapClientType..ctor(Type type)
at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor()
at smsexpress_plugin.UserDataManager.UserDataManager..ctor()
at smsexpress.Document.Model.OnlineLogin()
at smsexpress.View.FormLogin.DoButtonLogin()

=== Pre-bind state information ===
LOG: Where-ref bind. Location =
C:\DOCUME~1\gps_pm01\LOCALS~1\Temp\wzc6bp7i.dll
LOG: Appbase = C:\Program Files\Microsoft Office\Office\
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/DOCUME~1/gps_pm01/LOCALS~1/Temp/wzc6bp7i.dll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top