hickoz_bro
New member
- Joined
- Sep 6, 2008
- Messages
- 4
- Programming Experience
- Beginner
Hi there,
I'm currently trying to make a small app for work, but i've got no experience with VB.net at all, i've been fumbling my way though it so far, but there's still a LONG way to go. I've searched till my fingers bled, but so far not a great deal out there is helpful.
My current issue is accessing an excel (2007) file i've embedded into resources. I can open the file from the hard drive via "c:/folder/file.xlsx" but i can't open it via "my.resources.file" the error i get is :
I'm really struggling to make sense of this one. Anyone able to help out?
I'm currently trying to make a small app for work, but i've got no experience with VB.net at all, i've been fumbling my way though it so far, but there's still a LONG way to go. I've searched till my fingers bled, but so far not a great deal out there is helpful.
My current issue is accessing an excel (2007) file i've embedded into resources. I can open the file from the hard drive via "c:/folder/file.xlsx" but i can't open it via "my.resources.file" the error i get is :
Value of type '1-dimensional array of Byte' cannot be converted to 'String'.
I'm really struggling to make sense of this one. Anyone able to help out?