Ask a Question related to ASP.NET General, Design and Development.
-
Madhuri Mittal #1
VB.Net-C# integration
I have a ASP.net application written in VB.Net which is
the main application. I have another ASP.net application
written in C#. I want to integrate the C# project files
into the VB.net project ( without having to convert C#
code to VB.net ) . The C# project contains few aspx pages
and couple of C# utility classes.
What would be the best way to integrate the C# files into
VB.net project and run these successfully within the
ASP.net app?
Thanks
Madhuri Mittal
Madhuri Mittal Guest
-
RDF integration
Does anyone know of any resources for integration of RDF (Resource Description Framework) data into Flash? -
Flash and C++ Integration
I was wondering if there is any way to use Flash as a menu front end through integrateing it with a Game Engine. The Specific engine we are using... -
Help with PHP and FLEX integration
Hello i was wondering how to use php sessions with flex, i need a way to have secure connections between flex and php. I am using a script i made... -
ADS IIS Integration
Okay, maybe I'm just not seeing things correctly. I have an asp.net web application (framework 1.1) that only five people in the ProjectManager AD... -
PHP Dreamweaver Integration
***Apoligies if this is not the right newsgroup for this posting*** I have used Dreamweaver for about a year, and I'm now starting to learn PHP... -
Daniel Bass #2
Re: VB.Net-C# integration
you should be able to just add your C# files to the project, and as long as
the <%@ Page directive specifies the file and language in the code behind
page, you should have no problem.
"Madhuri Mittal" <madhurimittal@yahoo.com> wrote in message
news:0a9601c35bf5$63e78be0$a101280a@phx.gbl...> I have a ASP.net application written in VB.Net which is
> the main application. I have another ASP.net application
> written in C#. I want to integrate the C# project files
> into the VB.net project ( without having to convert C#
> code to VB.net ) . The C# project contains few aspx pages
> and couple of C# utility classes.
>
> What would be the best way to integrate the C# files into
> VB.net project and run these successfully within the
> ASP.net app?
>
> Thanks
>
> Madhuri Mittal
Daniel Bass Guest
-
Kevin Spencer #3
Re: VB.Net-C# integration
You can't put them in the same project. But you can have 2 projects that are
in the same solution.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Madhuri Mittal" <madhurimittal@yahoo.com> wrote in message
news:0a9601c35bf5$63e78be0$a101280a@phx.gbl...> I have a ASP.net application written in VB.Net which is
> the main application. I have another ASP.net application
> written in C#. I want to integrate the C# project files
> into the VB.net project ( without having to convert C#
> code to VB.net ) . The C# project contains few aspx pages
> and couple of C# utility classes.
>
> What would be the best way to integrate the C# files into
> VB.net project and run these successfully within the
> ASP.net app?
>
> Thanks
>
> Madhuri Mittal
Kevin Spencer Guest



Reply With Quote

