473,804 Members | 3,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

shared assemblies

Hello!

In directory c:\window\assem bly(GAC) can you find a lot of global assembly
names which is called
shared assemblies.

If I for example use ILDASM on a file called Accessibility which is a dll
that exist in the c:\window\assem bly(GAC) nothing happen why?

You can use ILDASM on any private assembly but it seems to be impossible on
any shared assembly

//Tony


Aug 22 '06 #1
2 2137
Tony,

What do you mean nothing happens? If you go and look in the GAC (you
are looking at a virtual view through a shell extension actually), it should
be there. Note, all assemblies in GAC need to be strong-named.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony Johansson" <jo************ *****@telia.com wrote in message
news:Hc******** **********@news b.telia.net...
Hello!

In directory c:\window\assem bly(GAC) can you find a lot of global assembly
names which is called
shared assemblies.

If I for example use ILDASM on a file called Accessibility which is a dll
that exist in the c:\window\assem bly(GAC) nothing happen why?

You can use ILDASM on any private assembly but it seems to be impossible
on any shared assembly

//Tony



Aug 22 '06 #2
Hello!
If I select a private assembly in ILDASM I get a lot of information listed
but if I select a shared assembly located at c:\window\assem bly(GAC) I
get nothing listed.
So you mean this is normal not seeing anything when using ILDASM on any
shared assembly located in the GAC.

Now to my second question:
If I create a shared assembly from a private assembly and then use
properties
on this it shows for example the
codeBase:file:///C:/TEST_DLL/ClassLibrary3/bin/Release/classlibrary3.d ll
but If I for example use properties on the Accessibility located in the
GAC this codeBase shows nothing why?
I mean the path to the actual Accessibility.d ll should be displayed in the
codeBase when using the properties.

//Tony
"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c omskrev i
meddelandet news:Od******** ******@TK2MSFTN GP06.phx.gbl...
Tony,

What do you mean nothing happens? If you go and look in the GAC (you
are looking at a virtual view through a shell extension actually), it
should
be there. Note, all assemblies in GAC need to be strong-named.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Tony Johansson" <jo************ *****@telia.com wrote in message
news:Hc******** **********@news b.telia.net...
>Hello!

In directory c:\window\assem bly(GAC) can you find a lot of global
assembly
>names which is called
shared assemblies.

If I for example use ILDASM on a file called Accessibility which is a
dll
>that exist in the c:\window\assem bly(GAC) nothing happen why?

You can use ILDASM on any private assembly but it seems to be
impossible
>on any shared assembly

//Tony




Aug 22 '06 #3

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

Similar topics

1
1547
by: Gary Varga | last post by:
I have an application which runs on both CE.NET and the full framework. To allow for a shared code base the following describes the assembly structure: 1) There is an executable binary for each of CE.NET and .NET (Forms). 2) These Forms binaries reference and use classes defined in a business logic library (BLL) class assembly. 3) The BLL references and uses classes in the data access library (DAL) class assembly.
1
1672
by: Dan | last post by:
Here's a scenario I'd like to discuss in order to setup my VS.NET IDE properly and be able to prepare a distribution: a) I have a windows forms C# app using 3 shared assemblies I developed to include various functions. The 3 shared assemblies are strongly named, and some of them are also used by others of them. Let's call them A, B, and C: now, B references A, while C references A and B. b) there is a distinct solution for each of the...
1
1292
by: Tim Kohler | last post by:
I'm having a problem with shared assemblies > 2^16 bytes in size. My assembly is in a solution along with a console app that references the assembly. The app is set up to reference the assembly (the reference path is pointed to the assemblies output directory). When I do a build, the assembly is failing to build because the .dll is loaded. I'm getting the following output from the build: The file 'Test_Library.dll' cannot be copied...
0
1907
by: RadekP | last post by:
Hi Gurus .. I would really appreciate some insights for the problem that bugs me for quite some time. I keep my custom controls in their own shared (private/public key signed) assembly. I need to have it shared. Usually I work with a Web application project that has a reference to my shared, custom controls assembly. Web project is a "Startup Project". I need to be able to set a breakpoint in my Custom Controls (shared) project. VS.NET...
9
4184
by: Invalidlastname | last post by:
Hi, We developed some assemblies which use EnterpriseServices queued components. In order to use EnterpriseServices, these assemblies need to be installed into GAC. I used the pre-build and post-build events to automate GAC installation processes and the asp.net application has "copy to local" set to false for the references of these shared assemblies. However, every time we made the changes to the shared assemblies, we had to restart...
0
1817
by: Raffi Basmajian | last post by:
I am trying to understand the difference between signing ClickOnce manifests and signing shared assemblies. My company is building .Net 2005 WinForm applications for internal company use only. Currently, the ClickOnce security settings on the applications is set for "Full Trust". We are using shared assemblies across development groups, but none of these assemblies are signed with strong names since signing assemblies is only required when...
7
3613
by: tony | last post by:
Hello! Can somebody tell me exactly when do I use GAC where shared assembly dll is stored. //Tony
0
954
by: Tony Johansson | last post by:
Hello! Can somebody give me a hint when to use private assemblies and when to use shared assemblies ? One mode thing will shared assemblies alwayse be put in the GAC(global assembly cach) ? //Tony
3
185
by: Tony Johansson | last post by:
Hello! I just want to check with you if .NET assemblies consist of only shared assemblies ? It must be shared assemblies because you never copies these assemblies to the folder where your application is located. //Tony
16
3397
by: MA | last post by:
Hi, We have added a shared assembly in GAC so that our multiple solutions can use use it. We use the publisher policy to controls the different versions of the assembly. This shared assembly also has dependencies (some are .NET assembly with strong name and some non .NET without strong name). How we will manage the dependent assemblies? Does the dependent assemblies will need to be added to the GAC?
0
9705
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
9576
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,...
1
10311
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
10074
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
9138
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...
1
7613
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5516
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
4292
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
2
3813
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.