Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / February 2005

Tip: Looking for answers? Try searching our database.

I don't understand this error: File or assembly name l6v3q9ad.dll, or one of its dependencies, was not found.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mike Lopez - 03 Feb 2005 23:41 GMT
File or assembly name l6v3q9ad.dll, or one of its dependencies, was not
found.I created a WebService project using the template in VS 2003 (.Net
Framework 1.1).Each time that I refresh the page (F5) the DLL name changes,
but the message surrounding it is the same.What's going on?Thanks in
advance,Mike
DalePres - 04 Feb 2005 15:24 GMT
That might be an indication that your project includes controls dynamically
created at runtime that cannot be compiled into the project dll.  When that
happens, .Net compiles and creates a temporary dll each time it runs the
page.  The real problem, of course, is that probably one of the dependencies
for the dynamic dll can't be built.  Check your code and the error messages
for more clues.

DalePres
MCAD, MCDBA, MCSE

> File or assembly name l6v3q9ad.dll, or one of its dependencies, was not
> found.I created a WebService project using the template in VS 2003 (.Net
> Framework 1.1).Each time that I refresh the page (F5) the DLL name
> changes, but the message surrounding it is the same.What's going on?Thanks
> in advance,Mike
Mike Lopez - 04 Feb 2005 16:09 GMT
Hi Dale. Thanks for responding.

What the project consists of is a class that was generated by XSD.exe from a
schema. This created a .cs file.

I created a webservice project, added this .cs file to the project, created
instances of all the class objects that XSD created, populated the
attributes with values, and created a webmethod to return the "base/root"
element (class name).

I thought this was all I had to do, I guess not. Thing is, if I remove the
[System.Xml.....] attributes from all of the generated classes, it works.

Any thoughts?

Thanks again,

Mike

> That might be an indication that your project includes controls
> dynamically created at runtime that cannot be compiled into the project
[quoted text clipped - 11 lines]
>> changes, but the message surrounding it is the same.What's going
>> on?Thanks in advance,Mike
Dan Rogers - 15 Feb 2005 22:55 GMT
This is typically a permissions problem.  The classes you generated with
XSD.exe get compiled the first time you make a call into a DLL that
contains the custom serializer for those types.  This is then added as a
dynamic reference.  If there is a permission problem in writing the DLL,
you can get this error.  This typically happens when someone has changed
the "run-as" settings from the default, or restricted the permissions on
the directories in your vroot.

Try reinstalling the .NET runtime (or running the regiis_net command
(something like that))
--------------------
>From: "Mike Lopez" <MichaelLopez@inds.com>
>Subject: I don't understand this error: File or assembly name
l6v3q9ad.dll, or one of its dependencies, was not found.
>Date: Thu, 3 Feb 2005 18:41:12 -0500
>Lines: 7
[quoted text clipped - 7 lines]
>NNTP-Posting-Host: 208.28.116.72
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:27940
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 3 lines]
>but the message surrounding it is the same.What's going on?Thanks in
>advance,Mike

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.