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

Software Development Network >> Carter_D's Q&A profile

Carter_D

Member List

doug finke
nibsi
thomas f
Yuval Gilboa
Bartvh
WHats wrong
Teggno
Markw2004
sharyl
Sarath.
ahmedilyas
yanivpinhas
cbueno
IgorLiokumovich
subhanet
Fusion54
wvusaf
avenueofdesign
Hytham
Parker Lewis
Only Title

Carter_D's Q&A profile

  • Visual Studio Team System TFS MSSCCI asking for login info when using 3rd party IDE

    My problem is as follows: I am using a 3rd party IDE. Eadh time it connects to the server (e.g., to open files from source control, refresh SCC status, etc.), I get prompted by TFS to provide Team Foundation Login Information to communicate to the server over HTTP or HTTPS. I have read the thread https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1086788&SiteID=1 , however it only applies to VS 2K3 (the IDE I am using does not have the Login ID option). My question is: I am trying to connect to the server using the credentials of the logged in user. Is it possible to set the TFS client to always forward the credentials of the logged in user (user name/win pass) to the server instead of prompting me every time If not, are ...Show All

  • Visual Studio C# lang service inserting weird spaces...

    Hello, In the last stretch of the road to ViEmu 2.0, I have stumbled into yet another ugly stumbling block. When I want to insert a newline with autoindentation, I just invoke Edit.BreakLine so that the language service will do it's usual stuff. This works very nicely with the C++ language service, and since I'm now using the IVsLinkedUndoTransactionManager, I can wrap all the operations nicely in an undo group (I couldn't before, because Intellisense etc... used an IVsCompoundAction, which is the same thing I was using, and they aren't nestable). But today, when testing with C#, I've found the method doesn't work. The problem is that the C# language service, when the editor is set to 'insert space' instead of hard tabs, and there are hard ...Show All

  • Visual C++ foreach in VC++ .Net 2003?

    Hi all, i face a problem while convert the VC# to VC++. Net in foreach statement in VS2003. Any one can help me to convert the following statement to VC++.Net useable code Thank you Here is the VC# code public static void Main() { ManagementObjectSearcher searcher = new ManagementObjectSearcher("root\\CIMV2", "SELECT * FROM Win32_DiskDrive"); foreach (ManagementObject queryObj in searcher.Get()) { Console.WriteLine("MediaLoaded: {0}", queryObj["MediaLoaded"]); } } Thanks You Very Much as this code is work in vs 2003 VC++.Net. ------------------------------------------------------------------------------ ...Show All

  • Visual C++ what is supported by GDI

    I want to write a project that has some function likes WordArt of Microsoft Words. it can fit the text to any pattern I want to use GDI to deverlop my project. so, could you tell me, what is supported by GUI (not use GUI plush) . thanks & regards!!! Currently GDI has no option to Support the things you have specified. Rather it gives some Drawing APIs. Using the combination of these, you can make your work done. But this forum has a limitation to explain more. So please check some developer website like codeproject or codeguru for more help and samples. Some Newsgroups also may able to help you out in this matter ...Show All

  • Windows Forms Loading xml Files

    I come from a major ASP.NET background, so my way of thinking might be warped for client side development. I'm very new to client side development for .NET. I'm working with serialization for this part and need help when reading / writing my files. I have a folder called "Data" in my project. In that folder I have some xml files. One holds a list of "Packages". There are multiple "Package" elements that are serialized into this file (hope to be serialized). THere is an element that has a filename. This filename points to another XML file that contains all the information for that package. ***I do not want all information for all packages in 1 XML file, because that file will get longer than 600,000 lines in a ...Show All

  • SQL Server Date out of range?!

    Greetings! I have a data source that gets generated based on a variable with the following SQL : "select * from result where deletion_ind = 1 and when_deleted >= '" + (dt_str, 50, 1252) @[User::Last_Run_Date] + "'" But when I run my package I get an error message saying: The conversion of CHAR to DATETIME resulted in a DATETIME value out of range The Last_Run_Date variable is set to '2006-06-25 14:35:05.450' When I run the code in a QA session it works, but in the package it complains! What am I doing wrong Thanks for your help in advance. Does the error get thrown by SSIS eval;uating the expression or by SQL Server when it gets executed If the latter...use SQL Profiler to c ...Show All

  • Visual Studio Tools for Office problems with deployment of VSTO 2005 Excel application

    I have created a VSTO 2005 Excel application. If I deploy it to the computer where VSTO 2005 development systems is installed the application works as designed. If I install it on another client (or under VPC2004 on the development computer) the setup routine is working without problems. When I start the application I get this problems: If I doubleclick the Excel file Excel starts, the workbook will load, after this the whole Excel will hang (hour glass). There is no error message or something else. The Microsoft VSTO client troubleshooter will show that all needed bascis are installed correctly. Who has a help Hi, Please take a look at this topic on MSDN: http://msdn2.microsoft.com/en-us/library/2zs2w66f.aspx and see if i ...Show All

  • Audio and Video Development DXVA2.0 in MFT

    According to the msdn spec, it says the media session will call GetAttributes on the MFT (which should send the MF_SA_D3D_AWARE attribute back up). For some reason the media session does not call the IMFTransform::GetAttributes(). I am using the PlaybackFX sample. Any ideas why it doesn't call GetAttributes Also, there are some updated overviews on this topic in MSDN: http://msdn2.microsoft.com/en-us/library/bb250376.aspx Especially see the section "Enable Video Acceleration" in http://msdn2.microsoft.com/en-us/library/bb250371.aspx ---------------------------------------------------------------------------- Mike Wasson, SDK Documentation This posting is provided "AS ...Show All

  • Visual Studio Express Editions Another Question DMan1

    hey, does ny1 no how i can upload .swf onto visual basic. When i place the object "Shockwave Flash Object" onto the form.. an error comes up saying "Failed to import the ActiveX control. Please ensure it is properly registered" i then re-registered it properly in a way some1 told me to, but still the problem is on!!!! can ny1 help me plz.....as soon as possible!!!! I have previously had success using the flash player in VB...if you can not get the player to load...another option is to use the browser with the swf file embedded in HTML ...Show All

  • Visual C++ Error message PSAPI.DLL

    I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Does anyone know whether this DLL is required to be distributed when installing on Win2K/XP In other words, does psapi.dll is part of Windows 2K/XP installation Thanks, Irit. ...Show All

  • SQL Server Change the date format of a smalldatetime column.

    Hello people. Please, is there any way to change the date format of a smalldatetime column of a table in SQL Server Express What I mean is that the default date format for a column which type is smalldatetime is "MM/dd/yyyy" but I'm developing a localized application and the date format that I would like to use is "dd/MM/yyyy", so I would like to know is if there any way to change this. I know that I could write some code in my application in order to do the conversion, but I would like to avoid this because I'm using the databinding property of the control and if I have to write a piece of code in order to do the conversion, I will loose this functionality. I'm currently using WindowsXP SP2, SQL Server Expr ...Show All

  • Visual Studio 2008 (Pre-release) Certificates... one tiny question

    I think I have understood that a server certificate helps the client to know that it's the "correct" server it's talking to, and not someone pretending to be the correct one. However, I have not fully understood if the certificate (i.e. X.509) is required to get encrypted communication between the client and the server. Or, is there something else built into WCF that will encrypt the communication without usage of external certificates Regards Andreas I've read some about transport vs. message level security. But one part I do not fully understand. It's the "end to end" functionality of message level encryption. Could someone explain that in simple words. How do I know if I need ...Show All

  • Visual Studio Repeat across detail section based on parameter

    Hi, I'm trying to create a web based crystal report, which brings up the results of one parameter (from a textbox) (i've got this far and it's working ok) and displaying it a number of times, based on another parameter (entered in a textbox) , how can i add this second part (in vb) thanks Dan ...Show All

  • Visual Studio 2008 (Pre-release) NovCTP - MediaPlayerSample

    Hi, Anyone have a sample on how to draw video in NovCTP. I have the following at the momment but fails to play video just audio. MediaPlayer player; public Window1(){    InitializeComponent();    player = new MediaPlayer ();    MediaTimeline t = new MediaTimeline ();    t.Source = new Uri ( @"Japan.wmv" );    MediaClock c = t.CreateClock();    player.Clock = c; } protected override void OnRender( DrawingContext drawingContext){    drawingContext.DrawVideo(player, new Rect (RenderSize));    base .OnRender(drawingContext); } kind regards, Thanks for the advice. The domain is rather more ...Show All

  • Visual Studio XI and VS 2005

    I recently purchased XI developer. What version of the merge modules should I be using to get things working with VS 2005 - the ones that shipped with XI, Visual Studio 2005 or others I didn't install the VS CR version - just kept my XI developer version. I am having problems exporting files from the webviewer. Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormatOptionsClass' from assembly 'CrystalDecisions.ReportAppServer.ReportDefModel, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is overriding a method that has been overridden. Description: An unhandled exception occurred during the execution of the current web request. Plea ...Show All

©2008 Software Development Network