Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get the local sql InstanceName with C#? Pin
Colin Angus Mackay30-Jan-07 22:40
Colin Angus Mackay30-Jan-07 22:40 
GeneralRe: How to get the local sql InstanceName with C#? Pin
jason_mf31-Jan-07 1:43
jason_mf31-Jan-07 1:43 
QuestionAdd a extra row to a datagrid which you can edit an bind Pin
peggy70630-Jan-07 21:28
peggy70630-Jan-07 21:28 
AnswerRe: Add a extra row to a datagrid which you can edit an bind Pin
jdkulkarni30-Jan-07 22:10
jdkulkarni30-Jan-07 22:10 
QuestionUse GAC Assembly. Pin
Rahul.RK30-Jan-07 21:23
Rahul.RK30-Jan-07 21:23 
AnswerRe: Use GAC Assembly. Pin
jdkulkarni30-Jan-07 22:18
jdkulkarni30-Jan-07 22:18 
GeneralRe: Use GAC Assembly. Pin
Rahul.RK30-Jan-07 23:20
Rahul.RK30-Jan-07 23:20 
GeneralRe: Use GAC Assembly. Pin
jdkulkarni30-Jan-07 23:29
jdkulkarni30-Jan-07 23:29 
If you check the code carefully then you will come to know that System.Data is from GAC only. Now I have .NET 1.1 and .NET 2.0 installed on my machine. Both contains System.Data but with different versions. That is the speciality of GAC. You need to create a strong name and change the version. Then you can copy your assembly in GAC. You do not need to copy it to your application.

Jayant D. Kulkarni
Brainbench Certified Software Engineer in C#, ASP.NET, .NET Framework and ADO.NET

GeneralRe: Use GAC Assembly. Pin
Rahul.RK30-Jan-07 23:37
Rahul.RK30-Jan-07 23:37 
GeneralRe: Use GAC Assembly. Pin
Rahul.RK31-Jan-07 0:03
Rahul.RK31-Jan-07 0:03 
GeneralRe: Use GAC Assembly. Pin
jdkulkarni31-Jan-07 0:16
jdkulkarni31-Jan-07 0:16 
GeneralRe: Use GAC Assembly. Pin
jdkulkarni31-Jan-07 1:08
jdkulkarni31-Jan-07 1:08 
GeneralRe: Use GAC Assembly. Pin
Rahul.RK31-Jan-07 2:05
Rahul.RK31-Jan-07 2:05 
GeneralRe: Use GAC Assembly. Pin
jdkulkarni31-Jan-07 17:13
jdkulkarni31-Jan-07 17:13 
GeneralRe: Use GAC Assembly. Pin
Rahul.RK1-Feb-07 19:14
Rahul.RK1-Feb-07 19:14 
QuestionHow to capture mouse enter event while left mouse button is clicked? Pin
Alvaro Enriquez30-Jan-07 21:18
Alvaro Enriquez30-Jan-07 21:18 
AnswerRe: How to capture mouse enter event while left mouse button is clicked? Pin
Mircea Puiu31-Jan-07 0:34
Mircea Puiu31-Jan-07 0:34 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Alvaro Enriquez31-Jan-07 1:31
Alvaro Enriquez31-Jan-07 1:31 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Mircea Puiu31-Jan-07 2:35
Mircea Puiu31-Jan-07 2:35 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Martin#31-Jan-07 2:49
Martin#31-Jan-07 2:49 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Mircea Puiu31-Jan-07 3:32
Mircea Puiu31-Jan-07 3:32 
QuestionRe: How to capture mouse enter event while left mouse button is clicked? Pin
Alvaro Enriquez31-Jan-07 3:55
Alvaro Enriquez31-Jan-07 3:55 
AnswerRe: How to capture mouse enter event while left mouse button is clicked? Pin
Mircea Puiu31-Jan-07 4:59
Mircea Puiu31-Jan-07 4:59 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Martin#31-Jan-07 10:46
Martin#31-Jan-07 10:46 
GeneralRe: How to capture mouse enter event while left mouse button is clicked? Pin
Alvaro Enriquez31-Jan-07 23:15
Alvaro Enriquez31-Jan-07 23:15 

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.