|
Eugene 10/24/2007 |
This error message means that .NET framework cannot locate ASPRunnerNET..dll file. It happens when you put generated files to folder different from Website root directory or virtual directory root. This is the way how .NET framework works. |
K
|
kconzel author 10/24/2007 |
Have I told you today how incredible you are?? It worked like a charm. And it solved my other problems too. This error message means that .NET framework cannot locate ASPRunnerNET..dll file. It happens when you put generated files to folder different from Website root directory or virtual directory root. This is the way how .NET framework works. You need to create a bin folder under your Web site root and put .dll file there. You can find *.dll file in ASPRunner.NET output directory in BIN folder. |
K
|
kconzel author 10/25/2007 |
Now that that problem is solved, it made me start thinking about my asp problem. This error message means that .NET framework cannot locate ASPRunnerNET..dll file. It happens when you put generated files to folder different from Website root directory or virtual directory root. This is the way how .NET framework works. You need to create a bin folder under your Web site root and put .dll file there. You can find *.dll file in ASPRunner.NET output directory in BIN folder. |
|
Eugene 10/29/2007 |
Now that that problem is solved, it made me start thinking about my asp problem. I have created several pages in asp that work on an old NT server but on the new server, asp pages work only in the root directory. Does asp have a similar issue? Is there a file I need to put in a certain folder there too?
|