Develop controls for 1.0 framework with VS.NET 2003

J

Jörg Krause

Hi all,

I've developed a few controls with VS.NET 2003, FW 1.1.
Now some customers request 1.0/2002 versions. With an .exe
this is no problem, I can configure the target and use app.config.
I've found a few posts on this issue, but they all related to
exe, not to libs.

But for a winforms control library there is not such an option.

How can I compile (preferred on command line, using csc.exe) my
winforms usercontrol project into an assembly, that runs on
Framework 1.0 and let the users add the controls to the toolbox
of VS.NET 2002?

Thanks for any ideas.

-Joerg
 
D

David Browne

Jörg Krause said:
Hi all,

I've developed a few controls with VS.NET 2003, FW 1.1.
Now some customers request 1.0/2002 versions. With an .exe
this is no problem, I can configure the target and use app.config.
I've found a few posts on this issue, but they all related to
exe, not to libs.

But for a winforms control library there is not such an option.

How can I compile (preferred on command line, using csc.exe) my
winforms usercontrol project into an assembly, that runs on
Framework 1.0 and let the users add the controls to the toolbox
of VS.NET 2002?

Just use the csc.exe from the 1.0 framework.

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top