-
- Indexing Mapped Drives
by KevinGW
- 11 Replies
- Last post
by DavideValenti
- In my options there is no listing of mapped networked drives for indexing. Is there a reason for this. How do I get mapped drives to be indexed so they can be searched
-
- MOSS2007 integration with Commerce server 2007
by libra08
- 5 Replies
- Last post
by Enrique Lima
- I am working over the integration of MOSS2007 with Commerce server 2007 beta. But I am facing a lot of problems. Can you suggest me a working example that may lead me from scratch towards end while using commerce server adapter.
I am desperately in need of such example as I have searched out a lot over web but couldn¡¯t find any working example in which commerce server adapter has been used
-
- Signing networking and PS content
by Philipp Lamp
- 5 Replies
- Last post
by Peter Torr - MSFT
- Are there any restrictions to think about when setting up a server for networking content
I heard that networking content on final discs (AACS, no emulator) has to be signed somehow. Is this right How could this signing be done
-
- Newbe question. Interfacing with Parallel port, serial port, Basic stamp?
by RoboJohn
- 6 Replies
- Last post
by Omid K. Rad
- Hello all, I have been tinkering with MSRS for a few days, but I still have a few questions. I have built a small mobile bot, and have used visual basic 6 to write my programs. Currently the bot runs off of a laptop to which I send commands via winsock wifi. My question, can Microsoft Robotic Studio let me do the same thing at the same level of simplicity. Can I access parallel ports and serial p
-
- Stored Procedure Approach for developing Applications: An Architecture Viewpoint
by Sai A
- 5 Replies
- Last post
by Roger_Wolter_MS
- Hi, I have a designed a smart client application which talks to WCF Services --> BL--> DAL and finally the database. Since I know that I would using only SQL Server for this application, I am of the opinion for going in for Stored Procedures(for its obivious benefits) and having transactions being handled at Business layer using System.Transactions. My Lead Architect is against the idea of
-
- Windows Service can't access files on the network
by BrianEwens
- 4 Replies
- Last post
by code seeker
- How do I create a Windows Service that can access files on the network Right now the service is logged on as "Local System" and cannot access network folders or files.
-
- SOA-based logging...
by praetorean.nomad
- 7 Replies
- Last post
by praetorean.nomad
- hi all, i am currently poking around to work on a logging framework for my project, & i'm leaning towards a SOA based implementation but i am not certain if this is a way to do it. basically this is the process that i'd prefer to happen... 1- i have a service consumer application... this application will have a feature to keep track of all activities i.e. audit logs, exceptions, etc. 2- the c
-
- Terrible demo apps
by MrYellow
- 3 Replies
- Last post
by Kevgor
- A slide show of JPGs
A really, really poor quality vector of a camera
What is the go with these demo apps If this is to be a flash beater then the demos make it look like it's already lost. Who cares about interoperability with other languages if the whole thing looks bad.
If you'd like some really good quality vectors made in/for it give us a yell. As it stands, I'm closing t
-
- Settinh header to call web method - Urgent
by Ashish Ojha
- 4 Replies
- Last post
by Ashish Ojha
- Hi ,
I am calling a web service (the web service is in j2ee) from my .net client. Firstly i need to call a method 'login' from the web service , this method will return a token to meNow , i need to set this token in the
header to call another method on the same web service. I am able to call the web method and get the token but do not know how to set this token in the header to call ano
-
- Need to replace CustomXML with new XML from string
by D. Jones
- 5 Replies
- Last post
by MauricioG
- I want to use a .docx format document as a template, using form controls and CustomXML. What I want to do to create the generated document is to simply replace the CustomXML "item1.xml" with a new bag of XML containing data that I've been passed.
It seems as if I should be able to do this in about 4 statements, but I must not be thinking about the mechanics right since I'm not succeed
-
- Dumb Question (Braking Lego Motors)
by Kexyn
- 2 Replies
- Last post
by Kexyn
- Ok, I feel rather silly asking this question, but is there a guaranteed way to rotate a lego motor a certain amount of degrees I've tried spinning the motor for a certain fraction of a second, and using encoder readings. After the appropriate amount of time or ticks, I do
Code Snippet
_grabMotor.SetMotorPower(0.0); But it seems like half the time that command is ignored complete
-
- Prevent Indexing Certain paths with Group Policy
by Big_Robbo
- 4 Replies
- Last post
by thomasmcleod
- Hi there,
I want to prevent indexing Outlook Express and so I have put: outlookexpress://* in the "Prevent Indexing Certain Paths" group policy list - however when I look at the items to be indexed in WDS 3.01 I see: "Microsoft Outlook Express: Main Identity"
What have I done wrong
Thanks,
Steve.
-
- Usage of gethostbyname()
by dellthinker
- 1 Replies
- Last post
by Eliot Flannery - MSFT
- Hi all. Im trying to make a simple DNS client. But its not working the way i had hoped. Heres my code: #include <iostream> #include <winsock.h> using namespace std; int main(){ const int SIZE=100; char msg[SIZE]; printf("Please enter the Host name to look up.\n"); cin.getline(msg, SIZE); printf("Doing a DNS lookup of '%s'\n",msg); gethostbynam
-
- CAUSES AND RAMIFICATIONS OF searchindexer.exe utilizing near 100% CPU and IO in Vista
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
-
- Error 26201. Error 2147024769: failed to create SQL Database: CSFTraceDB, error details: unknown error.
by Srini CSF
- 5 Replies
- Last post
by NatrajMSFT
- Hi,
To install the CSF3.0 Lite edition in my machine, I have done the following sequence of steps.
1) Installed Visual Studio 2005 (This itself installed SQL Server 2005 Express edition)
2) Installed WSE 3.0
3) Installed MMC 3.0
4) While installing CSF 3.0 Lite, I got the following error.
Error 26201. Error 2147024769: failed to create
-
- BizTalk 2006 : create message from schema in Orchestration - and NOT FROM PORT ? Biztalk Server 2006;
by rajparmar
- 3 Replies
- Last post
by rajparmar
- Is there a way to add/create a SEND or RECEIVE Message in the orchestration based on Schema and NOT PORT
for example I have below (send Message)>>
Schema1Request :
<LOGIN>
<UID/>
<PWD/>
</LOGIN>
I get below response (receive Message)>>
Schema2Response:
<RESULT>
<SUCCESSFUL>true</SUCCESSFUL>
</RESULT>
-
- Disabled checkbox "Development Tools and SDK" during installation of BizTalk Server 2006 Dev edition
by ArturKowalczyk
- 11 Replies
- Last post
by Karloff
- Hi,
I have installed Visual Studio 2005 Professional (MSDN Premium) - English, SQL Server 2005 Dev edition - English and during the installation of BizTalk 2006 Server Dev edition - English I cannot check the checkbox to install "Development Tools and SDK" because it is disabled. I am using Windows 2003 Server.
I will be grateful for any suggestions.
Artur Kowalcz
-
- MSI Rollback Custom Actions
by Prok
- 1 Replies
- Last post
by Raj15411
- Hi I have a MSI with a Custom Action which may sometimes fail. The problem is that the installation is aborted but not rolled back! The rest of the CAs in InstallExecuteSequence do not get executed but the installed files remain on disk and the application can be seen in Add/Remove Programs. Rollbacks are *not* disabled via properties or due to low disk space... Any ideas on how to rollback the in
-
- WDS 3b2 - file type list is truncated
by rolian
- 8 Replies
- Last post
by Ilia Sacson
- On one of the machines where I have installed the second beta of WDS 3, the list of file types on the advanced page stops at "mda". No extensions below that in the alphabet even appear, nor can I add them manually (when I do so, it seems to work but the the added extensions doesn't stick - the next time I open the file types setting page, it is again truncated).
Running on XP home SP2
-
- SiteConfigReadOnly
by Amy__
- 7 Replies
- Last post
by josko
- Hi,
I have loads of warning messages in the event log concerning too many instances of the SiteConfigReadOnlyFreeThreaded objects.
I do not manually instantiate these and have checked the code for manual context creation. I found minimal occurrences of "offending" code, though and these warnings are getting logged when hitting pages which do not even call this code.
Could anyone
-
- ALE_AUTH_CONNECT UDP indications with remote address/port of 0.0.0.0:0
by Jeremy Drake
- 5 Replies
- Last post
by Biao Wang [MSFT]
- I am testing my WFP-based firewall code on Windows Server 2008 RC0, to test the code paths I added while working around bugs in Vista RTM, for the case where a bug is fixed in SP1 there is a code path which will only happen on SP1.
One of the bugs that I had to work around related to out-of-band inspection of UDP packets at the ALE_AUTH_CONNECT and/or ALE_AUTH_RECV_ACCEPT layers. This seems
-
- Obfuscation: Good, Bad or Who Cares?
by Denny B
- 6 Replies
- Last post
by Denny B
- Hello,
Has anyone used any JS obfuscation tools for their HD-DVDs Or are interested in using an JS obfuscation tool on their code
Denny B.
-
- I could not start a process in BizTalk RFID R2
by BenY
- 8 Replies
- Last post
by Abraham
- Hi,
I could not start a process in BizTalk RFID R2, the error information is as below (this process was built by a sample named BeepEHSample in BizTalk R2 documentation):
The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSuppor
-
- Physics Calculators
by Alastair Q
- 7 Replies
- Last post
by AndrewBadera
- Hi there, I've created this program which will do A-Level Physics Calculations for you. Oh course you will not use it in an exam, it is just to help you. It tells you the method everytime you do an equation so you learn.
The calculators I've put on it are as follows...
Velocity Calculator
Constant Acceleration Calculator
Object Force Calculator
Gravity Force Calculator
Kinetic
-
- Why is my iHD Simulator running slow?
by Vstam39
- 11 Replies
- Last post
by Clinic
- I have a high end computer with 3 Gigs of RAM and new video card with 512 MB but the iHDSim is still running really slow on my computer. I have updated my video card driver and that didn't help, I have also increased my virtual memory to 4 Gigs which hasn't helped either.
Something I have noticed that is worth mentioning is when the Simulator errors out (any script error) the video and audi