I have written an application that calls 'My.Computer.Fi leSystem.Specia lDirectories.Cu rrentUserApplic ationData'. My application is working fine, but one user has reported an issue that has me stumped. When this property is accessed, the following exception is thrown: "Unable to find an entry point named 'VerLanguageNam e' in DLL 'version.dll'". The stack trace says that the exception came from Microsoft.Win32 .UnsafeNativeMe thods.VerLangua geName(Int32 langID, StringBuilder lpBuffer, Int32 nSize)
I don't think the problem is with my code. I suspect that there is something wrong with a system-level component on her computer, particularly with the DLL that is mentioned. Is this DLL part of a specific windows component that could be reinstalled/repaired? Any idea how to proceed? Thanks for any advice you can offer.
Jon
I don't think the problem is with my code. I suspect that there is something wrong with a system-level component on her computer, particularly with the DLL that is mentioned. Is this DLL part of a specific windows component that could be reinstalled/repaired? Any idea how to proceed? Thanks for any advice you can offer.
Jon
Comment