Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
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 
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 
I just put the global in to see if it helped.

No exception - compile error: Assembly generation failed -- Referenced assembly 'Globals' does not have a strong name : Printing.DataGridViewPrint

But Code Completion worked when entering the line. And other places in my code I can access variables and constants in Lookup (although I don't need the ClientServerTimesheet. as they are in the same namespace.)

I renamed he project that contains Lookup to SolutionGlobals as well as its Assembly Name and the compile error follows the change.!!
If I comment out the line code compiles and runs.

I checked the Build Order and Dependencies. Printer.DataGrisViewPrintProvider is only dependant on SolutionGlobals (Lookup) which is compiled first, and only the client is dependant on it, and client is compiled later in the order.
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 
QuestionHow do you store a bunch of values in a 20x20 array Pin
Nathan Revka23-Jul-09 15:20
Nathan Revka23-Jul-09 15:20 
AnswerRe: How do you store a bunch of values in a 20x20 array Pin
PIEBALDconsult23-Jul-09 15:34
mvePIEBALDconsult23-Jul-09 15:34 

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.