T
The Reverend Natural Light
Greetings!
I'm trying to install a C# .NET application to a Windows 2003 server.
The MSI installer includes components that install to the GAC. When it
gets to that point in the process, it fails with the error, "Error
writing to file: (my dll). Verify that you have access to that
directory." The specified file is the first of the dll's that install
to the GAC.
The user account has administrative rights.
The application was compiled on Windows XP, Visual Studio 2005.
Server is Win 2003, .NET 2.0 runtime installed.
This previously worked fine under .NET 1.1. We just upgraded.
There doesn't seem to be an installutil included with the runtime so I
can't try it outside of the installer.
I've googled and found reports of this when attempting to install a
..NET 2.0 app under a .NET 1.1 runtime. The server still has 1.1
installed (won't let me uninstall it) but I've put 2.0 on as well.
So, I'm stuck. Any advice would be greatly appreciated.
-rev
I'm trying to install a C# .NET application to a Windows 2003 server.
The MSI installer includes components that install to the GAC. When it
gets to that point in the process, it fails with the error, "Error
writing to file: (my dll). Verify that you have access to that
directory." The specified file is the first of the dll's that install
to the GAC.
The user account has administrative rights.
The application was compiled on Windows XP, Visual Studio 2005.
Server is Win 2003, .NET 2.0 runtime installed.
This previously worked fine under .NET 1.1. We just upgraded.
There doesn't seem to be an installutil included with the runtime so I
can't try it outside of the installer.
I've googled and found reports of this when attempting to install a
..NET 2.0 app under a .NET 1.1 runtime. The server still has 1.1
installed (won't let me uninstall it) but I've put 2.0 on as well.
So, I'm stuck. Any advice would be greatly appreciated.
-rev