Dear brothers/Sisters,
i have created a window service in C# .net to call an exe(my application).
i have no problem if i install my service in XP OS.the service is popping up my application.
but i installed my service in windows 7 OS when my service pops up my application,windows 7 pops up a message like "this application is not fully compatible".the message has button to view my application in different window which is not related with desktop(header text of that window is "InActive serive detection").
can any help me to resolve this problem
thanks
Loading
Jaganathan BantheswaranPosted Sep 22, 2011, 5:01 AM
Navigate to the folder that you have your Win Service EXE and type the following:
C:\Windows\Microsoft.NET\Framework\v4.0.21006\installutil.exe WinServicename.exe
Or
installutil.exe full path\installutil.exe WinServicename.exe.