Software Development Network Logo
  • IE Development
  • Audio and Video
  • SharePoint Products
  • Visual C++
  • Microsoft ISV
  • .NET Development
  • Visual Basic
  • Visual C#
  • Visual Studio
  • Visual FoxPro
  • SQL Server
  • Windows Forms
  • Smart Devicet
  • VS Team System
  • Windows Vista

Software Development Network >> kered pople's Q&A profile

kered pople

Member List

Adner
Mauricio Castillo E
soorya_j
Shivangi Chaudhari
sqlexpressbeginner
Sequel2k5
NeTBaPb
meconnell
Tvienti
Genetic1234
MagedSalah
milesmarc
bryanedds
hazz
phokaia
Tom D
JulianRidley
Ralph Morton
shahram11
JoneLee
Only Title

kered pople's Q&A profile

  • Visual Studio Team System TFS Word Integration Starter Kit

    Hello: I heard about this Starter Kit. Is it available Where to get it Thanks, Yuhang I can personally attest to the fact that integration of any sort with Word is greatly improved in Word 12. The custom xml and content controls allow for integration between systems and Word unlike anytime before. Depending on your needs- I definately encourage you to look at the CTP for VSTO for Office 2007 and Office 2007 Beta 2. I know that once I started using Word 12. I simply won't look at trying any significant integration from other systems without seeing if it is within the timeframe to simply do it under Word 12. ...Show All

  • Software Development for Windows Vista Vista Build5744 SDK

    Yesterday, I downloaded the file en_vista_rc2_october2006edw_build5744_sdk_dvd.iso from the MSDN subscriber downloads site. I meant to downlaod plain old Vista RC2 x86, but clicked the wrong link. What is this, exactly Does it contain the Vista OS plus an SDK I can use with VS2005, or is it just the SDK If the latter, what can I do with it ...and I highly recommend you install the Release version of the SDK from the Download Center rather than the pre-release version that you have downloaded. ...Show All

  • Visual FoxPro Help with expression (one more time...)?

    Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table... MRC REQUIRED DETAILS 4720-00-001-0057 ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL RUBBER, SYNTHETIC MEDA MEDIA FOR WHICH DESIGNED AIR CRWL INSIDE SURFACE CONDITION SMOOTH CQCS LAYER COMPOSITION AND LOCATION 1ST LAYER ANY ACCEPTABLE CQCS OUTER LAYER MOLDED RUBBER CRJM OUTER COVERING ENVIRONMENTAL ABRASION RESISTANT AND PROTECTION CRJM ...Show All

  • Smart Device Development memory critically low

    i'm developing a device application for a pocket pc and when my application deploys in the device, i get this error "memory is critically low. you must select one task to terminate or increase the amount of program memory" i already did the increasing of program memory but still the memory is too small to run my application. and i can't delete/move any file using file explorer, because i haven't even stored a file besides my application. how to avoid this kind of error i really need help.. You should analyze your code to find and eliminate places where you use a lot of memory and/or forgetting to dispose of IDisposable objects. ...Show All

  • Visual Studio Tools for Office Microsoft.Office.Tools.Word.XMLNode.ContextLeave: Problems with selections?

    Hi all I have a small problem. I'll try to explain it the best I can. The situation is this: I have an XMLNode in a table cell in Word. On the ContextLeave event for this node, I investigate the text in the node, and perhaps changes the text. In my case, to help user write e.g. N/A, by just typing 'na'. But... When the user tabs out of this cell, the selection get's out of sync. Let me try to explain. Normal behaviour when tabbin' from cell to cell in a Word table is that the text in the cell you enter is selected. When I change the text in the previous cell on ContextLeave the selection is off by the number of characters the new text is different than the original. It's a bit hard to explain. My guess is that Word when i pr ...Show All

  • Windows Forms C# Application Deployment

    Please enlighten me for the following How could I include the feature for automatic uninstall of my previous application while installing the new deployed setup How could I put the shortcut of my application to the desktop when the installation is successfully completed Can anyone help me Regards Ahmed Sahib Mr.Grant and Rizwan Thanks for your prompt replies. I will go thru it. Regards Ahmed Sahib ...Show All

  • Software Development for Windows Vista Applying TrackingProfiles to a base class workflow and all sub-classes

    Is there any way of applying the same TrackingProfile to all workflow instances that inherit from a common base class workflow e.g. BaseWorkflow ---> has its own tracking profile DerivedWorkflow1 : BaseWorkflow DerivedWorkflow2 : BaseWorkflow etc. My experiments suggest that when using the SQL Tracking service a separate (in my case identical) profile must be defined for each and every DerivedWorkflow type: a BaseWorkflow profile is not applicable to the derived workflows. This is a bit of a maintenance headache when large numbers of derived workflows exist. Sorry Joel, maybe my original question wasn't clear. I have been using the tracking service in exactly the way you describe: however this is no ...Show All

  • .NET Development The server committed a protocol violation. Section=ResponseStatusLine

    Hello, I have a webservice that is done in JAVA in another part of the world and I want I try to consume it I got that error. When I try to consume that same webservice inside my intranet I got no problems. protected void Button1_Click( object sender, EventArgs e) { AudioRespuestaService proxy = null ; try { proxy = new AudioRespuestaService (); //WebRequest req = proxy.getWebRequest(); proxy.AllowAutoRedirect = true ; proxy.PreAuthenticate = true ; CredentialCache credencial = new CredentialCache (); credencial.Add( new Uri (proxy.Url), "Basic" , new NetworkCredential ( "xxxxxx" , "xxxxx" )); proxy.Credentials = credencial; IAsyncResul ...Show All

  • Visual Studio Team System TFS Server Setup Failu - ENU -- Error 28002.Error unknown.

    This is the third time I am trying to install TFS singler server setup. Everytime setup aborts with Retry or Cancel button. I have followed TFS install guide properly and have all the prerequisites installed. Please find the event log as well as excerpts from MSI log and Install log Event Log ---------------------- Event Type: Error Event Source: MsiInstaller Event Category: None Event ID: 10005 Date: 9/1/2006 Time: 2:02:05 PM User: VSTS\TFSSETUP Computer: SERVER2003 Description: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28002.Error unknown. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Data: 0000: 7b 35 30 45 35 44 34 34 {50E5D44 0008: 43 2d ...Show All

  • Visual Studio 2008 (Pre-release) How to ... RichTextBox

    Hi, I am using a richtextbox control and upon selecting a portion of the text on the control i need to find if the selected text is bold or not... similarly i need to do the same for the rest of the property like Italics, underlined... and so on... The code below gives me the text selected : ********************************* rtbWordDocument.Selection.Text.ToString() *********************************** But how do i find the properties / style of these selected text ~Ram you need to keep in mind that if the selection has normal and bold text then you cannot you wont get the property....other than that lee's soln will work ...Show All

  • Smart Device Development ReadXml under CompactFramework 2.0

    Hi, I'm trying to find the ReadXml class in the CompactFamework, or an equivalent, but I stil can't find. In the CF 1.0, it was part of the namespace System.Data, but it seems to not be anymore. Can you help me to find a way to read XML documents under CF 2.0 Regards, Ch'Portos. I think that all the XML related classes are on namespace System.Xml. As far as I know the only similar to what you want is the ReadXml() Method of the Dataset that allows you to load data to a dataset from an xml. MSDN link: http://msdn2.microsoft.com/en-us/library/system.data.dataset.readxml.aspx ...Show All

  • .NET Development Writing custom web service for sharepoint 2007

    i can find a article which explains how to do it in sharepoint 2003, but unable to find anything for 2007. has anyone done it , please help. or if you are familiar with the differences between 2003 and 2007(asp.net 1.1 vs asp.net 2) can you guide me in translating the below article http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_sp2003_ta/html/odc_writingcustomwebservicesforsppt.asp hi there are u sucessfull using the atricle H ttp://msdn2.microsoft.com/en-us/library/ms464040.aspx I get this error @@@@ Could not load type 'boo' from assembly 'Create_Site, Version=1.0.0.0, Culture=neutral, PublicKeyToken=12bef56a6427b4cc' when i browse http://localhost ...Show All

  • SQL Server Configure IIS for Reporting Manager and reporting server site

    Dear All: My reporting manager and reporting server were working fine in IIS. But when I booted the system one day, one error message came "Unexpected error" for the IIS. So I removed the IIS and reinstalled he same. But after that, I tried to give virtual directories to reporting manager and reporting server sites. But it ain't working. Could you please help me My IIS 5.1 Reporting service 2005 Express with SQL Server Express ASP.NET 2.0 Express. Please help. Thanks in Advance Emmanuel Mathew Dear All: I got it somehow worked. But now the problem is that when I take the report manager and display the report, it shows me a wrongly formatted page with "Object reference not set to an isntance of an Object" But in ...Show All

  • SQL Server How do I retrieve a record by primary key?

    Visual Basic 2005 Express: I want to retrieve an SQL DataBase table record whose primary key is 4. How do I read in that record and how do I pick up data from it isnt' this a Visual Basic quesion THe query would be "select <column list> from <table> where <primary key> = 4". You need to fill in the bracketed variables with proper values. I'm sure VB has some built in datareaders of some sort. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. what is best way to render scene with great number of textures?

    quiestion sounds excactly like topic :) i have many generated textures (maybe ~100). what is the most efficient way to render all the stuff Assuming they're all 2D textures that are the same or similar sizes (i.e., they can all fit within the same area with minimal extra information stored) then you could consider putting them in a 3D texture. Basically, you'd set the depth of the 3D texture to the number of textures you have (e.g. for 128 textures of 512x512, the 3D texture would be 512x512x128). Then in your texture sampler (in the effect file) you set the sampling mode in the W direction to nearest neighbor. You'll then need to modify the vertices you're passing to the shader to include 3D texture data, with the Z component of ...Show All

©2008 Software Development Network