Click here to Skip to main content
15,893,923 members
Home / Discussions / C#
   

C#

 
QuestionPatching classes/codes Pin
Member 143923423-Jul-09 21:20
Member 143923423-Jul-09 21:20 
AnswerRe: Patching classes/codes Pin
Christian Graus23-Jul-09 21:36
protectorChristian Graus23-Jul-09 21:36 
GeneralRe: Patching classes/codes Pin
Member 143923423-Jul-09 22:48
Member 143923423-Jul-09 22:48 
AnswerRe: Patching classes/codes Pin
Tamer Oz23-Jul-09 21:48
Tamer Oz23-Jul-09 21:48 
GeneralRe: Patching classes/codes Pin
Member 143923423-Jul-09 22:47
Member 143923423-Jul-09 22:47 
GeneralRe: Patching classes/codes Pin
Tamer Oz23-Jul-09 22:49
Tamer Oz23-Jul-09 22:49 
GeneralRe: Patching classes/codes Pin
Member 143923423-Jul-09 23:11
Member 143923423-Jul-09 23:11 
QuestionNamespace problem (no strong name) Pin
Nigel Mackay23-Jul-09 21:07
Nigel Mackay23-Jul-09 21:07 
My app has a number of projects in it. They all use the same namespace (ClientServerTimesheet).

I need to print some grids, so I have added Printing.DataGridViewPrintProvider to the solution, without changing its namespace.

In the client part I have added a reference to it and I can print. But I have a problem with the height of the first row and so I want to look at the array of row heights.

I have a project Globals, with a class Lookup. Lookup contains a public static array of float rowHeights.

In DataGridViewPrintProvider I have added a reference to Globals.
In DataGridViewPrintProvider I use the line
global::ClientServerTimesheet.Lookup.rowHeights[row.Index] = GridView.Rows[row.Index].RowHeight(g);
but it won't build, saying that Globals does not have a strong name.

I supect that what I actually need is to qualify the above line better, or do I really need to create a strong name for Globals? Not sure how to do that with C# 2008 Express
AnswerRe: Namespace problem (no strong name) Pin
PIEBALDconsult24-Jul-09 4:22
mvePIEBALDconsult24-Jul-09 4:22 
GeneralRe: Namespace problem (no strong name) Pin
Nigel Mackay24-Jul-09 5:39
Nigel Mackay24-Jul-09 5:39 
GeneralRe: Namespace problem (no strong name) Pin
PIEBALDconsult24-Jul-09 10:57
mvePIEBALDconsult24-Jul-09 10:57 
GeneralRe: Namespace problem (no strong name) Pin
Nigel Mackay24-Jul-09 21:45
Nigel Mackay24-Jul-09 21:45 
QuestionOutlook 2003 addin not working in outlook 2007 Pin
Zafar A khan 23-Jul-09 20:40
professionalZafar A khan 23-Jul-09 20:40 
AnswerRe: Outlook 2003 addin not working in outlook 2007 Pin
Abhishek Sur23-Jul-09 21:40
professionalAbhishek Sur23-Jul-09 21:40 
GeneralRe: Outlook 2003 addin not working in outlook 2007 Pin
Zafar A khan 24-Jul-09 0:38
professionalZafar A khan 24-Jul-09 0:38 
QuestionASTVisitor in Visual Studios for C# Pin
u060509423-Jul-09 19:34
u060509423-Jul-09 19:34 
QuestionThe datatypes text and nvarchar are invompatible in the equal to operator Pin
haleemasher23-Jul-09 18:21
haleemasher23-Jul-09 18:21 
AnswerRe: The datatypes text and nvarchar are invompatible in the equal to operator Pin
Christian Graus23-Jul-09 19:32
protectorChristian Graus23-Jul-09 19:32 
AnswerRe: The datatypes text and nvarchar are invompatible in the equal to operator Pin
Tamer Oz23-Jul-09 22:15
Tamer Oz23-Jul-09 22:15 
GeneralRe: The datatypes text and nvarchar are invompatible in the equal to operator Pin
haleemasher23-Jul-09 23:27
haleemasher23-Jul-09 23:27 
QuestionIncorrect syntax near the keyword 'Transaction' Pin
haleemasher23-Jul-09 17:48
haleemasher23-Jul-09 17:48 
AnswerRe: Incorrect syntax near the keyword 'Transaction' Pin
Curtis Schlak.23-Jul-09 18:07
Curtis Schlak.23-Jul-09 18:07 
GeneralRe: Incorrect syntax near the keyword 'Transaction' Pin
haleemasher23-Jul-09 18:10
haleemasher23-Jul-09 18:10 
AnswerRe: Incorrect syntax near the keyword 'Transaction' Pin
Mike Ellison23-Jul-09 18:09
Mike Ellison23-Jul-09 18:09 
QuestionFile Tansfer Protocols in VC# Pin
bigjoe11a23-Jul-09 16:50
bigjoe11a23-Jul-09 16: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.