Actually, in .NET 2.0, you can set a reference to EXE files (VS.NET
supports this as well).
Whether or not it is actually a good idea, however, is debatable.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:%(E-Mail Removed)...
> Hi,
>
> In that case you cannot add it,
>
> What you can do is create a new project with all the Vb.net features you
> want to share and move it to a DLL (class library) project.
>
>
> --
> --
> Ignacio Machin,
> ignacio.machin AT dot.state.fl.us
> Florida Department Of Transportation
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Thanks Mr James. I have another question. When I attempted to add a
>> reference, my C# application is expecting the reference in the form of
>> a DLL, instead, its an EXE in case of VB.NET.
>>
>> James wrote:
>>> hi,
>>> Yes add a reference to existing project. All .NET Languages can
>>> communicate with each other.
>>>
>>> James Jenkins
>>>
>>> <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>> > Hi,
>>> >
>>> > I have a C# and one VB.NET projects in my solution explorer. I want to
>>> > add VB.NET's
>>> >
>>> > reference to C# project. Is it possible?
>>> >
>>> > Thanks,
>>> >
>>> > GVN.
>>> >
>>
>
>