Language Independancy.
-
How can we integrate one c# project into one vb.net application ?
Thanks & Regards, Jeneesh k. v.
-
How can we integrate one c# project into one vb.net application ?
Thanks & Regards, Jeneesh k. v.
jeneeshcme wrote:
How can we integrate one c# project into one vb.net application ?
You can do it using webconfig file. create one folder in app_code folder and place all .vb files in that folder and you can configure that folder using following lines. By this you can use both c# and vb class in one application. please don't forget to vote on the post that helped you.
-
How can we integrate one c# project into one vb.net application ?
Thanks & Regards, Jeneesh k. v.
Just create a dll for C# project and add that dll(Add reference) your VB application. i think you will not get any problems
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
How can we integrate one c# project into one vb.net application ?
Thanks & Regards, Jeneesh k. v.
To clarify the first answer you got, you can have VB.NET and C# pages within an ASP.NET application, but the app code needs to all be the same language. A dll is the way to solve this. Although, your question doesn't read like it's an ASP.NET question at all ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )