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

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

Raja_blr

Member List

Mikkel Rostock
IgnGamespy
amobrem
Plow
riz332
Frank Rocco
WmS
D.A.P.
Michael L
Bohunkus
PK14
WEM
Darsant
Xing Zhou
Uzzy
JoeFou
Luiz Papa
Silverback
Kur Lan
Mudassar Ahmed Khan
Only Title

Raja_blr's Q&A profile

  • Visual Studio Team System Is there any client to access Source Safe in VSTS similar to the one that we had in VSS

    Hi I wanted to know if there is any way where a person can view a source control explorer for a team project without actually opening the IDE Is there any client available which lets us view the TFVC The Team Foundation Client (found on the installation media in the TFC directory) is the stand allone version of Visual studio with only the team explorer. You are free to install it on as manny machines you like as long as you have a Client Access Licence for the named user that connects to the Team Foundation server. There is no web access available at this moment to provide a central approach ...Show All

  • SQL Server Data Flow Task - Have Null values take table default

    Hi, I have a data transform from a flat-file to a SQL server database. Some of the flat-file fields have NULL values. The SQL table I'm importing into does not allow NULL values in any field, but each field has a Default value specified. I need to have it so that if a null value comes across in a field using the data transform, it takes the table default on import. I could of sworn I had this working a few days ago, but I get errors now that state I'm violating table constraints. Has anyone done this before Thanks Jeff You can try to use the Derived Column transform and replace your null values wi ...Show All

  • Visual Studio Team System Not able to conect Team Foundation Server Beta 3

    when i am trying to connect tfs its give me the folowing error Error: "The request failed with HTTP status 403: forbidden" Thanks Srinidhi J.S. Since you haven't responded for a while, we will close this issue for now. You can reopen it or start a new thread. Bo ...Show All

  • Visual Studio 2008 (Pre-release) jumping ListBox

    Hi! I have a little problem creating a custom ListBox in Dec-CTP. To see the problem, just paste the code below into XamlPad. Problem: Everytime you select an item at the bottom of the ListBox, the ScrollViewer jumps almost to the top :( Setting CanContentScroll="true" in the Template solves the Problem, but creates other problems in my application, so this solution doesn't help me at all :( Any tips from you guys how to solve this problem Michael <Grid Name="root" xmlns=" http://schemas.microsoft.com/winfx/avalon/2005 " xmlns:x=" http://schemas.microsoft.com/winfx/xaml/2005 "> <Grid.Resources> <Style x:Key="{x: ...Show All

  • Visual Studio Team System Team Build unable to Run Auto Builds now

    For some reason today, when I run a build type (automated build) thru the VSTS Interface. I get the following message back: "Failed to retrieve data from the server. Please verify the network connection and try again." I have no problem building the Solutions manually. Only encounter problems thru the Build Type. I see the following in Event Viewer on the Team Foundation Server log: " An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date ...Show All

  • .NET Development Problem updating child table i relational database

    Hi folks, realy hope to get some help...I have a problem trying to update the child table in two relational tables (let say Orders 1 --- 00 OrderDetails). I'm getting the folowing error every time: " You cannot add or change a record because a related record is required in table 'datatable'" The fact is I have the desired record and records in the child table, but when I'm trying to add some more - this message shows up... I'm using VB.NET 2005 and Access 2003 Database What Am I missing Any ideas Thanks! As far as i think you are facing the following problem. Suppose t ...Show All

  • .NET Development Recieving text data from internet

    My program needs to recieve one text file from internet to wark without mistakes. What is the best way to get text information from internet Mr. Rieck, Could you tell me how to rephrase the second bit of code into VB The part about loading a file into memory is what I'm looking for. Thank you, Bill Langston ...Show All

  • Visual Studio 2008 (Pre-release) XmlDataProvider error in XAML

    Hi. I'm trying to bind to some XML in an XmlDataProvider, defined declaratively in the XML thus:     <XmlDataProvider x:Key="ImageData">       <data xmlns="" >         <text>TEXT</text>       </data>     </XmlDataProvider> Cider's giving me an warning, saying the XML elements within the data provider are invalid child elements, and if I switch to design view I get an 'Error reading the designer file' message. If I take out the <data>...</data> XML, leaving the data p ...Show All

  • Windows Forms How to make an application containg WinForms designer ?

    Maybe I don't see something I am sitting on, so I am sorry then. You will help me a lot if you give me a clue how to create an application containing a simple WinForm designer like in VS is. I just need a user to be able to define his own layout placing TextBoxes, Labels and couple of other Controls on the UserControl area. Those features like mouse-resizing and relocating of controls (with the typical design frame about the control manipulated) are expected. I can create my own simple designer class, but that would be probably a reinventing a wheel. But I really don't know what classes to use and how. Thanks a lot in advance. (I am using VS ...Show All

  • Visual Basic Error with my project

    Hi! I have nearly formated my pc. And i copyed my project. Then i installed VS.2005 on my new formatted pc and tryed to continiue with my project. I open the project and try to open my main .vb file. Then it comes an error opening the .vb file... I cant tell exactly what it stands right now, because im not on my computer... I write what the error contained later today. If someone understands this without explaining what the error said, it have been nice! Ok the error is: There is no editor available for 'D:\Projects\MyProject\Main.vb Make sure the application for the file type (.vb) is installed. This is weird. It happend on my other c ...Show All

  • Windows Forms ImageList in VB.NET - Require VB6 Equivalent

    I've started using VB.NET and I'm porting a VB6 project. The problem I have is that the new Image list doesn't allow you to store a name or tag for each Image like VB6. This causes me an issue as I use a name to look up the Image I require. Is there an alternative ImageList I can use that can provide that facility.  Regards,  A ...Show All

  • Visual C++ Problem inserting BMP file into CRichEditView, please help

    Hello everyone, my name is Jeff Sholl, and I'm new here.  I am a Psychology graduate student at the University of Miami in Oxford Ohio and I have problem with a program I am writing for school.  I have a B.S. in computer science, so I know a little of what I'm talking about when it comes to code, although not as much as I would like at the given moment.  Hence why I am here seeking help. ** First let me say that I don't know all of what I am talking about, I think the only reason I got this to semi work in the first place was out of sheer luck, so if any of my comments sound way off to some of you more experienced coders out ...Show All

  • Windows Forms Rows in the DataGrid automatically deleted

    Hi - Has anyone of you encountered a situation wherein all the rows in a data grid disappeared automatically. After rows have been displayed in the data grid, I left the screen untouched for a few seconds (number of seconds varied) and the rows would just disappear. There are several events that called for the population of the data grid. Could that&nb ...Show All

  • Visual Studio Tools for Office Problem with Add-in on client machine.

    Dear all, on the devlopment machine the add-in work very fine. I have a client with: Office 2003 SP2 VSTO Release candidate Microsoft Framework 2.0 Release Candidate Office assembly installed. When I install the addin on this client by the MSI, this come installed fine. but when I lunch Outlook 2003 the add-in don't come to load. in the menu Option > Other > COM Coponent , I can see the add-in without the flag, and below say : Not Load, error in COM compoments. unbelivable !!!! I solved my problem only following this link : http://blog.jausovec.net/index.php op=ViewArticle&articleId=177&blogId=1 Thank you Peter, the ...Show All

  • Visual Studio VS 2005 Add-in Options dialog

    I'm in the process of porting my VS2003 add-in to VS2005 beta 2 and have the main things now working but I was wondering how to now setup/code the Options dialog.  Is there any documention/examples on how to do this in the on-line docs or does someone have some sample code they could share that shows this Thanks for the tip but I'm now running into a problem with the Addin file - when VS2005 tries to load it, it get following error: Error (Line 1) Switch from current encoding to specified encoding not supported. I used the template in the on-line help and didn't change line 1... ...Show All

©2008 Software Development Network