NET Framework Question

Laurence,

I have just read the following post:

https://forum.aspose.com/t/117719

Does the change to 1.1 mean that you simply compile against .NET Framework 1.1 or does it mean
that you actually use 1.1 only features? On our production machines we currently still run
.NET 1.1 with appropriate configurations (Framework mappings in *.config files) that will allow us to
run 1.1 compiled apps on 1.0.

Thanks for your help

We doesn’t use any v1.1 only features. Actually previously we compiled our component on .NET Framework 1.0 and now we upgrade to compile against .NET Framework 1.1. That’s the only difference.