Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird behavior with Imports System.IO
Message
De
23/08/2005 14:22:49
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
23/08/2005 14:18:54
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01042897
Message ID:
01043023
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>>Perhaps you must explicitly declare tcDirectory ByVal.
>
>ByVal is what I have.
>
>Even when trying:
>
>
>            Directory.CreateDirectory("c:\test")
>
>
>I have the same.

Yeah, I took another look at that error message. I think that the function declaration is implicitly overloading another Directory function in the same namespace. The other Directory function accepts a single string paramter, and therefore the CLR does not know which function to call. Usually the error message associated with overloading a function with the same argument list is more descriptive. This error message may have something to do with the Shared declaration.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform