search-ms:query - This file does not have a program associated with it - Windows Desktop Searchbar I accidentally allowed a virus in that my Ad-ware program had blocked by clicking the allow options several times. I was frustrated because the thing kept prompting, and it took like 50 clicks to make it go away. I though my settings were out of whack, but evidently there was a malicious attack that the program was trying to protect my computer from. Anyway, I can't open anything except what I'm using right now, Firefox. I can't even open .exe files. and I also get the propt: This file does not have a program associated with it for performing this action. Create an association in the Folder Options control panel. I read thread, and I want to know how do I go about adding this to my registry If I try to run MS-DOS I get: Windows cannot find "***". Make sure you typed the file correctly, and then try again. To search for a file, click the start button, and then click Search. I can't run any of the anti spy software that downloads to run off the desktop, neither. Also, MS-Dos and Notepad were deleted by the virus, they are nowhere to be found on the computer. I can't open any of my anti-software programs even when I go to C:/Program Files and open from there. I have Ad-Aware, HijackThis, NOD 32, Spybot Search and Destroy, Ashampoo (in which the virus deleted the .exe file; it's not in it's folder), Ad-watch, NoAdware, and Microsoft AntiSpyware (the virus deleted/corrupted those files). The virus is not allowing me to install Windows updates. Please Help you can email me at A[nospace]W[nospace].R[nospace]E[nospace]L[nospace]I[nospace]R@ gmai l . c o m. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Need Office Automation (Using PIA) Documentation The doucmentation for Office.NET could definitly be better. I use Dynamic Help in Visual Studio 2005 to help me look up the details of certain Classes in C#. you could also look around here: http://msdn2.microsoft.com/en-us/library/bb726434.aspx Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Getting started with the Organization profile Hi Jeff
I've noticed that the User profile has the Organization ID, so do I need to embed the Organization profile into the User Object profile
I was thinking that I'd store the catalog name with the Organization profile. Our other site already has multiple catalogs for each country, so it should be a matter of using the same sort of code (for example when the customer logs in I'd change what Catalog they were viewing).
Thanks
Paul Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
DTC errors while calling Commerce Server web service We are attempting to insert a new order into Commerce Server 2007 from BizTalk Server 2006. We receive the following error every time.
"Could not get the Whereabouts of the DTC on the Orders web service machine. Called byCommerce Server Orders Send Adapter. Message The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."
I've verified that MSDTC is configured correctly on both machines. We tried everything. Can someone shed some light on this Thanks. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Sending Images from Webcam to WinForm? Thanks George, that was exactly what I was hoping for. It works wonderfully. I do have another problem related to this, which could be a bug, but it is much more likely a problem on my end. I'm using the Pioneer model in the simulator. The webcam wasn't refreshing regularly on its own, so I modified the UpdateInterval field before the camera is inserted into the simulation:
Code Snippet
private CameraEntity CreateCamera() { // low resolution, wide Field of View CameraEntity cam = new CameraEntity(320, 240); cam.State.Name = "robocam"; // just on top of the bot cam.State.Pose.Position = new Vector3(0.0f, 0.5f, 0.0f); // camera renders in an offline buffer at each frame // required for service cam.IsRealTimeCamera = true; cam.UpdateInterval = 50; // Start simulated webcam service simwebcam.Contract.CreateService( ConstructorPort, Microsoft.Robotics.Simulation.Partners.CreateEntityPartner( "http://localhost/" + cam.State.Name) ); return cam; } If I try to get 20fps, as shown above, it crashes very quickly, and the debugger brings up the SimulatedWebcam.cs file and says that the object is already in use. Even at 5fps, or an interval of 200ms this still happens. It seems to run okay at about 4fps. Is this just because of computational limitations, or am I going about setting frame rate in the wrong way Thanks Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
HDi Debug and VS2005 1. Enable JIT debugging for Script (in VS Tools/Debugger)
2. Start ihdsim with "-debug -jit" options
3. When the first script runs you will be asked to choose a VS instance to debug it.
Let me know if this doesn't work. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Commerce Server Login Isse Hi
Thanks for your help.
Somehow it got resolved but could not find the root cause of this issue.
Thanks
Duva Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Notifications inside Activity Can you explain me the meaning of the start action and how it works Isn't it possible to insert inputs in this action thank you Lorenzo Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
What's the best way to capture images from Simulated Cameras at runtime Oops, taking a second look at your code, I see you're querying the simulation entity directly. My code snippet assumed you're partnering with the simulatedwebcam service. In case 2, when you call Activate a new task is spawned off from the current thread. If you're running a tight loop, you'll come back around to capturescene while the previous Arbiter.Choice is still running, and you'll wind up spawning a ton of tasks. Better to use 'yield return' in place of Activate, which will ensure that the delegate completes before the loop continues, or use a timer or other mechanism to break the tight loop. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
JavaScript on protected and non-protected disk And if you happen to have a spec, the complete list is in Annex X. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Agent Desktop launched ... But issues ... Thank youfor your reply. We chose to adhere strictly to the names for convenience
As far as I have seen admin console has quiet a few issues;
1. For instance
1. Afetr Agents there is a node called "Groups" . When I click on that it says "unable to retrieve the information"
2. When I want toadd a new Agent ... enter ccf\<somevalidusername> ... click on checkname.. it says not a valid domain name....
There are few other errors as well.........
As such now in the Agent desktop
at the top there is four buttons
Assistance ,Lookup,Applications,Help,
The rest of the widow is blank
with Left frame totally blue
Right frame is Grey and a separator that divides into bottom and top section... Any ideas why it is blank
Thanks for your help Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
WPF everywhere? Hello,
I found this:
Supported Operating Systems: Windows Vista; Windows XP Service Pack 2 at:
http://www.microsoft.com/downloads/details.aspx familyid=E63992D3-CCF5-40B9-B98A-D16BCA57467C&displaylang=en
and this:
Supported systems (not resent posted November 12, 2006 )
Windows XP, 2000, 2003 and Vista
Mac OSX
Linux
Solaris
at : http://waltritscher.com/blog/ramblings/archive/2006/11/12/1089.aspx
Can someone tell me what is all true
Or what are Supported systems for WPFE.
bye. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Audio streaming in HDi Thanks Andy. I already got HDDVD_E_NOTSUPPORTED exception while executing Player.secondaryVideoPlayer.play() from network source in HDiSim BTW, does X-Box or Toshiba player support this streaming functions Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Connecting WCF Services Hi,
Is it possible to connect WCF services using CSF
If it is, what are the guidelines How can I configure CSF using specific channel to access WCF service
Thank you,
Mark Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
WPF/E Namespace Confusion 2006? 2007? WPF/E is mostly a superset of WPF and for convenience reasons, we accept the WPF namespace. The .../client/2007 is the valid namespace and there's a corresponding XSD in our SDK which will provide correct IntelliSense in VS and other XSD driven tools. If you use the WPF namespace, the runtime will accept it but IntelliSense driven tools will not show the correct elements and attributes.
Joe Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
books on Programming for VPL/MSRS Professional Microsoft Robotics Studio
by Martin R. Calsyn
Available for preorder.
Paperback: 800 pages
Publisher: Wrox (August 13, 2007)
Language: English
ISBN-10: 0470141077
ISBN-13: 978-0470141076 Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Can i convert Graham process chart to Visio diagram? I got a complex diagram created using "Graham Process Mapping 6.0".
http://www.processchart.com/
How can i covert Graham process chart to Visio diagram . Please help me. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Audio noise reducing Hi All,
I have sample avi file where i need to reduce the unwanted noise.Can we do that using C# and .net framework.If so how can we do that.Please help me in this.
Regards
Ravindra Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
BizTalk DSPI Hi Marc,
You can find a good webcast here
Building device providers for the BizTalk RFID platform ¨C Anush KumarĄ¯s Dev Team: Krishnan Gopalan, Ramachandran Venkatesh and Janaki Goteti
http://www.livemeeting.com/cc/microsoft/view id=Jumpstart-05&pw=BTS06R2
Bye
Nino Crudele Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
DSS design considerations for a Winform orchestrator application Also there is a third choice. If you have explored VPL version of Robotics Tutorial 4 you should have noticed that it uses the Dialog service (located at samples\Misc\Utility\Dialog) that simply is a WinForms service exposing operations and notifications for the actions and events on the form (here, ButtonPress and ButtonRelease). Another service (such as a VPL diagram) can then subscribe and interact with it. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
"No search node for 'select'" warning in Sonic Emulator Peter, thanks much for the response. I notice the Toshiba verifier warns about this as well.
I take it that something like this is acceptable
<seq begin="id('state')[style:x()!='10px]" dur="1s">
<cue select="id('All_Buttons')" dur="600ms" use="fadeIn"/>
<cue select="id('All_Buttons')" dur="200ms">
<event name="setPopupHighlight"/>
</cue>
</seq>
Cheers,
Joe Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Controlling robot in the simulation I read robotics tutorial 4 where is precisely written how to control Lego NXT if you have HW. But how do I control robot in the simulation - e.g. Pioneer 3dx in the simulation tutorial 2 Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
MSRS CTP 1.5 .. what is password? You need a file named
SecuritySettings.xml
Put this file in C:\Microsoft Robotics Studio 1.5 (CTP April 2007)\store
and white inside
< xml version="1.0" > <SecuritySettings xmlns=" http://schemas.microsoft.com/robotics/2006/10/security.html "> <AuthenticationRequired>false</AuthenticationRequired> </SecuritySettings>
This text configure the dsshost without authentification Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
How do we do a clean install for Feb CTP? I had the same problem, I used the Windows Installer Cleanup utility http://support.microsoft.com/default.aspx/kb/290301 to remove it from the installed programs and after that I could installed the latest (Feb 2007) version.
(As the content of the two versions are the same - 1 xsd file and 1 vs template - the installation of the latetst bit will overwrite any previous file.
Hope this helps
C+++
blog Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Web search from taskbar toolbar i've had WDS 3.01 installed on XP SP2 a while now,but recently i cannot
search the web from the taskbar box. when IExplorer opens, it has the correct
search words and arguments, but fails to put in the search engines address (i
use google) for example:
http:/// %20how%20can%20i%20fix%20this
i've tried setting IExplorer (7) default search from google to yahoo but
still the same result.
Many thanks for any help. Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Getting SoldToName in Pipeline Component I need the user's email address. user_id gives me the GUID for the Soldto. How do I get back to that Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Interest in HDi authoring workshop? I forgot to mention location... should there be enough interest to make this happen, it would occur in the Los Angeles area on February 6th, 7th, and 8th. regards, _scott Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Type xxx is not marked as serializable? Joseph,
We have decided to blame McAfee VirusScan! :-)
We found something in the Event Log on the web server. Looks like VirusScan blocked something - wish I could be more 'technical' but we haven't nailed down all the details yet.
Right after this event there are numerous errors including some pipeline execution errors that say the HttpContext.Current is null.
Thanks for your help!
Glen Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Regarding Event Processing Hi there Just needed to confirm that event processing is done only once per tick and too at the start of the tick. Right And that multiple controller events can be processed in the single tick. thanx in advance Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Media streams rate control ? Hi
Does anyone know how to slow down RTP/RTSP media streams slightly on the fly
Thanks Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
architecture guidance. Start from http://support.microsoft.com/kb/301240 and http://support.microsoft.com/kb/311495
These links have the references list, which will give you additional details and sample Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture
Desktop Customiser Hi Hannes
I have just had a look at your article, fantastic....
I am goin to play around with....
the first thing I want to do is show a screensaver within my application...
at the moment it just opens in it own window...which is not very cool
I just hope I can figure it out
thanks a million
clint
edit.....
ps...thanks for your reply to my yipee post...
it has been moved and locked
clint Tag: Hot Technology What is UB.NET? - Ideas? - Links? - Technology Related Information? Architecture