Software Development Network Logo
  • .NET Development
  • Game Technologies
  • Windows Live
  • Visual J#
  • Visual C++
  • Architecture
  • Visual C#
  • VS Team System
  • Microsoft ISV
  • SQL Server
  • Smart Device
  • VS Express Editions
  • Visual Studio
  • Windows Vista
  • Windows Forms

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

Exiton

Member List

Daniel A. Kornev
Dan Kershaw
Sadhvi
Vantskruv
Skafever
mxmissile
confusesc
Alexey Rokhin
mylaputa
tamikn
asadnaeem
MauroJu
John Lynch
Philip73
crash5232
smudie
Duque Vieira
DrunkenSniper
good metric
Eric Small
Only Title

Exiton's Q&A profile

  • Visual Studio Team System Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server

    I am trying to install Team Foundation Server Beta 3 as single server installation and installed all required software components. However, during the installation, it gives me "Windows SharePoint Services is not configured as recommended by Team Foundation Server" error under "Recommened Components" dialog box. I exactly have followed an instruction specified in setup guide for Team Foundation Server Beta 3 for SharePoint services installation. Could anybody tell me what the problem is Thanks in advance. Eric Read the installation guide. "When the installation is complete, a Web browser window opens and dis ...Show All

  • SQL Server Will package work on different CTP version?

    Hi There I have created a package in integration services using the June CTP (latest one), i was asked to deploy it on a sql server 2005 instance. On further investigation i realised that the 2005 installation was from the first CTP prior to the one i used to create the package. In configuration manager there is no SSIS it is called DTS server. My question is will my package work 100% if i deploy it to the earlier CTP version of sql server Thanx I don’t think anyone can guarantee there will be no problems going forward, but certainly I am not worrying about it for the reasons outlined above. ...Show All

  • Visual Studio Team System regarding locking in tfs

    Hi, while making a build i will lock the resources with the lock command.After the build is completed.what command can be used to remove the lock.I want to automate this process. very new to TFS. thanks, sri. Hello, is "tf lock /lock:none" ( http://msdn2.microsoft.com/en-us/library/47b0c7w9.aspx ) a command you are looking for Cheers Michal ...Show All

  • Visual Basic Programming Challenge since u re great guy

    For this challenge, you'll need to write an algorithm to find your way from one corner of a field to another as fast as possible. You will be given a starting point and an ending point, and you'll need to tell us how long it will take you to get from start to finish. The field is a grid, and you can only move up, down, left and right. Each move of one grid square takes 1 second. Unfortunately, there's also walls in the way.....the rest is here: http://www.scm.ca/programmingchallenge/maze.htm No No I m not joking That s a question some body received before a job interview, I m not sure about the difficulty of the problem ...Show All

  • Visual C# Passing a string from a C# program to a Win32 C++ dll?

    I week or so ago a few of us on this forum were trying to figure out some problems with using functions within a C# program that were made in a C++ dll, and thanks to some very helpful guys here, we were able to figure it out. However, I am now having a problem trying to pass a string from my C# program into my Win32 dll function. I have tried everything that I can think of, but since I am not all that adept at C# programming, I haven't come up with the answer. In fact, I can't seem to even properly pass a simple char , however int s and long s work fine. I'm hoping that due to my inexperience with C# that one of you C# experts will point ...Show All

  • Windows Forms how can I retrieve a newly added autoincremented key index?

    how can I retrieve a newly added autoincremented key index I created an insertquery in my .xsd designer.  It worked perfectly. Dim AT As String = Me.AuthorTypeTextBox.Text Dim Active As Boolean = Me.ActiveCheckBox.Checked Me.AuthorTypeTableAdapter.InsertQuery(AT, Active) Unfortunately I can't find a way to retrieve the autoincrementing key index.  No event of the tableadapter or bindingsource al ...Show All

  • Visual C# ATTRIBUTES

    Hi everyone, Again something make me confused little bit about C# programming. ATTRIBUTES Ok, I understood the usage of predefined attributes in C# suc that serializable, obsolote,conditionally,.. However, I did not exactly understood the usage of Custom Attributes in C# . Why do programmers use Custom Attributes What is ithe main purpose of using our own attributes The reason for asking this is that I can not find any situation that I have to use(create) my own Attributes. Any help will be appreciated... Mert(JavaBoy) One situation that springs to mind, on a web app I worked on, our base class for pages had the code so we could a ...Show All

  • .NET Development Dynamically create a proxy or call a web service from a WSDL.

    Hi, How can I dynamically create a proxy or call a web service from a WSDL. I need to call a variable number of web services which all implement a known method. I can call the services by creating one proxy and changing the URL property. This fails though because the parameters to WebServiceBindingAttribute and SoapRpcMethodAttribute are not correct. Is it possible to change these attributes at runtime Is there another way Thanks I am trying to reinstatiate an object of a type defined in the webservice. How do I serialize the data back into a struct. How do I define and include data types defined in the webs ...Show All

  • Visual Studio Express Editions datatable of SQL 2005 express can't be saved

    In the tutorial of msdn for record sets, I followed all steps but I cannot save any data to my datatable when I press save button in vb 2005 form. Furthermore the code for saving record doest not work as well. Following code is not working: Me.AddressesBindingSource.EndEdit() Me.AddressesTableAdapter.Update(Me.FirstDatabaseDataSet.Addresses) I have also run into this problem in the tutorial. In fact when ever I run an app that needs to connect to a DB, for some reason Visual Studio Express disconnects from the DB that is tied to the Application. For instance...I just ran the Starter Kit: My Movie ...Show All

  • Visual C++ Tracking source of MS Visual C++ runtime error

    Sorry for this newbie question, but I've already tried Goggling for an answer without success. Note that I am not an experienced programmer. I have a dialog box that keeps popping up occasionally with the title “Microsoft Visual C++ Runtime Library”. When it appears there’s an error ‘bong’ sound, but I cannot read the dialog because it’s just black as it does not refresh properly. Is there any way I can detect what is causing it to appear There’s no errors or warnings in the Control Panel->Events log. I’ve just built a new computer, but I’ve installed so many programs in the last few days that I can’t tell what might be the culprit. T ...Show All

  • Windows Search Technologies Outlook 2000 crashes on exit with WDS installed

    I ran into 2 problems with WDS version 2.06.0000.2083. I have just installed WDS for the first time on XP SP2. I don't have MSN Search Toolbar installed. My Outlook setup doesn't use Exchange and just connects to my ISP to retrieve email. The problem I have is that Outlook crashes on exit. I can post memory dump if necessary. Additionally, if I let WDS finish indexing while Outlook is up, WDS doesn't ever find anything in the email messages. Kind of defeats the purpose of Outlook integration. Are these known issues that I ran into If so, when should we expect to have a new version out that addresses Outlook 2000 integration Thanks. ...Show All

  • Visual Basic Databinding to a Checkbox

    I have a simple form with 2 checkboxes which are Databound to an object, the properties of which are of type boolean. The problem I have is :- I am using the CheckChanged event. When I check the Box, the value of the UI control is correctly changed, but the value in the object does not reflect the change i.e. the Object seems to lag behind the form. If I subsequently click on another control, and then check the values of the control and the object, they are now in sync. Anyone got any suggestions Cheers, Paul Could you explain how the checkbox is bound to the object In a databound or propertybound sce ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sharp performance drop!?

    So I'm developing my game on my pc, and the framerate is steady at 75 fps as I'm adding stuff to it. I take a break and play a game for awhile (on my pc), and when I get back, the fps is now 53! I've tried restarting my pc, but it's still 53! What the heck's going on I don't think it's my code, because my laptop still gets 60fps like it always did, and it has crappier hardware than my pc. Please, can someone tell me what's going on Update: Okay, this is insane. I just tested it on my brother's computer, who has the same manufacturer of video card, and my program's down to 53fps on that machine, too. But then, I too ...Show All

  • Windows Forms Changing the color of a String

        I'm using VB.net, and I want to change the color of a string at runtime.  I'm using this string in a TreeView, so I can't use a textbox, ect....  Is there a way Thanks,    Moe ...Show All

  • Visual Studio Team System Area and Iteration fields and field constraints

    Hello, we are busy editing work item types (fields, states and transitions,... ) for our own use. We edit the process templates with Process Template Editor Tool (Imaginet Resources). In one problem we ran: It seems not possible to add field constraints to the fields Area Path and Iteration Path (TreePath data type). We want mark these fields as Required and preselect default values. Every time I try to add a constraint to such a field, I get an error: e.g. "TF26062: Rule "<Required>" is not supported for the field System.Area.Path." What is the reason for that behavior Is there an other possibility t ...Show All

©2008 Software Development Network