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

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

tgs777

Member List

Hugo Baraúna
Kosmosniks
Agsathi
Gregory A. Beamer - MVP
B.Young
Bjorn Sigurd Benestad Johansen
ITJohn
Bill Christian
BennyAndGisela
Ajoseph
Joe I
John Meade
bigbluesky
man_25
ImBroken
vky
shekhar
Anton Doos
QuanT
SteveFogel
Only Title

tgs777's Q&A profile

  • .NET Development Need some suggestions about picking a 64 bit workstation

    I'm investigating picking up a 64 bit workstation in the next few weeks. So my question is which would be better, AMD64 or the new P4 6xx series Has anyone tried the 64 bit sdk on either machine Any isses with WinXP 64 (other then the fact it's beta code) and .NETFX64 that could be a show stopper Thanks, Jason ------------ Lois: You're drunk again. Peter: No, I'm just exhausted 'cause I've been up all night drinking. ...Show All

  • .NET Development send byte[] and recive byte[] System.IO;

    ok,, i have the next problem... i am creating a client server program ,,, i allready know how to send text trough tcp with a networkstream.. then a streamreader and a streamwriter... it works good with text... but the problem is when i try to send a byte [] ,,, i have a image and i use a memorystream to convert it to a byte [] and i want to create the image in the server when i got he image,, i allready know how to do that... what i dont ...Show All

  • Visual C# ?? .NET Libraries as C# Source Code ??

    Hi all, I was wondering if C# source code is available (either officially or unofficially) for the .NET BCL. Sometimes I would like to trace into the BCL to see how a particular method is implemented. I realize I can decompile any given method using ".NET Reflector", and that's useful on a case by case basis, but I was hoping I might be able to get all the C# source for the BCL and then (somehow) use it in VS 2005. I ...Show All

  • Smart Device Development PDA programming possible with VB Express?

    Hi all, I can't find any information on building programs for a PDA using VB Express. Does this mean that it's not possible I'm sorry if I missed the obvious. I want to make a simple program on my PDA with VB that stores info about the photo's I take (subject, street, city etc.). What programs do I need to do that At this moment I use a javascript application that stores the data in a cookie, but that's not ideal. I'm familiar with ...Show All

  • Visual Studio Frequent incorrect build results - projects skipped that are out of date

    Re-posting here at the suggestion of the Team System folks... The below was observed using Visual Studio Team Suite 2005 RC version. I have a solution with 17 C# projects - two .EXEs and the rest DLLs, including a number of unit test projects. I can't begin to relate how often I run into problems due to incorrect build outcomes - one or more projects were not built even though clearly out of date. I see this sort of thing when running ...Show All

  • .NET Development CertCreateSelfSignCertificate

    Hello. I have to generate certificates in my C++ application. So i have studied MSDN article witch describes CertCreateSelfSignCertificate. This article does not describe how to use this function. I'd like to get some example. Is it possible This really isn't runtime related so it's probably not the right forum for this question. However, here's the basic idea (at least how I've used it, signing with SHA1-RSA): First, create the ...Show All

  • Visual C# Generics and typecasting

    public class ObjectA{     //.. } public class ObjectB: ObjectA{     //.. } public abstract class ObjectAList<T>: List<T> where  T:  ObjectA {     //..     public void LoadData(ObjectAList aList){        XYZ.Load(aList);     } } public class ObjectBList: ObjectAList<ObjectB> {     private _fObjectBList = n ...Show All

  • SQL Server SQL to XML

    I am currently creating an sql script that will write to file, creating an xml file in the process. I have almost accomplished this but have some training blank spaces that mean the file does not work in the application I am calling the xml file to. The sql code is this :- DECLARE @FileName varchar ( 50 ), @bcpCommand varchar ( 2000 ), @xmlPrefix varchar ( 500 ), @xmlPostfix varchar ( 500 ) SET @FileName = REPLACE ...Show All

  • .NET Development Mapped drives to access files in VB.NET

    Hi, I am a high school computer teacher teaching VB.NET. I am trying to teach sequential access files to my class, but the students do not have permission to the local drive (C:), they have only been given permission to save on their Network (mapped) drive (H:). I have read enough on-line to find out that mapped drives cause problems, and I have gotten my sequential access files to work when I work on my local drive. When this line of c ...Show All

  • SQL Server SSIS error listing

    Is there a list of all the SSIS Error codes and what they mean Ex. -1071607778 is an error code output when a lookup task fails to find a match. I haven't been able to find any information on the different error codes. Is there a description file or enumeration file that exists somewhere I think it's still hex, the L at the end is usually included in literals to denote the size of the integer - i.e. L = long, w ...Show All

  • Visual Studio Express Editions sql commands in visual basic express 2005

    hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work Hi, your delete- ...Show All

  • Visual Studio Team System Organizational standard process descripton in Team System?

    We are considering using Team System infrastructure as the organisational standard process description. We consider using the process guidance html pages for CMMI projects as standard process description, and then projects can use the CMMI process template and tailor it to their specific needs. However there are requirements for version control of process descriptions in CMMI level 3. Any experiences with that Is Team System usable as ...Show All

  • Visual Studio Team Suite Beta 2 error "Package Load Failure"

    I get following error when starting VS Team suite 2005 Beta 2. Has anyone else seen this --------------------------- Package Load Failure --------------------------- Package 'Visual Studio Common IDE Package' has failed to load properly ( GUID = {6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading ...Show All

  • Visual Studio Team System Traceability after merge - What was the source branch?

    Hi, I would like to know how can I know after a merge what was the source of the merge. Suppose I merge from one branch to another . After the merge action I only have a new changeset at the target branch, from that changeset I can not know what was the source of the merge.  Thanks Yaarit Hi Yaarit, Have a look at the Merges command: http://msdn2.microsoft.com/en-us/library/656cs2x5.aspx ...Show All

  • SQL Server Parameter that can change

    In the sql statement underneath, the parameter @erkenning should change wether the user gave in an option or not. If the user selects 'Geen' in the combobox then there should be: erkenning IS NULL If the user selects 'something' in the combobox else then 'Geen' the statement should be: erkenning = 'Something' I've tried to implement this in the statement underneath but it's not working. The syntax is wrong. [CODE] SELECT a.jaar, a.maand, a.naam, ...Show All

©2008 Software Development Network

powered by phorum