J
JC
I have installed a .net windows service application on an
WindowsXP Professional workstation. I have installed the
1.1 Framework ReDistributable package, SQL 2000 with SP3.
The program works great on my development machine and
another Windows 2000 machine that I installed it on
following the same pre-install steps with no problem.
The application makes a call to SQL to fetch DB settings
when the application starts. On this particular machine,
I get the following error message "Object Reference Not
Set to an Instance of an Object" when I start the
service.
I have cross-referenced to be sure all of the assemblies
are loaded on the machine.
Apparently, some dependency assembly must be missing. I
did create a deployment package and included all of the
detected dependencies.
Thanks.
JC
WindowsXP Professional workstation. I have installed the
1.1 Framework ReDistributable package, SQL 2000 with SP3.
The program works great on my development machine and
another Windows 2000 machine that I installed it on
following the same pre-install steps with no problem.
The application makes a call to SQL to fetch DB settings
when the application starts. On this particular machine,
I get the following error message "Object Reference Not
Set to an Instance of an Object" when I start the
service.
I have cross-referenced to be sure all of the assemblies
are loaded on the machine.
Apparently, some dependency assembly must be missing. I
did create a deployment package and included all of the
detected dependencies.
Thanks.
JC