473,763 Members | 9,275 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.IO.FileN otFoundExceptio n: File or assembly name dpwnnjmk.dll, or one
of its dependencies, was not found.

File name: "dpwnnjmk.d ll"

at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName, String codeBase,
Boolean isStringized, Evidence assemblySecurit y, Boolean
throwOnFileNotF ound, Assembly locationHint, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef, Boolean
stringized, Evidence assemblySecurit y, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Loa d(AssemblyName assemblyRef, Evidence
assemblySecurit y)

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.Xml.Seri alization.Compi ler.Compile()

at System.Xml.Seri alization.TempA ssembly..ctor(X mlMapping[] xmlMappings)

at System.Xml.Seri alization.XmlSe rializer.FromMa ppings(XmlMappi ng[]
mappings)

at System.Web.Serv ices.Protocols. SoapClientType. .ctor(Type type)

at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol..ctor()

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

aspnet_regiis -i

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


"rooster575 " <ro********@hot mail.com> wrote in message
news:eU******** ******@tk2msftn gp13.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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.IO.FileN otFoundExceptio n: File or assembly name dpwnnjmk.dll, or one of its dependencies, was not found.

File name: "dpwnnjmk.d ll"

at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurit y, Boolean
throwOnFileNotF ound, Assembly locationHint, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef, Boolean stringized, Evidence assemblySecurit y, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Loa d(AssemblyName assemblyRef, Evidence
assemblySecurit y)

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.Xml.Seri alization.Compi ler.Compile()

at System.Xml.Seri alization.TempA ssembly..ctor(X mlMapping[] xmlMappings)

at System.Xml.Seri alization.XmlSe rializer.FromMa ppings(XmlMappi ng[]
mappings)

at System.Web.Serv ices.Protocols. SoapClientType. .ctor(Type type)

at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol..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.FileN otFoundExceptio n: 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********@hot mail.com> wrote in message news:<##******* *******@TK2MSFT NGP11.phx.gbl>. ..
Nevermind, the fix was to type.

aspnet_regiis -i

.. in the v1.1.xxx directory.


"rooster575 " <ro********@hot mail.com> wrote in message
news:eU******** ******@tk2msftn gp13.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.Http UnhandledExcept ion: Exception of type
System.Web.Http UnhandledExcept ion was thrown. --->
System.IO.FileN otFoundExceptio n: File or assembly name dpwnnjmk.dll, or

one
of its dependencies, was not found.

File name: "dpwnnjmk.d ll"

at System.Reflecti on.Assembly.nLo ad(AssemblyName fileName, String

codeBase,
Boolean isStringized, Evidence assemblySecurit y, Boolean
throwOnFileNotF ound, Assembly locationHint, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Int ernalLoad(Assem blyName assemblyRef,

Boolean
stringized, Evidence assemblySecurit y, StackCrawlMark& stackMark)

at System.Reflecti on.Assembly.Loa d(AssemblyName assemblyRef, Evidence
assemblySecurit y)

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.CodeDom. Compiler.Compil erResults.get_C ompiledAssembly ()

at System.Xml.Seri alization.Compi ler.Compile()

at System.Xml.Seri alization.TempA ssembly..ctor(X mlMapping[] xmlMappings)

at System.Xml.Seri alization.XmlSe rializer.FromMa ppings(XmlMappi ng[]
mappings)

at System.Web.Serv ices.Protocols. SoapClientType. .ctor(Type type)

at System.Web.Serv ices.Protocols. SoapHttpClientP rotocol..ctor()

Nov 18 '05 #3

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

Similar topics

11
3350
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 Explicit and Response.Expires=-1,
12
2685
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 so many different ways but I just thought this would do it: td {border-bottom: #000000 1px solid;} But no! What am I doing wrong? Because I can have a border of a td or tr in FF, right?! Thankful for any help here! Table and CSS is below..
5
4552
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 <stdio.h> int main (void)
3
1477
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 global.asax file. I am seeing articles that say line numbers are in the ..
7
1758
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
1102
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 MyForm is the reference to my main form and MyLanguage is in fact, the file name of my DLL to load...for example "english.dll" Function ChangeLanguage(ByRef MyForm As FMain, ByVal MyLanguage As String) As Boolean Dim strFilePath As String
15
3666
by: manstey | last post by:
Hi, I have a text file called a.txt: # comments I read it using this:
3
1768
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 outputs the value that other scripts i have running set it to. Why should crazy.php care what other scripts are running that use that variable name?? <?php crazy();
2
1691
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 which are visible, and then via ajax it loads more and ads them to them on to the list as it goes. If a user selects one of the items, that item scrolls to the middle and is highlighted. I've got all this working, except that when a user clicks,...
0
10148
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9823
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.