|
-
Jun 27th, 2006, 03:19 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Error without an error message
I'm pulling my hair out
I have a table that contains 2 formviews
I have an "edit" button that changes the mode of the FV to edit as follows
FormView1.ChangeMode(FormViewMode.Edit)
This works fine, but when I add the line for the second formview;
FormView1.ChangeMode(FormViewMode.Edit)
FormView2.ChangeMode(FormViewMode.Edit)
I get an error when I build the app. However, there is no error message to tell me what is wrong. How can I isolate the issue?
Last edited by seidel1; Jun 28th, 2006 at 01:48 PM.
Reason: Issue Solved
-
Jun 27th, 2006, 06:00 PM
#2
-
Jun 27th, 2006, 06:14 PM
#3
Thread Starter
Hyperactive Member
Re: Error without an error message
I have tried pretty much everything you have suggested.
I tried renaming the FV's, I tried removing them, It's almost as if the IDE isn't seeing them, however they do appear, but they don't appear to have any properties exposed in the code behind.
I am doning nearly the same identical thing on several other pages with no issues. The frustraiting thing is that it says there are build errors, but no errors appear in the error list
Any help of suggestions is greatly appreciated
-
Jun 27th, 2006, 06:21 PM
#4
Addicted Member
Re: Error without an error message
hummm...can you post your file and if I can or maybe some one else can (as I only got vb 2003, vb 6, asp web matrix, Microsoft Visual Web Developer 2005 Express Edition installed on my machine) can have a look to see if its just your computer or not ? Have you tried using one of the other working pages and making a copy and simply editing the code to make it like for the page that doesn’t work ...bit of a long winded solution but may work....when you used buttons separate buttons for each control to control the view of the items individually did that not work ?

I will wait for death with a smile and a big stick
-
Jun 28th, 2006, 01:47 PM
#5
Thread Starter
Hyperactive Member
Re: Error without an error message
Thanks for the offer to review the code. I ended up fixing the issue by remaking the page from scratch. Painful but it resolved the issue.
-
Jun 28th, 2006, 06:27 PM
#6
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|