can VC#.NET output be used by VStudio.NET?

  • Thread starter Thread starter Didier Giovannangeli
  • Start date Start date
D

Didier Giovannangeli

Hello all,

Wondering if the object code produced by VC#.NET will be
linked by VStudio.NET.

thanks,

didier
 
Bill,

Thanks for your reply. I was posting this for someone
else, and misunderstood the question.

What we would like to know is if a project created by the
C#.NET Std edition can be opened by VStudio.NET.

thanks,

djg
 
Ahhh.. no worries.. yes, the .csproj file can be opened by any version of
VS.NET providing that C# has been installed as one of the available
languages. If, for whatever reason you cannot open the original project
file, you can always create a new project in VS.NET and add the .cs files
to the new project and continue on from there.

HTH,

Bill P.
 
Bill said:
Ahhh.. no worries.. yes, the .csproj file can be opened by any version
of VS.NET providing that C# has been installed as one of the available
languages. If, for whatever reason you cannot open the original project
file, you can always create a new project in VS.NET and add the .cs
files to the new project and continue on from there.

HTH,

Bill P.
 
Back
Top