المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : COM + Windows 7



C# Programming
08-10-2012, 09:55 AM
I have a program that uses COM+ EventSystem to pass events around. I was having trouble registering the COM+ component, but it turned out to be a registry permission problem and I got it sorted out to the point that I can now install everything. My Problem is that after installing it the code does not function, but also does not give any errors.

The code was originally written for XP and I am trying to port over to Windows 7. Is there something special about COM+ and EvenSystem in Windows 7.

Thanks