I have doenloaded a
VB .Net solution for the Wrox book ASP.Net Website Programming. I can build the project ok but as soon as I go to view the URL I start getting dll errorâs such as the one below:
Error Message:
File or assembly name xwoorgft.dll, or one of its dependencies, was not found.
Error Stack:
System.IO.FileNotFoundException: File or assembly name xwoorgft.dll, or one of its dependencies, was not found.
File name: "xwoorgft.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(AssemblyNa me assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark)
at System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity)
at System.CodeDom.Compiler.CompilerResults.get_Compil edAssembly()
at System.CodeDom.Compiler.CompilerResults.get_Compil edAssembly()
at System.Xml.Serialization.Compiler.Compile()
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type)
at Wrox.WebModules.Polls.Configuration.ModuleConfig.G etSettings() in C:\Wrox\ThePhileVB\WebModules\Polls\Polls.Configur ation\ModuleConfig.
vb:line 28
at Wrox.WebModules.Polls.Business.Question.GetCurrent Id() in C:\Wrox\ThePhileVB\WebModules\Polls\Polls.Business \Question.
vb:line 224
at Wrox.WebModules.Polls.Web.Controls.User.Poll.DataB ind() in C:\Wrox\ThePhileVB\WebModules\Polls\Poll.ascx.
vb:l ine 260
at Wrox.WebModules.Polls.Web.Controls.User.Poll.Page_ Load(Object sender, EventArgs e) in C:\Wrox\ThePhileVB\WebModules\Polls\Poll.ascx.
vb:l ine 62
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
=== Pre-bind state information ===
LOG: Where-ref bind. Location = C:\WINDOWS\TEMP\xwoorgft.dll
LOG: Appbase = file:///C:/Wrox/ThePhileVB
LOG: Initial PrivatePath = bin
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:/WINDOWS/TEMP/xwoorgft.dll.
I have repaired my .Net install (Studio .Net 2003), reinstalled web services enhancements, reinstalled the .Net framework, performed a windows update but to no avail. Each time I shut down my browser and fire it up again it moans about a different dll. Here are some that are listed:
o_6jm-cz.dll
ajqmsebp.dll
v94qaj7q.dll
le5cx6y7.dll
xyilezuy.dll
Admittedly Iâm new to .Net so it may be something obvious. Problem is I canât find any mention of these dllâs anywhere on the web so Iâm not sure what Iâm missing? Any ideas would be very welcome?
Regards
Collin Bath