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...


Kerem Gümrükcü
 
K

Kerem Gümrükcü

already solved, there was a namespace ambiguity.

already solved, there was a namespace ambiguity.
 

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

Top