[RESOLVED] i need help with this
okay im trying to open an .exe file with vb.net 2003. and i get this error
Cannot enumerate resources in the executable
what does this mean and how can i look at the coding of the file?
same thing happens when i try to open a .dll file thats related to that exe
Re: i need help with this
be more specific and post some code if you can...
Re: i need help with this
Quote:
Originally Posted by Newbie programmer
okay im trying to open an .exe file with vb.net 2003. and i get this error
Cannot enumerate resources in the executable
what does this mean and how can i look at the coding of the file?
same thing happens when i try to open a .dll file thats related to that exe
if you are trying to open a compiled dll or executable file, then you are not going to be able to view the source with VB.net 2003 or any vb version for that matter.