Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
GeneralWindows Form DataGrid Pin
devvvy24-Sep-03 8:21
devvvy24-Sep-03 8:21 
GeneralRe: Windows Form DataGrid Pin
ankita patel24-Sep-03 8:37
ankita patel24-Sep-03 8:37 
GeneralRe: Windows Form DataGrid Pin
devvvy24-Sep-03 8:47
devvvy24-Sep-03 8:47 
GeneralRe: Windows Form DataGrid Pin
ankita patel24-Sep-03 11:48
ankita patel24-Sep-03 11:48 
GeneralRe: Windows Form DataGrid Pin
sumeat24-Sep-03 14:32
sumeat24-Sep-03 14:32 
GeneralRe: Windows Form DataGrid Pin
devvvy24-Sep-03 17:41
devvvy24-Sep-03 17:41 
GeneralVS.NET does not see my assemblies Pin
Le centriste24-Sep-03 8:10
Le centriste24-Sep-03 8:10 
GeneralRe: VS.NET does not see my assemblies Pin
James T. Johnson24-Sep-03 9:15
James T. Johnson24-Sep-03 9:15 
VS.NET doesn't use the GAC for pulling the list of assemblies you can reference. In fact none of the MS compilers allow you to reference an assembly in the GAC, instead the reference is made to files located in a regular directory. For the core assemblies of the CLR that location is %WINDIR%\Microsoft.NET\Framework\%version%\

VS.NET gets its list from some registry keys under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\AssemblyFolders (replace 7.1 with 7.0 if running VS.NET 2002)

There is also a similar key under Software\Microsoft\.NETFramework, but I can't remember if VS.NET looks under this key or not.

James

"then when you go to bed...wait, you dont do that do you....ok....when you plug into the 'hive mind' to charge yourself, ill hack into your head"
Nnamdi Onyeyiri over MSN

GeneralSystem.UnauthorizedAccessException Pin
Le centriste24-Sep-03 8:08
Le centriste24-Sep-03 8:08 
GeneralRe: System.UnauthorizedAccessException Pin
ich_bins25-Sep-03 0:01
ich_bins25-Sep-03 0:01 
GeneralRe: System.UnauthorizedAccessException Pin
Le centriste25-Sep-03 3:02
Le centriste25-Sep-03 3:02 
GeneralMouseHover logic Pin
Arun Bhalla24-Sep-03 7:43
Arun Bhalla24-Sep-03 7:43 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 8:27
J. Dunlap24-Sep-03 8:27 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 10:23
Arun Bhalla24-Sep-03 10:23 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 10:54
J. Dunlap24-Sep-03 10:54 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:02
Arun Bhalla24-Sep-03 11:02 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 11:11
J. Dunlap24-Sep-03 11:11 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:18
Arun Bhalla24-Sep-03 11:18 
GeneralRe: MouseHover logic Pin
J. Dunlap24-Sep-03 11:19
J. Dunlap24-Sep-03 11:19 
GeneralRe: MouseHover logic Pin
Arun Bhalla24-Sep-03 11:23
Arun Bhalla24-Sep-03 11:23 
GeneralLimiting characters entered into a textbox Pin
ecopilot24-Sep-03 6:24
ecopilot24-Sep-03 6:24 
GeneralRe: Limiting characters entered into a textbox Pin
Wjousts24-Sep-03 6:41
Wjousts24-Sep-03 6:41 
GeneralMore data binding wierdness Pin
Wjousts24-Sep-03 5:36
Wjousts24-Sep-03 5:36 
Generalcanonicalize a URL Pin
24-Sep-03 5:12
suss24-Sep-03 5:12 
GeneralRe: canonicalize a URL Pin
J. Dunlap24-Sep-03 8:50
J. Dunlap24-Sep-03 8: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.