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

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

macase

Member List

Anand Raman - MSFT
NickNotYet
Dr. Zoop
Przemek G.
Chronusus
Will George
Chuck Clifford
Jerome Smith
enric vives
faraaz_malak_c92eb4
dabd
chipso4
olgaF
JR Lyon
Vinci
Machhindra
SOAC
CrashPlaxton
vsuneel
RoadGlide
Only Title

macase's Q&A profile

  • Visual Studio 2008 (Pre-release) WCF Interoperability problem - unable to resolve KeyInfo for verifying signature

    Hi, I'm creating simple WCF (CTP February) service & Java (JWSDP 2.0) client interoperability sample with WS-Security (XWSS 2.0). WCF throws following error: Security header element 'Timestamp' with id 'xxxx' is required to be signed, but was not, although timestam IS signed. Below is the request message sent to WCF service: Does anybody know what's wrong with the request Can I somehow disable the check for signed timestamp Any other ideas to solve the problem Thanx for help. Marko < xml version = " 1.0 " encoding = " UTF-8 " > < SOAP-ENV:Envelope xmlns:SOAP-ENV = " http://schemas.xmlsoap.org/soap/envelope/ " > < SOAP-ENV:Header > < wsse:Secu ...Show All

  • Visual Studio Team System Adding Team Foundation Licensed Users to TFS Workgroup Edition -- Help...

    I just spent several hours installing a fresh copy of TFS Workgroup Edition on its own box (as single server deployment). In addition, I already had VS Team Suite on a second box. Both installations have SP1 installed on them and work on their own. However, I cannot seem to add users from my 2nd box to the list of Team Foundation Licensed Users on my 1st box, where, when I click Team | Team Foundation Server Settings | Group Membership | [Server]\Team Foundation Licensed Users Properties Windows User or Group Add... ... the "Locations" button only enables me to see the TFS box itself. Like a moron, apparently, I assumed that it would be possible to connect my VS client to my TFS server in a situation where ...Show All

  • Windows Forms listview activate row event in user control

    Hi all, i created a user control that contains a listview and i will use the activate event of the listview to do different things based on the windowsform that the user control in it..... the problem that the listview events doesn't appear in the user control when when it is on a form ....... so is there a solution for this thx Thank u for ur reply .... i am using a vb.net language and it will be very helpfull if u give me an example about the two ways u described ... thanks Maged ...Show All

  • SQL Server Configuration Order

    I am trying to use the SQL Agent to specify the connection properties of the connection manager that supports all of the other SQL Configurations in my packages. It would appear that configuration files specified in the SQL agent job are applied after the other configurations. I have the same package I want to use under different configurations on the same machine. This package is also portable across to other machines. so cannot have any location information embedded in the package. Does anyone have a solution for this And another open bug for the same issue : https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx FeedbackID=126797 Scott. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. BasicEffect, adding a texture and redering it.

    I'm trying to add a texture to a cube using the built-in BasicEffect class. Can't seem to get the BasicEffect technique to render the texture. How does one set the BasicEffect technique to allow rendering the texture Here is the cube set-up: public static VertexPositionNormalTexture[] MakeCube() { VertexPositionNormalTexture[] nonIndexedCube = new VertexPositionNormalTexture[36]; Vector3 topLeftFront = new Vector3(-0.5f, 0.5f, 0.5f); Vector3 bottomLeftFront = new Vector3(-0.5f, -0.5f, 0.5f); Vector3 topRightFront = new Vector3(0.5f, 0.5f, 0.5f); Vector3 bottomRightFront = new Vector3(0.5f, -0.5f, 0.5f); Vector3 topLeftBack = new Vector3(-0.5f, 0.5f, -0.5f); Vector3 topRightBack = new Vect ...Show All

  • Visual Studio Team System Get file attributes - checked out or not (in code)

    Hi, I am wondering if there is any command in the TFS API that lists all files in a folder, and shows whether they are checked out or not. I do know of the QueryPendingSets command, but I would have to combine that with a list of ALL files to get their state - checked in/out. I saw this helpful post about listing checked out files: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=153326&SiteID=1 Is there any API call that allows me to see this in one call P.S. For some reason, the 'Insert Hyperlink' button does not seem to work in FireFox. Hello, You need to use GetItems method of VersionControlServer class to retrieve items available (it has several overloads), and QueryPendingSets of VersionControlServer to view pend ...Show All

  • Visual C# How to create variables and configuration settings for C# Windows Project

    I need to store configuration details like Database Connection String, and other config details in a single location so that I can access it from any .cs file of the prj. How is it possible Thru some particular xml file or a text file PLZ reply asap as its urgent Sounds like this may be a task for the a User Settings action . The settings file, which is written in Xml, is used for such purposes like reading in a value, either for the user or the application .... See Using Settings in C# . / Using My.Settings in Visual Basic 2005 ...Show All

  • SQL Server Error on Date Data During Insert

    Hi Folx, I am new to SQL Server and I am struggling with source data for a table with two db_datetime columns. The data can be inserted using native SQL, but errors when I build a Data Flow Container. Versions: Microsoft SQL Server Integration Services Designer Version 9.00.1399.00 Microsoft SQL Server Management Studio 9.00.1399.00 Error: [Flat File Source [1]] Error: The "output column "extraction_date" (24)" failed because error code 0xC0209084 occurred, and the error row disposition on "output column "extraction_date" (24)" specifies failure on error. An error occurred on the specified object of the specified component. Source Row: 101|100|2006/12/19 23:50:01.00|2006/12/19 23:50:01.00||| ...Show All

  • Community Chat so the Zune's a flop

    or so says every review I have read. anyone have any sources saying otherwise installation HORROR stories. questionable collection of "features." incompatibility with WMP and pretty much any non-Zune marketplace source for music. handicapped wifi. I was on the verge of pre-ordering a Zune, but Microsoft has jaded me over the years, so I held off. I think I'm pretty happy with that decision. Zune owner here... Let's see, yes, it's not compatible with WMP even though WMP11 and the Zune software appear to be the same program(or dang close) just re-skinned with different features. WMP won't even acknowledge it as a device. There are those that seem to be having installation issues, but it al ...Show All

  • Visual Basic Get Long FileName From Short?

    I get a filename from my forms Load event, via Command() or My.Application.CommandLineArgs() (Both returning the same) How do I get the long filname from a short filename eg. Short: C:\Progra~1\MyFilew~1.jpg Long: C:\Program Files\MyFilewithalongname.jpg1 I have allready tried several snippets from the net, but none of then can handle files from a network like: \\Computer\Shared Folder\My file.mp3 Is there a functional .NET way to accomplish this Wauv! - This keeps getting easier and easier Just another reason, why we love the .NET framework ...Show All

  • Visual Studio Express Editions Arraylist sorting

    I have an arraylist of alphanumeric items: C1,C2,C3,C10,C11,C20,R1,R2,R21,RN1,RN2,etc. When I use array.sort they come out C1,C10,C11,C2, etc. I want to sort them grouping by the alpha character but numerically in sequence. I've written a bubble sort function but that gives me the same result as array.sort. Is there an " easy " way to get this sorted like I want Thanks, Cote ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT on Win2000 ???

    I tried installing the latest DirectX with XACT & discovered that it will not work with W2k. Is there any way to get just XACT on a W2k platform TNX Ken KC7RAD David Weller wrote: No. Windows 2000 is an unsupported operating system for the DirectX SDK and its components (including XACT). This is not really true. The old runtime components, D3DX and Managed DirectX, are still supported on the older operating systems, Windows 9x/ME/2K. It's just the new runtime components, XInput and XACT that require Windows XP or newer. Unfortunately, while the XInput documentation makes this limitation clear, the XACT documentation doesn't. Hmm... actually, that brings up another question. The XInput documentatio ...Show All

  • Visual Studio 2008 (Pre-release) The reason for the exception: Converter property is expecting a IValueConverter instance, not a string.

    Hello all, I have an entity (ContactInfo) that exposes a bunch of properties and a collection of Persons (the collection is called People). Here is how I want to show it: Contact Info Name: xxxxx Created By: xxxxxxxx Creation Date: xxxxxx People: John, Jill, Jack. I have defined a datatemplate for this entity, where each property is bound to TextBlock.Text. Then, I created a value converter that would take a the people collection and return a list of comma seperated names. public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) { if (value == null) return ""; People people = value as People; //TODO error handeling ...Show All

  • Software Development for Windows Vista Reapeatedly asking for windows authentication

    hello all, I am installing windows installer in windows server 2003. while running the project we are doing authentication by providing user id and password.once it is authenticated against the current user it will be logged in. but if you click one of teh item it will pop up one window . and asking for user id and password.and in the top having message like connect to 192.168.*.*.(some ip) but it is worki ng fine in localhost only having problem in server. can anybody please tell why i am having this authentication problem . thanks in advance regards vijil ...Show All

  • Visual Studio Express Editions USB IrDA Dongle

    I am confused, if I add USB IrDA dongle that uses say the SigmaTel chip, do I write C# code to communicate with a USB device or an IrDA device. In either case can anyone point a Visual C# 2005 Express Edition newbie to some information that would help me to write code to communicate using such a device to an IrDA enabled external device I had started to get the impression that IrDA was only in the Compact Framework, so what you say rings true. I have not got the experience yet to know how to add it to the project, but I guess that will come with time. Thanks for your help. ...Show All

©2008 Software Development Network