Strange Error...

K

Kerem Gümrükcü

Hi,

i get this error when i try to compile my code.
But why, ...everything seems to be ok!

When i try to get some files extension with this:

"File Extension: " + Path.GetExtension(e.FullPath) + " created...";


, i get this error


'type' does not contain a definition for 'function'
CS0117 (C#)

Is this a bug or what?

Thanks in advance...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Strange Error... 1
Strange Error... 1
Check extension 5
Radiobutton 1
interface implementation 5
compie error CS0117 4
'Class' does not contain a definition for 'TextBox1' 1
Problem with Class name 6

Top