-
- BTS Problem
by Sanjeev Kumar Paul
- 1 Replies
- Last post
by Richard Hallgren
- Hi All,
I have simple requirement of calling a .net method from Biztalk but only after droping the files into a folder so that it can send the filepath and filename of the folder as a input to the .net method.But BTS is calling the method first and after that its droping the file.This means BTS is in process of droping the file and meanwhile its calling the method also.Is there any method t
-
- httpcfg for windows 2000
by Beloded Evgenij
- 1 Replies
- Last post
by Eliot Flannery - MSFT
- Hi.
I have a problem. I need to configure IIS and Apache on the same machine, listening the same ports.
For this I need httpcfg tool, the same like it is in windows 2003.
Is there in windows 2000 anything like httpcfg or where can I download this utility
-
- Relative/Absolute Positioning of Objects
by Uri Kartoun
- 2 Replies
- Last post
by Uri Kartoun
- Let's say I insert two cones as follows:
Code Snippet
AddConvexMesh( "street_cone.obj" , new Vector3 (2f, 0.1f, 0f));
AddTriangleMesh( "street_cone.obj" , new Vector3 (1f, 0f, 0f));
Code Snippet
private void AddConvexMesh( string name, Vector3 pos)
{
Shape cshape = null ;
SimplifiedConvexMeshEnvironmentEnt
-
- How to judge one network adapter is wire or wireless?
by steveLi
- 2 Replies
- Last post
by ReneeC
- How to judge one network adapter is wire or wireless Urgently, Please help meŁĄ
-
- cannot reference sdk from Word VBA
by Frank Pasztor
- 13 Replies
- Last post
by MauricioG
- greetings,
I've installed the SDK on my system and can access it from Visual Studio. But I can't access it from VBA. I've updated Windows and Office 2007 and have whats required but when i look at the references dialog in Word 2007s VBE there's no listing for ' Microsoft.Office.DocumentFormat.OpenXml ' and when I use browse to locate the dll manually i get a message that the file cannot be
-
- Automating UI that is changing
by Michael Hunter (MS
- 7 Replies
- Last post
by automated_testing
- Some time back Alan Page stopped by my office asking for suggestions for effectively automating UI that is undergoing lots of change. Learn my answer (which won't be any surprise to longtime readers of my blogs) at http://msdn.microsoft.com/testing/automatinguichanging.asx .
-
- Registering Object's member function as event handler
by Philipp Lamp
- 3 Replies
- Last post
by Andy Pennell MSFT
- I have this Class definition:
Code Snippet
function Someclass() {
this._id = "something";
addEventListener("myEvent", this.onEvent, false);
}
Someclass.prototype.onEvent = function(ev) {
debug(this._id);
this.aFunction();
};
Someclass.prototype.aFunction = function() {
//do something
};
var myObj
-
- Samples of Orchestrations exposed as WCF services
by Allan Taunt 2
- 1 Replies
- Last post
by Karahan Celikel - MSFT
- I'm looking for some examples (sample projects) of Orchestrations exposed as WCF services. I have no problem using the BizTalk WCF Service Publishing Wizard to expose an Orchestration as a webservice, but I'm looking for more advanced B2B scenarios where the client is authenticated based on CardSpace or Client certificates. I am also looking for examples that are BizTalk specific, as I have noti
-
- Cloud (Feature rich web browser, formerly AWB)
by &#169&
- 14 Replies
- Last post
by Timo S
- Hi all! I've been programming a new web browser for a month now. It's in version 0.4.3 and I gave the first test version (0.4.2) to some of my friends. I'm planning to release version 0.5 public so I'm willing to hear some feature suggestions. There's already a plenty of features:
Tabbed browsing *
Bookmarks
History
Search bar
Imagetool (For getting all the pictures from website/doc
-
- 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
-
- Connecting to Device/using Vendor Command
by VishalKumar
- 4 Replies
- Last post
by ValyaS
- I am trying to invoke a vendor defined command called PulseOutput from a custom event handler. The command provides a single pulse on the specified output port of the reader for the specified time interval. I used a format similar to what was posted in the thread "Using Vendor Defined Commands." VendorSpecificInformation inputParams = new VendorSpecificInformation();
-
- BizTalk DW Reporting Error
by Genuine Basil
- 5 Replies
- Last post
by Genuine Basil
- Recieving bellow error and biztaolk service is getting restrated..
Event Type: Error Event Source: BizTalk DW Reporting Event Category: None Event ID: 1000 Date: 8/17/2007 Time: 10:00:59 AM User: N/A Computer: ****-S-***** Description: Faulting application btsntsvc.exe, version 3.6.1230.0, stamp 4600a236, faulting module kernel32.dll, version 5.2.3790.3959, stamp 45d70ad8, debug 0, fault ad
-
- maximum number of mesh memberships per applications
by semedao
- 14 Replies
- Last post
by semedao
- howdy
is there a limit on the number of meshes an application can join is it only limited to the max number of available sockets on the platform or is there a hardcoded limitation in msp2p does joning a mesh necesseraly mean utilizing at least one new socket also in case of an application joining many meshes is the p2p api capabale logicaly reusing open sockets between two peers that are bo
-
- Playing streaming content using Media Foundation
by Haim Cohen
- 3 Replies
- Last post
by Becky Weiss - MSFT
- Hi
We're trying to use Media Foundation for streaming content playback (mms://).
We're using the MF_BasicPlayback sample and it seems that the source creation is ok but I get an error result (0xC00D717F) in the MESessionTopologySet event.
To test the streaming we are using a sample from cnn (just to save you from searching streaming content): mms://wmscnn.stream.aol.com.edgestreams.net/cn
-
- How to develop iHD aplication using VS2005?
by rekhareflection
- 6 Replies
- Last post
by HdDvd.Net
- Please explain in detail or site link to develop, debug ( adding schemas etc) and play (in iHDSim) iHD application using VS2005.
-
- new hardware platform
by Jefflear
- 2 Replies
- Last post
by Ed Harfmann
- All Has anyone attempted to create a new microcontroller platform which works via MRS I would be interested to hear how you got on. If anyone knows of any tutorials or blogs on this subject please let me know. Thanks Jeff
-
- Recommendations for best practice, for writing web services
by Rod at Work
- 9 Replies
- Last post
by Ron Jacobs
- I am heading up a project to re-write one of our oldest apps. It is a VB6 app which has both COM+ components running on a server, and a Windows application, also written in VB6. This whole application, both middle-tier and desktop app, will be replaced. Right now we're looking at replacing it with .NET 2.0, and for various business reasons, the user interface will remain a Windows application, so
-
- DSS design considerations for a Winform orchestrator application
by TMR02
- 2 Replies
- Last post
by Omid K. Rad
- What is the better approach :
1. Creating and calling a Winform from within an orchestrator service (Robotics Tutorial 4 C#)
2. Creating a winform application from scratch, hosting DSS, and orchestrating the services directly within the Winform application (similar to Hosting tutorial #4).
I'll be coordinating about a dozen or so different services. Choice 2 seems like the si
-
- Reverse Engineer SQL 2005 with Visio 2003 Error
by lvance1611a
- 4 Replies
- Last post
by wfsharon
- Hey everyone,
I have an ODBC connection to my SQL 2005 database using the Native 2005 driver. When I try to reverse engineer in Visio, I get the following error:
The currently selected Visio driver is not compatible with the data source.
I've tried changing the default driver and datasource for the project. I've also searched for updates on MSDN and the Office websites. I'm using SP2 for
-
- Web UI and Web Services
by Radaram
- 5 Replies
- Last post
by RajQA
- Julie,
Thanks for the reply. I will start a new thread on the same. Meanwhile is it possible for you to post some info of what you have on WEB UI and web services. I mean which would give us some knowledge about them.
I have worked on Automation tool (WinRunner) for Client/server and now l am working on web application. Its a UI tool so would like to know more about web services tool
-
- Transfer domain away from Office Live Basics
by GarethJ
- 1 Replies
- Last post
by Chris Beiter - MSFT
- Hi
I signed up for the free Office Live Basics service and registered a domain. I have now decided Office Live is not for me (not really flexible enough and poor email handling) but I want to keep the domain name I registered and transfer it to another provider.
Does anyone know how to do this I have read a blog which says this is possible but I need to contact microsoft to get a key to
-
- BaseCatalogName
by takobell
- 2 Replies
- Last post
by takobell
- I'm looking to get the BaseCatalogName from the SiteContext CurrentCatalogUri Category object or the SiteContext CurrentCatalogUri CatalogItem object but as of yet have been unsuccessful. Can anyone point me in the right direction Thanks, Brad
-
- CS2007 training courses - UK
by WingingIT
- 13 Replies
- Last post
by Software-Smith
- I've been searching for some - there aren't any. Can this really be true Does anyone have any suggestions / recommendations
Thanks.
-
- A handy GPU Database to check your video card capabilities
by KyleJ - MSFT
- 10 Replies
- Last post
by Mendi1
- I came across a nice database of ATI, Matrox, and nVidia GPU capabilities that you can use to quickly see if your video card will support the MSRS Simulation Environment.
Go to your computer's device manager to find out what GPU your video card is using. Then go to this website to find an entry for that GPU if it was manufactured by ATI, Matrox, or nVidia.
http://www.techpowerup.com/
-
- Server Error in '/OrdersWebService' Application.
by WingingIT
- 10 Replies
- Last post
by WingingIT
- Hi, I've had this error on 2 separate sites (CsharpSite and StarterSite). Am really struggling to resolve it. Looks like the AllowedStatusTable is expecting data but doesn't have any. I've found another post on the forum for the same problem http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1083101&SiteID=1 but he didn't get an answer. I'm sure we'd both appreciate some help. Thanks very m