S
Steve
Hello,
I am using VS.NET 2003 to build a DLL library which is a COM plug-in
for IE. This means I must use regasm to register the DLL. This works
fine on my development machine (which of course has .NET 1.1 since I
have VS.NET 2003). However, when I try to use regasm to register the
DLL on a machine that only has .NET 1.0 it fails with the following
error message:
"RegAsm error: File or assembly name System.Windows.Forms, or one of
its dependencies, was not found."
I've searched the newsgroups high and low and I've read the referenced
material which says that VS.NET 2003 can only target .NET 1.1, and
that if you want to run on .NET 1.0, then you must use an application
configuration file. However, the app config file only works with a
..exe and not a .dll.
How does one build a DLL with VS.NET 2003 that runs on .NET 1.0? (and
more to the point, how do I get past my problem with regasm above?)
Thanks,
Steve
I am using VS.NET 2003 to build a DLL library which is a COM plug-in
for IE. This means I must use regasm to register the DLL. This works
fine on my development machine (which of course has .NET 1.1 since I
have VS.NET 2003). However, when I try to use regasm to register the
DLL on a machine that only has .NET 1.0 it fails with the following
error message:
"RegAsm error: File or assembly name System.Windows.Forms, or one of
its dependencies, was not found."
I've searched the newsgroups high and low and I've read the referenced
material which says that VS.NET 2003 can only target .NET 1.1, and
that if you want to run on .NET 1.0, then you must use an application
configuration file. However, the app config file only works with a
..exe and not a .dll.
How does one build a DLL with VS.NET 2003 that runs on .NET 1.0? (and
more to the point, how do I get past my problem with regasm above?)
Thanks,
Steve