Software Development Network Logo
  • Visual C++
  • Visual J#
  • Visual Basic
  • .NET Development
  • Windows Live
  • Visual Studio
  • Microsoft ISV
  • SQL Server
  • Visual C#
  • Visual FoxPro
  • Smart Device
  • Game Technologies
  • Windows Forms
  • Architecture
  • Windows Vista

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

CengMAT

Member List

Pseudocode
Klayman
AWBeale
Laurence Fass
Matt L
bistok
John Murdoch
waqarbashir
Scott Stanfield
DeliDaba
codeaholic
Greg Schroder
Bill Altmann
Modoko
Michael Collins
Johann
LordFlies
Vishal Batghare
Robert E Wilson
RandyB
Only Title

CengMAT's Q&A profile

  • Visual Studio Team System Programmatic get latest?

    I need to pull files out of TFS source control from within a custom .net application. Basically the app will pull out database scripts and execute them against various databases. I really have no idea where to start. Can anyone point me towards any relevant resources Thanks Ross See if this is enough to get started: http://blogs.msdn.com/buckh/archive/2005/09/09/463287.aspx ...Show All

  • Visual C# Background Threading Within Web Services

    Hi I am doing a Web Service with C# 2.0 . this Web Service must throw a thread that write a file just before the response is return to the client application, but when the web method finalize it aborts the excecution of the thread. I have tried many ways to avoid the abort: setting the property IsBackground = true , proving blocking the thread with Monitors, statics methods, etc. this is part of the code: [ WebMethod (TransactionOption = TransactionOption .RequiresNew, EnableSession = true )] public WorkFlowRpta Evaluar1( Deudor titular, string usuario) { //{...} PDFManager pdfManager = new PDFManager ( ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Getting started with 3d game development(From basics)

    Hello all there, I am guru from India. I am interested in DirectX gamming, but i cannot find CLEAN(Straight forward) tutuorials in directX(3D ) gaming. Please help me by providing some good links. VB.net or C# tutorials will be more helpful. I also need to know how to BRING 3dsmax animated sequence(say a rolling box) into my gaming window or just a small walking character from 3dsmax. Help me! guruparan@hotmail.com Have a look here as we have been collecting links and resources for a while, www.ircomm.net . Another really good place to look is www.thezbuffer.com . For a good set of articles on starting ...Show All

  • Windows Forms Some sort of class error

    I have complied my own Carnivore, and the test Herbivore, under VB.Net and it compiles ok, but when i try to add it to the terrarium i get this: "Your organism VBCreatures.Herbivore could not be found in the assembly. Please make sure this calss exists" This i coppied from this site somewhere. only the top bit. Imports System Imports System.Drawing Imports Syst ...Show All

  • Visual Studio Install VS 2005 Standard Ed Hangs on Executing Action: RemoveTempHxDs

    I have a 1.2 Ghz Dell laptop with 1 gb of memory.  I started the install almost 16 hours ago.  MSIexec is using 97% of my cpu.  The install failed 2 times before this, but it gave me the option to send a report to MS.  This time I'll just have to kill it.   I have the version that was given to me at the Chicago launch.  I have uninstalled Beta 2 and VS 2003 without any difficulty. Same problem. Solution: I concur with those who have suggested copying the files from the CD to a local or network drive (then installing from there). This solution worked for me. (Install fai ...Show All

  • SQL Server Input column collection in script component?

    Does there exist an input column collection in script component What I mean is that if I have 10 input columns with names: a,b,c,d...i,j Then, within the script component, can I access any column collection such that column[0] has value for column named 'a', column[1] has value for column named 'b' and so on.. Using Row.a , Row.b, Row.c and so on does not give the flexibility to get/set values in a loop. thanks, Nitesh Hi Simon, thanks a lot for your hint with the unpivot function. I never used it before and it works perfect in my situation. SSIS really rocks!!! Thanks, Dirk ...Show All

  • SQL Server SSIS XML Source with random child ID??

    Hi, I am trying to load a XML document using SSIS into relational tables and pulling my hair out. In it's simpliest form I have: <Batch> <POSBasket> <Header> <SomeDetail/> </Header> </POSBasket> <POSBasket> <Header> <SomeDetail/> </Header> </POSBasket> </Batch> Now, when you have a parent child situation, you get a column in the output called xxx_Id, in my case, POSBasket_Id. This allows you to relate your header back to your root and SomeDetail back to header etc etc. Loading all of this in parrallel ...Show All

  • SQL Server Import\Export Wizrad, Saved package, but can't open it....

    Yes, I created an saved a package, found it in the MSDB database (after connecting to Integration services) but can't figure out how to open it to see the control and data flow tabs. (BIDS can open a File or Analysis Service project so I don't see how to access the package from there.) Please advise. TIA, Barkingdog I decided to Save the package to the file system... now I have a ".dtsx" file. When I open it in BIDs I can see the Control and Data flow tabs and modify its contents. But I can't run it (the option is grayed out.). What's have I done wrong now Barkingdog. ...Show All

  • Visual Studio Team System extracting HTTP Links

    here is some source from a page on my site... </div><a id="18690_68" title="Customer Packages" class="header none" onclick="toggleMenuHeaderLinkClass(this);" href="/asp/package_generation/delivered_packages_customer.aspx FileID=1611241&amp;TransId=1078022&amp;ClientNo=&amp;DivisionNo=&amp;ClientPartyId=&amp;ClientID=&amp;PO_ID=240183" target="main">Customer Packages</a> I want to get the link out of that. Until now I have just been using the extract text and I didn't understand the other extraction rules. Someone care to help me out ~Todd ...Show All

  • Visual C++ MSVCR80.DLL Unable to locate component

    Hi, I am trying to use Visual C++ 2005 to build the project which was create by Visual C++ 2003. When I run the code, an error message pops up. "MSVCR80.DLL - Unable to locate component" who knows how can I fix this problem Thanks a lot! Yang Hi George! I have checked the directory you asked me for to look for the DLL files, nothing is over there. What do I have todo now Tamer ...Show All

  • Visual Studio Using a non-standard paper format using printToPrinter in CR for VS2005

    Hi. I'm working on a asp.net Intranet application, and I must print label on a network label printer. There's is no preview, the print job is sent by the server directly to the printer. So far I can print, but I have to made my label format the default format in the printer driver, and that's bugging me. The label are 4in by 2in which is not one of the predefined format in CrystalDecisions.Shared.PaperSize. I want to be able to define the paperSize before calling PrintToPrinter. The CR support web site tell this : ...It is possible to design a report in the Crystal Reports Designer specifying a custom paper size. Once this report is cr ...Show All

  • SQL Server 2005 SP1 Install to client?

    Do I correctly assume that sp1 for sql 2005 should be installed (x86 version) to all clients Will any problems result from not having clients at same release (sp1) level as the servers Is there any shred of information anywhere about how sp1 might affect/repair/modify the client tools Thanks, Mark Blackburn Sacramento, CA I'm moving this thread to the data access forum, where you're more likely to get an official answer. Paul ...Show All

  • SQL Server Validate by column name

    Hi, I would like to validate a large file using an IS package before importing it into a table using IS. The Validation rules are stored in the database against each column name Question 1. Is there a way I can get the column names of Input (coming from the file) (So I could check them against the validation table) 2. Can I store these rules in memory, may be using an array if so how do i create an array 3. What would be the best way to go abt doing this (I really appreciate any ideas) Appreciate your help... I created a recordset of validate rules and i could use the foreach container to go thr ...Show All

  • Visual C# c# addin

    I created an addin for c#...I want me addin to be able to read whatever project code i have open.... how do u make the addin able to do such a thing     You can try this one with c# syntax: EnvDTE. TextSelection textSel = (EnvDTE. TextSelection )appObject.ActiveDocument.Selection; int cLine = 1, stopLine; // Scan the file from begining if (textSel.Text.Equals( string .Empty)) { textSel.EndOfDocument( true ); stopLine = textSel.BottomLine; } // Generate GetandSet for selected text only else { cLine = textSel.TopPoint.Line; stopLine = textSel.Bottom ...Show All

  • Visual Studio Express Editions problems getting the registration code

    where do I get the registration code I clicked the register product button, then it asks me for my passposrt password I insert it, and then it sends me an e-mail stating:it'all ok, you have registered, but VC# Express continues complainig about not being registered How can I solve this I didn't know I don't have to register ISO version of VC# Express Thank you for your fast and accurate reply ...Show All

©2008 Software Development Network