Click here to Skip to main content
15,887,875 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: checking values in datagrid rows Pin
Thang T.4-Feb-05 22:54
Thang T.4-Feb-05 22:54 
Generaldeploying .net apps with nsis Pin
fire.fox3-Feb-05 19:44
fire.fox3-Feb-05 19:44 
GeneralRe: deploying .net apps with nsis Pin
Charlie Williams4-Feb-05 6:20
Charlie Williams4-Feb-05 6:20 
GeneralRe: deploying .net apps with nsis Pin
Steve Maier4-Feb-05 10:09
professionalSteve Maier4-Feb-05 10:09 
GeneralRe: deploying .net apps with nsis Pin
fire.fox4-Feb-05 22:09
fire.fox4-Feb-05 22:09 
Generalbuild problem Pin
Ajek3-Feb-05 0:15
Ajek3-Feb-05 0:15 
GeneralDeploying Assemblys to the GAC Pin
JohnARyan2-Feb-05 6:46
JohnARyan2-Feb-05 6:46 
GeneralRe: Deploying Assemblys to the GAC Pin
Charlie Williams3-Feb-05 12:40
Charlie Williams3-Feb-05 12:40 
JohnARyan wrote:
Does installing to the GAC cause an assembly to be treated differently?

Yes.

The actual assemblies in the GAC are stored in %WINDOWS%\assembly, but the search feature in Windows Explorer won't be able to find them there. To view the contents, you can either use the shell extension provided (the folder will be viewed using the extension if you browse there with Windows Explorer) or the command-line tool Gacutil.exe.

gacutil.exe /l will list all the assemblies in the GAC while gacutil /l myassemblyname will give you the information for any matches it finds. (Note that you provide the assembly name, not the DLL name, so do not give the .dll extension)

I've found that an assembly won't be put into the application folder if it is placed in the GAC folder *and* it is excluded in the Detected Dependencies folder in the setup project. (Its icon will be shown in black and white and there will be a little circle with a cross through it.)

Charlie

if(!curlies){ return; }
GeneralEncryption keys Pin
Ray Cassick1-Feb-05 18:41
Ray Cassick1-Feb-05 18:41 
GeneralRe: Encryption keys Pin
Robert Rohde1-Feb-05 21:42
Robert Rohde1-Feb-05 21:42 
GeneralRe: Encryption keys Pin
S. Senthil Kumar8-Feb-05 10:23
S. Senthil Kumar8-Feb-05 10:23 
Questionwhere did InstMsiW.Exe and InstMsiA.Exe go? Pin
Galen_21-Feb-05 12:22
Galen_21-Feb-05 12:22 
AnswerRe: where did InstMsiW.Exe and InstMsiA.Exe go? Pin
rwestgraham1-Feb-05 20:27
rwestgraham1-Feb-05 20:27 
Generalsubject : programming with .NET Framework to browsing my bank account, buy and sell stock shares Pin
Close Network1-Feb-05 5:47
Close Network1-Feb-05 5:47 
GeneralRemoting channels Pin
neeru26197631-Jan-05 22:33
neeru26197631-Jan-05 22:33 
GeneralRe: Remoting channels Pin
Charlie Williams1-Feb-05 4:51
Charlie Williams1-Feb-05 4:51 
GeneralInstaller woes Pin
Arun Bhalla31-Jan-05 19:29
Arun Bhalla31-Jan-05 19:29 
GeneralRe: Installer woes Pin
rwestgraham1-Feb-05 15:27
rwestgraham1-Feb-05 15:27 
GeneralRe: Installer woes Pin
Arun Bhalla2-Feb-05 8:46
Arun Bhalla2-Feb-05 8:46 
GeneralRe: Installer woes Pin
Arun Bhalla2-Feb-05 9:27
Arun Bhalla2-Feb-05 9:27 
GeneralRe: Installer woes Pin
rwestgraham2-Feb-05 11:57
rwestgraham2-Feb-05 11:57 
GeneralRe: Installer woes Pin
Arun Bhalla2-Feb-05 13:13
Arun Bhalla2-Feb-05 13:13 
GeneralRe: Installer woes Pin
rwestgraham2-Feb-05 13:29
rwestgraham2-Feb-05 13:29 
GeneralRe: Installer woes Pin
Arun Bhalla2-Feb-05 13:37
Arun Bhalla2-Feb-05 13:37 
Generalmy.msn.com Style Web Page Pin
Khurram Raza31-Jan-05 18:50
Khurram Raza31-Jan-05 18:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.