G
Guest
sorry.... hit the enter key prematurely on the other post.
From other postings I am assuming that C# #defines can not be used for bit
mask definitions as follows...
#define Value 1 0x00000001
#define Value2 0x00000002
#define Value3 0x00000004
I am assuming that I need to define such definitions as perhaps static ints
in an assembly and reference the shared assembly. Please confirm.
Also .... when referencing the assembly... is there a means to reference the
assembly relative from the IIS application directory.... so if I move the
project from IIS server to another IIS server.... all relative references
will be maintained and continue to work.
Thanks
Philip
From other postings I am assuming that C# #defines can not be used for bit
mask definitions as follows...
#define Value 1 0x00000001
#define Value2 0x00000002
#define Value3 0x00000004
I am assuming that I need to define such definitions as perhaps static ints
in an assembly and reference the shared assembly. Please confirm.
Also .... when referencing the assembly... is there a means to reference the
assembly relative from the IIS application directory.... so if I move the
project from IIS server to another IIS server.... all relative references
will be maintained and continue to work.
Thanks
Philip