Link to home
Start Free TrialLog in
Avatar of dkim18
dkim18

asked on

How to tell vb or vb.net?

How do you tell if it is vb or vb.net?'

I was given an vb app to take a look.
So I was thinking it was vb application but it looks like someone opened it in the vs2010 and converted it.

The VS2010 doesn't have the vb to vb.net converter, VS2008 does.

It looks like it is used the framework 2.0 and don't see the .frm file you see in the vb6.

I see importing visualbasic line.

What else can I check to see if it is still in vb or vb.net?
ASKER CERTIFIED SOLUTION
Avatar of YZlat
YZlat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dkim18
dkim18

ASKER

OK. Thanks

It is in VB.NET.
It looks like it got converted from VB to VB.NET using VS2010 or something.
Is there anything more we can do for you here?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@JamesBurger: I don't really disagree with what you said but I want to point out that while your "If you have .frm and .bas files, you are in classic VB" statement is true, but you don't have to have either in a VB6 project.
Right, it was not stated properly and completely. If you have either .vbp, .frm, .bas or .cls in the directory, you are in a VB6 application. It could also have a .asp (but not .aspx) it if it a web application.
JamesBurger, no one said all of the above HAVE TO be there, I just listed those as some signs that should help determine whether the author is dealing with VB or VB.NET

I wonder, when people will evolve enough to give their own answers instead of critsizing answers given by others...
@YZlat

I am sorry if I hurted you, this was not my intention.

Programming requires rigor. People who ask questions here are often beginners who need precise answers otherwise they can end up all mixed up in their programming work and environment. When some informations can be misleading, I think that it is important to make them aware of those little details that can make things confusing.