F
Francisco García
It gives the following error "error CS0518: The predefined type
'System.Byte' is not defined or imported", when I compile a custom control
in design time, with csc.exe
csc /noconfig /nostdlib /defineESIGN /target:library ......
...........
if delete /nostdlib, appears the Error CS1595:
'System.Collections.ArrayList' is defined in multiple places
Thanks for help
'System.Byte' is not defined or imported", when I compile a custom control
in design time, with csc.exe
csc /noconfig /nostdlib /defineESIGN /target:library ......
...........
if delete /nostdlib, appears the Error CS1595:
'System.Collections.ArrayList' is defined in multiple places
Thanks for help