|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
vb and c# in single project?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? 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. 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/ > > Hey.. Not a problem... We weren't hurt by that mixup :)
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/ > > > > |
|||||||||||||||||||||||