Expand Minimize
0 out of 1 rated this helpful - Rate this topic

'<functionname>' is not declared (Smart Device/Visual Basic Compiler Error)

<functionname> is not declared. File I/O functionality is normally available in the Microsoft.VisualBasic namespace, but the targeted version of the .NET Compact Framework does not support it.

Error ID: BC30766

To correct this error

  • Perform file operations with functions defined in the System.IO namespace.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.