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

.NET (Core and Framework)

 
SuggestionRe: Installing A Windows Service on Win 10 With Windows Defender Pin
Richard Deeming7-Aug-19 9:40
mveRichard Deeming7-Aug-19 9:40 
QuestionHow to crystal report Short by Month.Year Pin
NSE India5-Aug-19 22:08
NSE India5-Aug-19 22:08 
AnswerRe: How to crystal report Short by Month.Year Pin
Richard Andrew x646-Aug-19 12:23
professionalRichard Andrew x646-Aug-19 12:23 
AnswerRe: How to crystal report Short by Month.Year Pin
Richard Deeming7-Aug-19 9:38
mveRichard Deeming7-Aug-19 9:38 
QuestionFind Assembly Dependancies Pin
Kevin Marois1-Aug-19 7:17
professionalKevin Marois1-Aug-19 7:17 
AnswerRe: Find Assembly Dependencies Pin
Richard Deeming1-Aug-19 9:05
mveRichard Deeming1-Aug-19 9:05 
QuestionUsing a GAC-registered assembly in a web application Pin
tiwal23-Jul-19 0:39
tiwal23-Jul-19 0:39 
AnswerRe: Using a GAC-registered assembly in a web application Pin
Eddy Vluggen23-Jul-19 1:13
professionalEddy Vluggen23-Jul-19 1:13 
Global Assembly Cache | Microsoft Docs[^]

MSDN wrote:
The Global Assembly Cache stores assemblies specifically designated to be shared by several applications on the computer.


tiwal wrote:
I was convinced that, adding the reference to the project, the dll 's GAC location would be stored
The GAC location doesn't need to be stored; it is managed by the .NET environment.

You will still need to add a reference to the dll. The difference is that you no longer have to copy the dll to the local output folder (which VS does for you, usually), but that the app will use the one that is registered in the GAC.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: Using a GAC-registered assembly in a web application Pin
tiwal23-Jul-19 1:35
tiwal23-Jul-19 1:35 
GeneralRe: Using a GAC-registered assembly in a web application Pin
Eddy Vluggen23-Jul-19 2:54
professionalEddy Vluggen23-Jul-19 2:54 
GeneralRe: Using a GAC-registered assembly in a web application Pin
tiwal23-Jul-19 3:51
tiwal23-Jul-19 3:51 
QuestionHow to log an error through out full application Pin
Anandkumar Prajapati1-Jul-19 0:57
professionalAnandkumar Prajapati1-Jul-19 0:57 
AnswerRe: How to log an error through out full application Pin
Pete O'Hanlon1-Jul-19 1:35
subeditorPete O'Hanlon1-Jul-19 1:35 
AnswerRe: How to log an error through out full application Pin
Richard Deeming1-Jul-19 7:40
mveRichard Deeming1-Jul-19 7:40 
GeneralRe: How to log an error through out full application Pin
Richard Andrew x6420-Jul-19 2:04
professionalRichard Andrew x6420-Jul-19 2:04 
GeneralRe: How to log an error through out full application Pin
Richard Deeming22-Jul-19 7:29
mveRichard Deeming22-Jul-19 7:29 
QuestionConditional survey coding Pin
Member 1451542128-Jun-19 4:51
Member 1451542128-Jun-19 4:51 
AnswerRe: Conditional survey coding Pin
Dave Kreskowiak28-Jun-19 9:34
mveDave Kreskowiak28-Jun-19 9:34 
AnswerRe: Conditional survey coding Pin
Eddy Vluggen28-Jun-19 13:29
professionalEddy Vluggen28-Jun-19 13:29 
AnswerRe: Conditional survey coding Pin
Gerry Schmitz29-Jun-19 2:28
mveGerry Schmitz29-Jun-19 2:28 
GeneralOutlook Current User Context Pin
Member 1106951823-Jun-19 22:07
Member 1106951823-Jun-19 22:07 
GeneralRe: Outlook Current User Context Pin
Richard MacCutchan23-Jun-19 23:04
mveRichard MacCutchan23-Jun-19 23:04 
QuestionCryptography - Substitution Cipher Question Pin
YSLGuru12-Jun-19 19:44
YSLGuru12-Jun-19 19:44 
AnsweriRe: Cryptography - Substitution Cipher Question Pin
OriginalGriff12-Jun-19 19:50
mveOriginalGriff12-Jun-19 19:50 
AnswerRe: Cryptography - Substitution Cipher Question Pin
OriginalGriff12-Jun-19 20:17
mveOriginalGriff12-Jun-19 20:17 

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.