473,385 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What does this mean?

Iam a newbie. What does this error message mean?

A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
Dec 1 '06 #1
4 2697
<Jo***@aol.comschrieb:
Iam a newbie. What does this error message mean?

A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
Where does the exception occur? The exception is typically thrown when you
are passing an invalid value to a method/"function".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Dec 1 '06 #2
Jo***@aol.com wrote:
A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
Does the program continue to run, or does it jump into one of your
Exception handlers? If it's the former, then the IDE is probably
watching for *any* exception, handled or not, and telling you about it.
So long as the program continues normally, you probably shouldn't
worry about it.

If it's the latter, examine the StackTrace in the Exception object,
looking for the last line of your code that executed before it rambled
off into the Visual Basic dll. That will be the line of code that's
causing the problem.

HTH,
Phill W.
Dec 1 '06 #3
Hey Jorge,

It would help if you posted the offending code...

On Fri, 01 Dec 2006 07:05:16 -0500, Jo***@aol.com wrote:
>Iam a newbie. What does this error message mean?

A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
--

Bits.Bytes.
http://bytes.thinkersroom.com
Dec 1 '06 #4
it would help if you took your C# advertising and shoved them up your
ass

THERE IS NO RAD IN C#

-Aaron
Rad [Visual C# MVP] wrote:
Hey Jorge,

It would help if you posted the offending code...

On Fri, 01 Dec 2006 07:05:16 -0500, Jo***@aol.com wrote:
Iam a newbie. What does this error message mean?

A first chance exception of type 'System.ArgumentException' occurred
in Microsoft.VisualBasic.dll
--

Bits.Bytes.
http://bytes.thinkersroom.com
Dec 1 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
3
by: Jukka K. Korpela | last post by:
I have noticed that the meaning of visibility: collapse has been discussed on different forums, but with no consensus on what it really means. Besides, implementations differ. The specification...
86
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that:...
44
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there...
2
by: Steve Richter | last post by:
What does the "." mean in the following sql script stmts? use GO if exists (select * from dbo.sysobjects where id = object_id(N'.') and OBJECTPROPERTY(id,N'IsUserTable') = 1) drop table ....
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
51
by: jacob navia | last post by:
I would like to add at the beginning of the C tutorial I am writing a short blurb about what "types" are. I came up with the following text. Please can you comment? Did I miss something? Is...
1
by: Frank Rizzo | last post by:
Some of the classes in the framework are marked as thread-safe in the documentation. In particular the docs say the following: "Any public static (*Shared* in Visual Basic) members of this type...
13
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
9
by: JoeC | last post by:
m_iWidth = (int)pBitmapInfo->bmiHeader.biWidth; m_iHeight = (int)pBitmapInfo->bmiHeader.biHeight; What does this mean? I have seen v=&var->member.thing; but what does it mean when you...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.