extrange CS1003 error

  • Thread starter Thread starter =?iso-8859-1?Q?jo=E3o_paulo?=
  • Start date Start date
?

=?iso-8859-1?Q?jo=E3o_paulo?=

I've made a class generator using CodeDom, and it is
working fine, but whem i try to compile the class
generated I got some CS1003 syntax errors.
But terrible thing is that there isn't any error at all !!
The workaround is to edit the file and add some white
spaces, new lines, or remove somes ?

Does someone has another workaround ?
PS: I can send the code.


Thanks,
João Paulo
 
I've made a class generator using CodeDom, and it is
working fine, but whem i try to compile the class
generated I got some CS1003 syntax errors.
But terrible thing is that there isn't any error at all !!
The workaround is to edit the file and add some white
spaces, new lines, or remove somes ?

Does someone has another workaround ?
PS: I can send the code.


Thanks,
João Paulo

what is the exact text of your CS1003?

it should give you something like "Syntax error, 'xyz' expected"
 
Please send the repro.

--
--Grant
This posting is provided "AS IS" with no warranties, and confers no rights.


I've made a class generator using CodeDom, and it is
working fine, but whem i try to compile the class
generated I got some CS1003 syntax errors.
But terrible thing is that there isn't any error at all !!
The workaround is to edit the file and add some white
spaces, new lines, or remove somes ?

Does someone has another workaround ?
PS: I can send the code.


Thanks,
João Paulo
 
Back
Top