This topic is locked
[SOLVED]

 ASPRunner.NET ver 5 and .NET framework 4

6/19/2012 1:52:59 AM
ASPRunner.NET General questions
M
mstudio author

I get a message that say no .NET framework found no my system, but I have framework 4

do I need to intall framework 2 or can I change the setting so framework 4 will bo used?

Sergey Kornilov admin 6/19/2012

It's safe to ignore this message, it's doesn't affect functionality of generated code.

M
mstudio author 6/20/2012

The problem is that I can not create virtual direcrtory, the new button is not clickable.

I work on win 7, can you tell how to fix it?

I need to install web server or something?

Sergey Kornilov admin 6/21/2012

Yes, you need to have a web server (IIS) in order to run generated application. Virtual directory needs to be created manually.
For example you can create a virtual directory named "project1", point it to ASPRunner.NET output directory and then run it in browser as http://localhost/project1

M
mstudio author 6/23/2012

I needed to run the program as Administrator in window 7.

Do you know how I can run this program as Administrator and getting the UAC message everytime?

By the way when I run the program on old Access database that work on my old computer, I got error message (CS0246) on

my new computer that say The type or namespace name 'Images' could not be found (are you missing a using directive or an assembly reference?)

Images is table name in the access database