Hello
I have developed application of adding Menu item in Quickbooks in C#
But i am getting the Error of
CallBack application for the CLSID or ProgID provided in subsciption request cannot be find
I think that my application is not registered due to which i m getting this error..
Any one dat know how to register Application..in windows registry
Regards,
Aamir

How to register application in Windows registry
meFox
Hello
Actually i have created the appliction in C#. Now i want entry against that application will be made in registry.
The entry is CLSID or ProgID of that application..
I m using Callback so that entry must be present in Registry to work call back properly
Regards,
Aamir
alemayehu
Yes that's OK but what is the purpose behind that. Putting things in registry is not a good solution and It needs and Administrative Access for the application to run to modify the registry if you want to edit Local_Machine.
Any how you can see RegistryKey class in Microsoft.Win32 namespace to do registry operations and its fairly simple to deal with. But i would recomend to just look around and see that may be there is a better way than putting something in Registry.
Best Regards,
Rizwan aka RizwanSharp
Pockey
What do you mean by "How to register application in Windows registry"
Your question is really so ambigious. What basically you want / trying to do
Best Regards,
Rizwan aka RizwanSharp
Tracey Macias
Thanks for replying ..
Actually wat i m doing is ..
I am adding the menu item in Quickbooks for it i have two classes 1.Subsciption 2.Callbackclass
in Subsciption class i m giving the refernce of Callbackclass like (namespace.Callbackclass) but wen i run application it shows me error.
i have made entries in Registry through RegistryKey class bt it gives me same error..
Some one told me dat register ur Dll do u know how can i register it..