VB.Net-C# integration

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. RDF integration
      Does anyone know of any resources for integration of RDF (Resource Description Framework) data into Flash?
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139