-
- Profile Integrator - delete user profile?
by bvinayprasad
- 3 Replies
- Last post
by Shashi Mansi
- Hi
I have been going through the profile integrator documentation and it looks similar to the propagate attribute orchestration of CSF 2.5. I have many doubts which i have listed below.
1. Where does the user information gets stored Is it not in Active directory i heard that the profile data will be stored in RDF database. how it is different from storing it in AD. I know RDF supports fl
-
- "Envelope functionality not supported" Error in pipeline processing
by Tiago Pascoal
- 8 Replies
- Last post
by Mohsin Kalam ¨C MSFT
- Starting to figuring out EDIFACT messages processing. This is what i've done. Imported into my project the EFACT_D96B_CUSDEC.xsd as included in R2 beta2 Created a very simple orchestration, that has a file receive port with an EDI pipeline (a pipeline with an EDI disassembler) As soon as i put a file in the folder, the message is immediately suspended (aparently on the pipeline), i get the followi
-
- What's the best way to capture images from Simulated Cameras at runtime
by skuleguy
- 9 Replies
- Last post
by skuleguy
- Hi, I have tried 2 ways, 1. using the Test() method to pop the Image out of a Bitmap Port (created earlier) every time I do a "CaptureScene".
Code Snippet
robot.RobotsLeftCamera.CaptureScene(ImageFormat.Bmp, _leftCameraPort);
newLeftImage = _leftCameraPort.Test<Bitmap>(); if (newLeftImage != null) { _state.CameraLeft = ne
-
- WDS 3.0 Final: Exception occured while trying to run "shell32.dll,Control_RunDLL "srchadmin.dll""
by G_Unit
- 12 Replies
- Last post
by Max424ever
- Hi again,
I got this, too!
I've seen a few threads here relating to this issue, although the thread starters often used the Beta versions.
I get this problem when I click on the File Types tab in the "Advanced Options"
I tried:
REGSVR32 SHELL32.DLL
and
sfc /scannow
No dice.
I uninstalled the program, and reinstalled it. Same problem.
And even worse, all my S
-
- Creating a new game engine. Anyone want to join me?
by sticksnap
- 7 Replies
- Last post
by Kea
- I am creating a whole new out of the box idea at a game engine. This engine doesn't use directx at all. Instead it uses the picturebox control. I started making this engine yesterday. How it is going to work is that there is like 50 picture boxes per level, and they are black and blue and tiled so you can see where they start and end and stuff. But anyways, what you do is click on the picture box,
-
- searchindexer.exe utilizing near 100% CPU usage; suggestions from this forum tried to no avail
by TomK21
- 14 Replies
- Last post
by TomK21
- The SearchIndexer.exe process is utilizing near 100% of one of my CPUs. Opening the Indexing Options from the Control Panel strangely reveals that "Indexing is reduced due to user activity". I have left my computer in this state overnight only to find no progress the following morning. Little to no more items are indexed, status is still "Indexing speed is reduced..." and CPU u
-
- Help Needed ASAP - admin console unable to connect to CCF Server the server does not exist or access is denied
by Bander ALSHARFI
- 14 Replies
- Last post
by ragzzz
- Im getting this message when trying to followup the step of running the ccf admin console from the mmc, refrence to page: 43 in the deployement guide of ccf 2005 .net 2.0:
admin console unable to connect to CCF Server the server does not exist or access is denied
the guide states as follows:
CCF 2005 .NET 2.0 Deployment Guide wrote:
CCF Settings
You may wish to adjust
-
- CCF 2.6.NET 2.0 standalone server configuration problem
by BJ586010
- 4 Replies
- Last post
by MattB-MSFT
- Hi all,
I am not able to setup a standalone server (not a domain member, no DC) for CCF development. After
- installing web services and admin console
- creating database and database structure
- setting ccfiis and ccfsql in the hosts file
I receive the following error when trying to access AdminConsole in mmc:
Event Type: Error Event Source: Customer Care Framework Event
-
- File Adapter pick up file very slowly
by KevinLi
- 4 Replies
- Last post
by ibrahim durmus - Microsoft Cor
- I use File Adapter to pick up file from local folder, but it is very slowly (about 30s per file) and the file size is about 5k. I found many suspended instances for this BizTalk application (about 60,000 instances), I don't know wheter these instances lead to the low performance of File adapter.
Below is the file adapter settings I used:
Numbers of files in a batch: 1
Other uses defau
-
- How to redirect on XAML file to anotherXAML file in same project
by DINESH CHAUDHARI
- 8 Replies
- Last post
by DINESH CHAUDHARI
- Hi,
How can i call one xaml file from another xaml file in same project .
Example :
Suppose in my First.xaml file have one button .onclick of this button i want to show second.xaml file how i can achive this by using javascript as a code behind.
Thanks
-
- Does Vista offer an ihd engine?
by tazan
- 6 Replies
- Last post
by Andy Pennell MSFT
- Does anyone know how a hd dvd player software run ihd script Does the player need to have an ihd engine or any third-party engine or Vista will offer one
-
- SIMPLE instructions to REMOVE Windows Desktop Search
by T.Beal
- 14 Replies
- Last post
by Brandon Paddock MSFT
- I have written to MS without receiving a simple, non-MIS/IT description of how to remove this horribly intrusive add-on, that installed itself DESPITE clicking on DO NOT INSTALL.
So (and without getting into the politics of who is behind this), all I want is the easy way to remove this program.
I have gone into Add/Remove Programs and YES, clicked on Show Updates, but there is NOTHING clearl
-
- How eliminated the black frame between two AVIS videos with Windows Media Player?
by infinit
- 1 Replies
- Last post
by Becky Weiss - MSFT
- Hello, I make a PlayList with the Windows Media Player, and between two AVIS videos doa a black frame, I think this is the preload, but I'm interesting to eliminated this black frame, but I don't know how. TY
-
- Network Presence Monitor
by AnAgile
- 0 Replies
- Last post
by AnAgile
- hi
i would like to monitor network presence via a dll. whenever the network comes up, my application should inform me and should do likewise when it goes down.
thanks
-
- Basic Question regarding BizTalk 2006 Server
by SSreejith
- 2 Replies
- Last post
by Brian Loesgen MVP
- Hi, I am totally new to Biztalk server. Now trying with basics of Biztalk 2006. We have installed and Configured Biztalk server 2006 @ our Development Server. We have some simple question. 1) To program with Biztalk and Visual Studio.NET IDE do v need to install the another version(developer) of Biztalk to a all client PC's 2) Installing some adapters to Client PC's will give us the power to desig
-
- OrderContext.Current always NULL
by nklbala
- 2 Replies
- Last post
by nklbala
- I am working on a web application which fetches data from Commerce Server. I am trying to fetch basket details for a particular user. We can get the Basket details through the following method.
Basket myBasket = OrderContext.Current.GetBasket(userID)
But when using this method, I am getting ¡®Null¡¯ value for ¡®OrderContext.Current¡¯, due to which I am getting ¡®Object reference not set t
-
- add Referee service in Soccer Simulation
by yuyang
- 2 Replies
- Last post
by yuyang
- hi, I want to konw something about the Referee service provided and maintained by Microsoft.
There is a Referee service in Sumo Competition,but I can't find the codes in the program.
Now I want to add this Service in Soccer Simulation.How should I do
Thanks.
-
- run code on a server upon receiving an email
by DeveloperNet
- 5 Replies
- Last post
by DeveloperNet
- Greetings,
I am not sure if this is the right forum for this question. Kindly let me know if I need to post this somewhere else.
The Question:
I need to run code on a server (e.g. automate database operations, send email responses, alert admins, etc.) upon receiving an email message with the necessary paramaters. The concept is similar to web services but using emails only.
-
- Microsoft Firefox2007 Professional?
by chriscrm
- 3 Replies
- Last post
by chriscrm
- What tha hell is that Video: http://soapbox.msn.com/video.aspx vid=4066f44b-6bb8-47eb-96d7-20a9499e060e Webpage: http://www.msfirefox.com/microsoft-firefox/index.html
-
- Iterative Development
by SimonGodfrey
- 5 Replies
- Last post
by Eric Jacobson
- What are people's experiences with iterative development A large project I'm working on is working to an interative process, albeit not how I'd have done it. Essentially we have a weekly or 2-weekly build which is used as a project milestone and where we aim (as the test team) to test what functionality is available.
As it stands we've been having interim builds since January and are yet to
-
- Orchestration - Parallel never exit
by Qwerty12345678
- 8 Replies
- Last post
by SaravanaKumar_1977
- Hi all,
In the orchestration of my BizTalk application, it will start a parallel shape immediately. After the parallel ends, it will go to other expression on the main branch.
There are 2 branches in the parallel. Each of them start with receiving a file, and then transform the receiced file. After that, the parallel will end.
But I find that the parallel seems never end. It w
-
- WMP 11
by HoS238
- 1 Replies
- Last post
by jwillsher
- Hello all; i'm having an annoying problem with WMP 11 it won't find my media. when the screen comes up that asks which folders to monitor i put in thier my music and then press enter and nothing happens. ( this happens with media center now as well.) my music folder is filled with music too. so i'm at a lose to figure this out. i've tried droping my music folder into MP but to no avail. It all
-
- i have three questions about Biztalk RFID
by tonyguo
- 6 Replies
- Last post
by tonyguo
- i have three quesions about Biztalk RFID.
1¡¢Is Biztalk RFID a function component of Biztalk server or it is a seperate one Can Biztalk RFID be set up singly
2¡¢Is there any trial or beta release of Biztalk RFID on Microsoft.com Where can i download it
3¡¢Is there any connection between Biztalk RFID and Dynamics AX 4.0 There is a RFID server managerment in the inventory function of AX 4.0,
-
- ADM File for WDS 3.01 not Working
by Ben Paddick
- 6 Replies
- Last post
by StephenCWLL
- Hi,
I have run the installer, copied the extracted folder and located the desktopsearch30.adm file. When I import this into GPMT I cannot locate any of the settings within the User Configuration area. I was expecting it to be User Configuration\Adminstrative Templates\Windows Desktop Search or similar. I have imported the MSN Search Toolbar ADM without any problems and straight away the setting
-
- WDS 3.0 not indexing Outlook 2007
by aristos666
- 10 Replies
- Last post
by SicilianALSR
- I recently installed WDS 3.0 on a Windows XP SP2 machine with Office 2007 Pro.
Initially, there were no problems, but recently Outlook seems to have disappeared from my WDS index. I've been trying to figure out why for a while now, and I've tried all the standard things -- I've made sure the correct mail profile is default, I've restored all WDS settings to default and rebuilt the index, I've r