
Signature
Best regards,
Ruslan Popov
> Hello,
>
> Is it possible to make assemblies working in .Net 1.1 using VC++ 2005?
There's no officially supported way, but...
See
http://weblogs.asp.net/rmclaws/archive/2005/06/04/410360.aspx
http://weblogs.asp.net/rmclaws/archive/2005/11/04/429506.aspx
-cd
Ruslan Popov - 16 Nov 2005 15:29 GMT
Good link. Here's what I found there, also:
http://weblogs.asp.net/rmclaws/archive/2005/11/09/430075.aspx

Signature
Best regards,
Ruslan Popov
Ruslan Popov - 16 Nov 2005 15:35 GMT
But does that answer my question? That's about building projects written for
.Net 1.1. But I wonder if VC++ 2005 can make such projects, that is, if its
compiler can compile assemblies compatible with .Net 1.1.

Signature
Best regards,
Ruslan Popov
Carl Daniel [VC++ MVP] - 17 Nov 2005 01:37 GMT
> But does that answer my question? That's about building projects
> written for .Net 1.1. But I wonder if VC++ 2005 can make such
> projects, that is, if its compiler can compile assemblies compatible
> with .Net 1.1.
No, it cannot. You have to use the 1.x compiler to target the 1.x runtime.
-cd