473,811 Members | 3,424 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dll get's added to my cache area "automatic"

Hi,

I am a c# newbies..

I am having some problems with my dll it sometimes get's added to my
cache even I don't want it to land there.
My assembly is added to the cache here:
C:\Documents and Settings\<USERN AME>\Local Settings\Applic ation
Data\assembly\d l3\P1ZM0W08.2LP \GQ9AD27V.M5C\8 eb9c117\84f1669 8_922fc701

This causes all kinds of problems for me since I have a dependency to a
legacy dll that I want to load from my asseambly.

Does anyone have a referency to some documentation on what is going on?

Regards
Lars Schouw

Jan 4 '07 #1
3 1573
I found out that the files end up in my 'downloaded cache'. How do I
turn this off?

I can see the assemblies by using gacutil /ldl and clear the
downloaded cache by using gacutil /cdl

Lars

On Jan 4, 9:12 am, schou...@yahoo. com wrote:
Hi,

I am a c# newbies..

I am having some problems with my dll it sometimes get's added to my
cache even I don't want it to land there.
My assembly is added to the cache here:
C:\Documents and Settings\<USERN AME>\Local Settings\Applic ation
Data\assembly\d l3\P1ZM0W08.2LP \GQ9AD27V.M5C\8 eb9c117\84f1669 8_922fc701

This causes all kinds of problems for me since I have a dependency to a
legacy dll that I want to load from my asseambly.

Does anyone have a referency to some documentation on what is going on?

Regards
Lars Schouw
Jan 4 '07 #2
Came closer looks like shadow copying of files is turned on.. now I
just have to find out how to turn that off!!
Lars

On Jan 4, 9:59 am, schou...@yahoo. com wrote:
I found out that the files end up in my 'downloaded cache'. How do I
turn this off?

I can see the assemblies by using gacutil /ldl and clear the
downloaded cache by using gacutil /cdl

Lars

On Jan 4, 9:12 am, schou...@yahoo. com wrote:
Hi,
I am a c# newbies..
I am having some problems with my dll it sometimes get's added to my
cache even I don't want it to land there.
My assembly is added to the cache here:
C:\Documents and Settings\<USERN AME>\Local Settings\Applic ation
Data\assembly\d l3\P1ZM0W08.2LP \GQ9AD27V.M5C\8 eb9c117\84f1669 8_922fc701
This causes all kinds of problems for me since I have a dependency to a
legacy dll that I want to load from my asseambly.
Does anyone have a referency to some documentation on what is going on?
Regards
Lars Schouw- Hide quoted text -- Show quoted text -
Jan 4 '07 #3
Found the answer to the problem I was using NUnit gui which does always
do shadow copying!
I the console mode there is an option to turn if off and it works....
Lars

On Jan 4, 10:54 am, schou...@yahoo. com wrote:
Came closer looks like shadow copying of files is turned on.. now I
just have to find out how to turn that off!!
Lars

On Jan 4, 9:59 am, schou...@yahoo. com wrote:
I found out that the files end up in my 'downloaded cache'. How do I
turn this off?
I can see the assemblies by using gacutil /ldl and clear the
downloaded cache by using gacutil /cdl
Lars
On Jan 4, 9:12 am, schou...@yahoo. com wrote:
Hi,
I am a c# newbies..
I am having some problems with my dll it sometimes get's added to my
cache even I don't want it to land there.
My assembly is added to the cache here:
C:\Documents and Settings\<USERN AME>\Local Settings\Applic ation
Data\assembly\d l3\P1ZM0W08.2LP \GQ9AD27V.M5C\8 eb9c117\84f1669 8_922fc701
This causes all kinds of problems for me since I have a dependency to a
legacy dll that I want to load from my asseambly.
Does anyone have a referency to some documentation on what is going on?
Regards
Lars Schouw- Hide quoted text -- Show quoted text -- Hide quoted text -- Show quoted text -
Jan 4 '07 #4

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

Similar topics

10
4712
by: schears | last post by:
Why? Running on windows 2000 with all updates, 2G Memory, 117G Hard Drive space available. This was not an issue until I added some code to two of my c files. Any suggestions? Thanks
7
1437
by: Johann Blake | last post by:
It would be nice to have Visual Studio .NET automatically break into the code whenever an event is generated without having to explicity set a breakpoint. It often happens that when a piece of code is executed, it automatically forces events somewhere else in code to be raised. Sometimes these events are generated by the source code written by the developer and sometimes they are done by controls or other behind-the-scenes code that was...
1
11290
by: Philip Bondi | last post by:
Hello to all SQL Server junkies who work with non-English characters: For people running scripts from the command line using ANSI files with special characters, it is very important to use isql and disable "Automatic ANSI to OEM conversion": - This only affects isql from the command line, and no gui applications - http://support.microsoft.com/?scid=kb;EN-US;153449 - Start the "Client Network Utility" C:\WINDOWS\system32\cliconfg.exe
4
5101
by: Philip Nelson | last post by:
Folks, I've got a database and tablespaces "managed by automatic storage". I've deleted a lot of data from some tables. I've then reorged them. But the tablespaces don't appear to shrink in size (they just have lots of free space). How can I get DB2 to give the space back ?
1
6514
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting" setting to be "E_ALL", notices are still not getting reported. The perms on my file are 664, with owner root and group root. The php.ini file is located at /usr/local/lib/php/php.ini. Any ideas why the setting does not seem to be having an effect? ...
0
1314
by: sherkhan | last post by:
Hello Everyone. I have come across this article (http://dast.nlanr.net/Projects/ Autobuf_v1.0/autotcp.html) called "Automatic TCP window tuning". After my first newbie file transfer I wrote and found that it was just extremely slow over net, compared to http or ftp. I have been thinking of reasons. After reading the article I modified the server and clients.. in the following way.. server...
53
26414
by: fdmfdmfdm | last post by:
This is an interview question and I gave out my answer here, could you please check for me? Q. What are the memory allocation for static variable in a function, an automatic variable and global variable? My answer: static variable in function and global variable are allocated in head, and automatic variable is allocated in stack. Right?
0
1240
by: nemo | last post by:
Hello, I m looking for a feature that could really help everyone debugging code. I often have to use the "Attach to Process..." function from Visual Studio 2005 Prof. to debugg my code called by several programs. This programs use my dlls. When I want to debug my code I have to set breakpoints where the PC(ProgramCounter) stops. But at the moment I have to know what Member(or Method) of my code is called from the other Programm(using...
5
1446
tharden3
by: tharden3 | last post by:
I'm data-basing products for a local manufacturing company (I've been designing their entire website). Can I write PHP so that I set the limit of products visible per page, and then if the number of products exceeds that limit, it automatically generates another page?
0
9730
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10392
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
10403
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
10136
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
9208
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
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5555
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...
1
4341
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

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.