As a VB.NET beginner I'm trying to just compile this [sample code](https://closedxml.codeplex.com/wikipage?title=Finding%20and%20extracting%20the%20data&referringTitle=Documentation) from the documentation section.
I created in Visual Studio a Console Application, referenced the ClosedXML and DocumentFormat.OpenXml dlls, converted the C#-code into VB and the compiler generated a "FileNotFoundException" error. But the missing file does exist in the specified path.
What can I do?
Sorry for bothering with a beginners concern
Comments: Thank you for your responses. It took me a while to fix the problem. However after unreferencing the files and referencing them again. Quiting Visual Studio and starting it again everything works fine. I cannot really tell what the cause for the problem was.
I created in Visual Studio a Console Application, referenced the ClosedXML and DocumentFormat.OpenXml dlls, converted the C#-code into VB and the compiler generated a "FileNotFoundException" error. But the missing file does exist in the specified path.
What can I do?
Sorry for bothering with a beginners concern
Comments: Thank you for your responses. It took me a while to fix the problem. However after unreferencing the files and referencing them again. Quiting Visual Studio and starting it again everything works fine. I cannot really tell what the cause for the problem was.