This topic is locked

Lookup Wizard

1/2/2008 12:22:00 PM
ASPRunner.NET General questions
R
rob author

Hello!

I have a lookup wizard pointing to a lookup table and I have used the "WHERE" to select only "Active" fields because i only want the user to select "Active" values. The issue is that when they try to edit a row which contains an "Inactive" field, there is a "SelectedValue which is invalid because it does not exist in the list of items. Parameter name: value" error. Is there a way where the edit will not show this error and the original value (even if it is inactive), but when the user selects this drop down box, it only shows "Active" values.

Thanks!!!!

Eugene 1/9/2008

What wizard version do you use? This bug was fixed some time ago. You can download the latest version of ASPRunner.NET from here: http://www.asprunner.com/files/asprunnernet-setup.exe

R
rob author 1/9/2008

wow version 4.0!!!
I opened my project with 4.0 and when I build it, i'm receiving a couple errors:

  1. c:\program files\asprunner.net4.0\source\events.vb(2) - Unknown context @eh
  2. Microsoft error: CStoVBConvert has encountered a problem and needs to close. We are sorry for the inconvenience.
    Thanks again for the help!

    Rob

Eugene 1/10/2008
  1. To correct this bug, please try to download and install the latest version of ASPRunner.NET. You can get it here: http://www.asprunner.com/files/asprunnernet-setup.exe
  2. What framework version do you use? CStoVBConvert needs framework version v2.0.50727 or higher.

R
rob author 1/10/2008

Hi,
OK I installed the .NET 2.0 service pack 1 and now i'm at version 2.1.21022. I uninstalled the 4.0 version, downloaded it again, installed it again and the first error doesn't show up. Unfortunately the CStoVBConvert error is still showing up.
Thanks,

Rob