I need to build a J# program to work with .NET Framework 1.1. Unfortunately, the J# compiler is not included in .NET Framework SDK 1.1. I have Visual C# .NET 2003 as well as Visual J# 2005 Express Beta and Visual C# 2005 Express Beta. I've noticed that an assembly built using Visual J# 2005 Express does not import into a program being developed in Visual C# .NET 2003 - BUMMER!
1. I have .NET Framework 1.1 and 2.0 installed on my system; is it somehow possible to use the vjc.exe from Visual J# 2005 Express Beta to build a program for .NET Framework 1.1 (that I can then import into Visual C# .NET 2003)?
2. Is the J# compiler for .NET Framework 1.1 freely available somewhere? I see that I can download Visual J# .NET for Visual Studio .NET 2002 - is this the same as the .NET 1.1 version? I'm not sure if I'll be able to install this Visual J# since I don't have the Professional version of Visual Studio.
Any other thoughts?
Many thanks!
John
> Unfortunately, the J# compiler is not included in .NET Framework SDK 1.1.
It's included in the VJ# Redist (so it's possible to run asp.net and
web-services without compiling them first).
Please see in the "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\(vjc.exe)"
folder.
> J# .NET for Visual Studio .NET 2002 - is this the same as the .NET 1.1 version?
No, 2002 is the 1.0 version. 2003 is the 1.1 version, and 2005 is the 2.0
version.
Regards,
Lars-Inge T?nnessen
www.larsinge.com