Complir do not compile my project
I just imported my project amuera, but it just does not compile
i tried everything, changed project settings to net 3.5
it claims that i am missing }-character from the line but it is not true.
have anyone else noticed the same problem?
best regards
ilkka
I added references, core libraries was missing.
I compiled with net 3.5, it went fine,,,, except that It does not handle sqlite library well --> when i uploaded sqlite3.dll, it said it cannot read the file or something.
When you change your platform it clears all selected references, because they differ between them, but I wonder why sqllite wouldn't upload... how big is the file?
The size of the DLL was 562 KiBytes
I got another size problem for you:
if my class size exceeds about 1640 rows, it gives me very strange errors:
something about missing brackets. This is erroneous behaviour of the compiler.
if I just delete some functions or case blocks (which I have done), it compiles fine.
Maybe the web-site upload does not work properly or something?
(Also, I am pretty sure that couple of times the system deleted some of the text of the end of the .cs file, but this hasnt occurred anymore)
thanks for your reply!
Hmm, I haven't experienced this personally, but it is possible, I am currently changing how file data is stored, this may resolve the issue.
If not, it might be an error in the editor, I'll look in to it :)
Complir says that System.Object is not imported or something.
this is very confusing! what should I do?
I changed project setting from Net 2.0 --> Net 3.5, before it complained about extension functions.