Click here to Skip to main content
16,005,206 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to set white color to transparent and the opacity=0.5 as the same time same form? Pin
cylix200030-Aug-06 20:46
cylix200030-Aug-06 20:46 
AnswerRe: How to set white color to transparent and the opacity=0.5 as the same time same form? Pin
Dave Kreskowiak31-Aug-06 5:35
mveDave Kreskowiak31-Aug-06 5:35 
QuestionAPI Pin
Khalefa_1330-Aug-06 18:58
Khalefa_1330-Aug-06 18:58 
AnswerRe: API Pin
CWIZO31-Aug-06 2:23
CWIZO31-Aug-06 2:23 
Questionmy littel problem Pin
Khalefa_1330-Aug-06 18:56
Khalefa_1330-Aug-06 18:56 
QuestionRss Enclosures Pin
ranro200630-Aug-06 18:08
ranro200630-Aug-06 18:08 
QuestionOutlook Interop Question Pin
Joshua Boyle30-Aug-06 10:57
Joshua Boyle30-Aug-06 10:57 
QuestionDeleted Column throws exception Pin
IdahoNetworkGuru30-Aug-06 10:54
professionalIdahoNetworkGuru30-Aug-06 10:54 
I deleted an old, unused column from a table in SQL Server that my app points to. I then removed any reference to that column in my app (variables, controls, etc.) I deleted and recreated the TableAdapter and DataTable for that SQL table in the DataSet designer so it would reflect the lack of that column. I even ran a search in my code for the column name. I run my app, and it works (i.e. I can pull a record from that DataTable) and all seems alright until I call Me.WorkRequestTableAdapter.Update(Record) (which is line 99 in the trace below). It then throws this exception:

System.Data.SqlClient.SqlException: Invalid column name '2AppID'.
Invalid column name '2AppID'.
at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at BCI_Tracker.frm_Details.WorkRequestBindingNavigatorSaveItem_Click(Object sender, EventArgs e) in U:\VB\BCI Tracker2\BCI Tracker\frm_Details.vb:line 99

I have no idea where this is coming from. I have looked in the designer code for the form and the dataset. I still can't find where this exception is coming from?
I'm still quite new to vb.net, so I'm sorry if this is super easy, or if I broke a major best practice.
Any help would be great!!!

_____________________________________________________________________

Who's the only one here who knows the illegal ninja moves from the government? - Napoleon
AnswerRe: Deleted Column throws exception Pin
Dave Kreskowiak30-Aug-06 11:47
mveDave Kreskowiak30-Aug-06 11:47 
AnswerRe: Deleted Column throws exception Pin
IdahoNetworkGuru31-Aug-06 4:29
professionalIdahoNetworkGuru31-Aug-06 4:29 
QuestionPassword Protection in vb.net 1.1 Pin
amaneet30-Aug-06 5:34
amaneet30-Aug-06 5:34 
AnswerRe: Password Protection in vb.net 1.1 Pin
Dave Kreskowiak30-Aug-06 6:09
mveDave Kreskowiak30-Aug-06 6:09 
QuestionError Provider! Pin
Deepasubramanian30-Aug-06 2:28
Deepasubramanian30-Aug-06 2:28 
AnswerRe: Error Provider! Pin
Stephen McGuire30-Aug-06 9:11
Stephen McGuire30-Aug-06 9:11 
QuestionHow do I write a script to Backup Outlook Express Groups Pin
Tom Moore30-Aug-06 2:15
Tom Moore30-Aug-06 2:15 
QuestionRemote Protocol Management Software Pin
wildfire232330-Aug-06 2:12
wildfire232330-Aug-06 2:12 
AnswerRe: Remote Protocol Management Software [modified] Pin
Dave Kreskowiak30-Aug-06 9:09
mveDave Kreskowiak30-Aug-06 9:09 
Questionrestore database Pin
md_refay30-Aug-06 2:05
md_refay30-Aug-06 2:05 
QuestionHow Microsoft does it? Pin
jayvardhanpatil30-Aug-06 0:36
jayvardhanpatil30-Aug-06 0:36 
QuestionExport Data To Excel Pin
obarahmeh30-Aug-06 0:26
obarahmeh30-Aug-06 0:26 
AnswerRe: Export Data To Excel Pin
Stephen McGuire30-Aug-06 9:04
Stephen McGuire30-Aug-06 9:04 
GeneralRe: Export Data To Excel Pin
obarahmeh30-Aug-06 19:42
obarahmeh30-Aug-06 19:42 
GeneralRe: Export Data To Excel Pin
Stephen McGuire31-Aug-06 2:19
Stephen McGuire31-Aug-06 2:19 
GeneralRe: Export Data To Excel Pin
obarahmeh2-Sep-06 0:19
obarahmeh2-Sep-06 0:19 
QuestionVisual Basic 6 DataGrid Problem Pin
udithaphp29-Aug-06 22:37
udithaphp29-Aug-06 22:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.