Click here to Skip to main content
15,895,370 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a windows service which is running on windows xp but landing in to error when trying to install on windows server 2003
can any one help me
MSIL
Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the C:\Test\winservice.exe assembly's progress.
The file is located at C:\Test\winservice.InstallLog.

An exception occurred during the Install phase.
System.InvalidOperationException: Unable to get installer types in the C:\Test\winservice.exe assembly.
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..

The Rollback phase of the installation is beginning.
See the contents of the log file for the C:\Test\winservice.exe assembly's progress.
The file is located at C:\Test\winservice.InstallLog.
An exception occurred during the Rollback phase of the System.Configuration.Install.AssemblyInstaller installer.
System.InvalidOperationException: Unable to get installer types in the C:\Test\winservice.exe assembly.
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information..
An exception occurred during the Rollback phase of the installation. This exception will be ignored and the rollback will continue. However, the machine might not fully revert to its initial state after the rollback is complete.

The Rollback phase completed successfully.
Posted
Comments
Henry Minute 8-Nov-10 8:51am    
Have you examined winservice.installlog? does it give any clue about the 'requested types'?
shakil0304003 9-Nov-10 10:10am    
Not clear!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900