473,396 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Crazy ASP.NET ERROR. dpwnnjmk.dll???

Im getting the following error on a page where I try to access an external
web service.
Every time I get the error the .dll name is different!

Thanks for any help.

================================================== ==========================
=
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.IO.FileNotFoundException: File or assembly name dpwnnjmk.dll, or one
of its dependencies, was not found.

File name: "dpwnnjmk.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.FromMapping s(XmlMapping[]
mappings)

at System.Web.Services.Protocols.SoapClientType..ctor (Type type)

at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()

Nov 18 '05 #1
2 1004
Nevermind, the fix was to type.

aspnet_regiis -i

... in the v1.1.xxx directory.


"rooster575" <ro********@hotmail.com> wrote in message
news:eU**************@tk2msftngp13.phx.gbl...
Im getting the following error on a page where I try to access an external
web service.
Every time I get the error the .dll name is different!

Thanks for any help.

================================================== ========================== =
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.IO.FileNotFoundException: File or assembly name dpwnnjmk.dll, or one of its dependencies, was not found.

File name: "dpwnnjmk.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.FromMapping s(XmlMapping[]
mappings)

at System.Web.Services.Protocols.SoapClientType..ctor (Type type)

at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()

Nov 18 '05 #2
I want to get another solution into the stream. Our situation was

Situation:
1) developing on XP Pro with VS.NET 2002
2) using local web service
3) had been working for almost 2 years
4) Last used April 13, 2004 from ASP.NET
5) Call to web service from Windows continues to work
6) Was broken on several developer machines

Problem:

1) Tried on April 28, 2004 from ASP.NET page and received the fateful
message:
System.IO.FileNotFoundException: File or assembly name xxxxxxxx.dll,
or
one of its dependencies, was not found.

Analysis:

1) This message comes from the XMLSerializer which creates and then
tries to compile some code into a dll assembly on the fly (thus the
strange temporary name)
2) Given that the problem just started, we theorized that it was
something that was recently installed
3) Found the culprit to be the Microsoft Security Bulletin MS04-012:
Cumulative Update for Microsoft RPC/DCOM (828741). This was put out
on 4/13/04.

When that was removed, the call to local web service from local
ASP.NET on developer machines worked again.
"rooster575" <ro********@hotmail.com> wrote in message news:<##**************@TK2MSFTNGP11.phx.gbl>...
Nevermind, the fix was to type.

aspnet_regiis -i

.. in the v1.1.xxx directory.


"rooster575" <ro********@hotmail.com> wrote in message
news:eU**************@tk2msftngp13.phx.gbl...
Im getting the following error on a page where I try to access an external
web service.
Every time I get the error the .dll name is different!

Thanks for any help.

================================================== ==========================
=
System.Web.HttpUnhandledException: Exception of type
System.Web.HttpUnhandledException was thrown. --->
System.IO.FileNotFoundException: File or assembly name dpwnnjmk.dll, or

one
of its dependencies, was not found.

File name: "dpwnnjmk.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.FromMapping s(XmlMapping[]
mappings)

at System.Web.Services.Protocols.SoapClientType..ctor (Type type)

at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: doltharz | last post by:
Please Help me i'm doing something i though was to be REALLY EASY but it drives me crazy The complete code is at the end of the email (i mean newsgroup article), i always use Option...
12
by: Gnolen | last post by:
Hi, I am really getting crazy here! I just do not get why this happens with the borders of the td/tr! I just want a border on the bottom of the rows(or td) but I just can't do it!!! I have tried...
5
by: spoilsport | last post by:
Ive got to write a multi-function program and I'm plugging in the functions but I keep getting this error from line 40. Im new to this and cant find an answer anywhere. Sam #include...
3
by: Larry Tate | last post by:
I have had a monstrous time getting any good debugging info out of the .net platform. Using ... ..NET Framework 1.1 Windows 2K Server VB.NET <- is this the problem? error handling in the...
7
by: Miguel Dias Moura | last post by:
Hello, In an ASP.Net / VB web page I want to display an image which filename depends of a parameter on the URL. I have this:
1
by: Maileen | last post by:
Hi, I'm still with my problem of string resource to load from a C++ DLL. Here is my code : in my module i have the function for loading DLL and sending back a string to main form. where...
15
by: manstey | last post by:
Hi, I have a text file called a.txt: # comments I read it using this:
3
by: squash | last post by:
I have spent two hours trying to make sense of this script, called crazy.php. The output should be nothing because $cookie_password is nowhere defined in this script, correct? But it actually...
2
by: pedalpete | last post by:
Hi All, I'm using Bill Scott's YUI carousel v5.6, and I've run into a crazy looping javascript for some reason, and I can't seem to get around it. The carousel loads a bunch of items, 7 of...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.