Quote:
Originally Posted by beernutz
I don't think my installer is registering FrodoComm itself correctly.
Shut it all down and follow the directions in post 31:
http://www.mp3car.com/vbulletin/show...0&postcount=31
See if that helps.
Printable View
Quote:
Originally Posted by beernutz
I don't think my installer is registering FrodoComm itself correctly.
Shut it all down and follow the directions in post 31:
http://www.mp3car.com/vbulletin/show...0&postcount=31
See if that helps.
I had already read post #31 and tried it as soon as i saw it. I should have mentioned that in the previous post. I also tried manually registering some of the services, but that did not work either.
Your services host application shows running, disabled, and debug windows all blank.
Color me :confused:
Did you install MS XML 4 SP2 ?
<sheepishly>
no.
Now going to recheck ALL the pre-Reqs again.
</sheepishly>
i cant even :rtfm:
(can you tell i like the stupid little emote animated gifs?) :lol:
The updated XML control appears to have corrected the issue.
In summary:
be more thorough than i was and CHECK ALL PRE-REQUISITES!
I THOUGHT i has the right version of the XML parser, but i did not.
Once i updated, all was fine.
Maybe i could code a preinstall check for you Frodo?
would save further issues of this type.
I have a VB.net app set up now receiving and broadcasting events and this seems to be working nicely.
I adapted your windows message code to post the <skip to next song> message, and this seems to be working well too.
How would i then ask the player for the name of the currently playing song?
Side question: Is there a list of messages that the FPPLUG-REMOTE window responds to?
Final question (for this post at least): I notice that the CommID is not unique? my app is assigned number 34 for instance, but there is a service with the same ID at the same time. Is this intentional?
Getting close and am excited about the possibilities!
Thanks again!
The CommID should be a new number every time you start your app. Are you saying that there is another FrodoComm service with the same CommID?Quote:
Originally Posted by beernutz
That's not possible. It changed, and he didn't query it right or update with member status.Quote:
Originally Posted by ImInSanDiego
Has anyone had any problems in their app when using FrodoComm? Sometimes my app will hang upon execution and then I might receive a message "problem sending message to service" when I terminate it. At other times the app will come up fine, but after about 4 executions, it will hang. I have to terminate it. This is a very simple app that just sends a volume change message to the network and then terminates. I'm just curious if anyone has seen weird behavior like this?
I am not seeing duplicated CommID's any more. Not sure what i was doing wrong to see them before.
I do however have a few ghost entries in the registered services list. I assume i got these by failing to call FC.EndProcessing() before my app terminates. Where are these entries stored? I would like to clean the errant ones.
And I would really like to know how to query the name of the currently playing song.
Thank you.