qlua / luainterface

Automatically exported from code.google.com/p/luainterface
0 stars 0 forks source link

System.IO.FileNotFoundException: Could not load file or assembly 'lua51.dll' #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using a .NET 4.0 Compiled version of LuaInterface
2. Setting up LuaInterface in my application
3. Copying the program to another computer, that does not have VS2010 Installed
4. Running the application

What is the expected output? What do you see instead?

The program would be expected to run the lua scripts. Instead it returns a 
FileNotFoundException for 'lua51.dll', even though lua51.dll is in the same 
folder as the application

What version of the product are you using? On what operating system?

LuaInterface 2.0.3. Windows 7 64-bit/32-bit

Please provide any additional information below.

This only happens on computers without VS2010. It still doesn't work after 
installing the VC ReDists

Original issue reported on code.google.com by mr.steve...@gmail.com on 19 Oct 2011 at 5:31

Attachments: