Home All Groups Group Topic Archive Search About

vb and c# in single project?

Author
21 Jul 2006 10:11 AM
NH
I am pretty sure this is possible in .Net 2.0...?

I  will build a web service in vb which will also include calling object
written in c#. This will work wont it?

Author
21 Jul 2006 10:27 AM
Omnibuzz
This is SQL Discussion forum..
Anyways, to answer your question, its possible. Just remember that C# is
case sensitive and vb is not. So if your c# dll has two functions like
fn1() and Fn1(), you will end up in a mess.

--
-Omnibuzz (The SQL GC)

http://omnibuzz-sql.blogspot.com/
Author
21 Jul 2006 10:53 AM
NH
Thanks Omnibuzz. Sorry I clicked into the wrong discussion forum there.

Show quote
"Omnibuzz" wrote:

> This is SQL Discussion forum..
> Anyways, to answer your question, its possible. Just remember that C# is
> case sensitive and vb is not. So if your c# dll has two functions like
> fn1() and Fn1(), you will end up in a mess.
>
> --
> -Omnibuzz (The SQL GC)
>
> http://omnibuzz-sql.blogspot.com/
>
>
Author
21 Jul 2006 10:58 AM
Omnibuzz
Hey.. Not a problem... We weren't hurt by that mixup :)

--
-Omnibuzz (The SQL GC)

http://omnibuzz-sql.blogspot.com/



Show quote
"NH" wrote:

> Thanks Omnibuzz. Sorry I clicked into the wrong discussion forum there.
>
> "Omnibuzz" wrote:
>
> > This is SQL Discussion forum..
> > Anyways, to answer your question, its possible. Just remember that C# is
> > case sensitive and vb is not. So if your c# dll has two functions like
> > fn1() and Fn1(), you will end up in a mess.
> >
> > --
> > -Omnibuzz (The SQL GC)
> >
> > http://omnibuzz-sql.blogspot.com/
> >
> >

AddThis Social Bookmark Button