Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting variable unclear or never assigned for string array

Status
Not open for further replies.

christer99

IS-IT--Management
Dec 3, 2001
247
After converting from Visual Studio 2003 to 2005, I am getting this error/warning which prevents me from seeing the design view. Any help would be appreciated?

The variable 'propfiles' is either undeclared or was never assigned. C:\ProposalGenerator2\ProposalGenerator\Form27.vb 1107 0


Dim propfiles As String() = Directory.GetFiles(DriLet + ":\VBProposalTemplates\", "*.dot")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top