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

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

popsdawg

Member List

da Vinci
TheSoddy
Elham_Dahwa
Mike Martin
Hemant Bhiwajee
The_Geezer
Frank X. Huang
frank.f
ILoveMFC
Nima Amin
Sam Matthews
Chrystian
Orjan Lindberg
Joshua07
zmrcic
Saint Kabir
samreedha
David Wilson
Triv2
R. van Poelgeest
Only Title

popsdawg's Q&A profile

  • SQL Server How can I get the actual line number from inside flatfile sources for each record?

    hi all, maybe this is not a serious problem, but I tried for days to come toi a solution without success. My Problem: I have have several flatfile sources I need to import into a sql-server 2005 DB. It is very important for me to have the original line number from inside the source file for each record. The rowcount transform doesn't fit in for this task, because it accumulates all rows until the end of the dataflow. I tried s ...Show All

  • SQL Server The Trash Destination Adapter - Really needed?

    Quick question... I have a conditional split transform in a dataflow... One of the outputs of the conditional split will take records that are just not needed... Do I have to send that output into the Trash Destination adapter Or can I just let those records hang Will there be a memory leak if I don't use a trash adapter I'm just thinking about if I move the package I'd have to go reinstalling the trash adapter every time... ...Show All

  • Visual Studio applying smart indentation rules

    Hi,  I have been facing a problem regarding the implementation of smart indentation rules in my custom language service. i am not able to find out which interface should i implement and where should i write my rules.   Please help me with the process.    Thanks in advance.. Jimmy, Have you tried implementing the IVsLanguageLineIndent interface (in textmgr2.idl if you are using native code or Microsoft.VisualStudio.TextMa ...Show All

  • Visual Studio Team System Word crashes when connecting to TFS

    I am trying to create a Team Foundation add in for Word using VSTO and I am currently having problems connecting to a TeamFoundationServer. Here are the steps required to crash word when connecting to TFS. 1) Open Word or outlook 2) Create a new document using my Word template 3) Connect to SomeServer * Connection is successful 4) Close the document created using my template and do not save the changes * There should still be an instance of ...Show All

  • SQL Server High concurrency, memory allocations, and AppDomains

    Hello, Question: How can I keep my thread alive after an out of memory exception That is, I understand that sometimes a server may be unable to satisfy a memory request, but I'm okay with waiting -- I'm not okay with being terminated (think of the reaction to Oliver asking for some more). I would think that, in general, when any application makes a request for a resource that is currently unavailble, but may be available at another time, ...Show All

  • Windows Forms Why is DataGridView so slow?

    I created a databound DataGrid, and then researched DataGridView to find it would fit my needs better. I have a DataGridViewCheckBoxColumn as my first column in my DataGridView then set its datasource to a DataSet. Sometimes the DataSet may contain a table with over 1000 rows. The user has a button that will select all checkboxes in the DataGridView. It takes about 5 minutes for my foreach loop to complete this task with the DataGridView. With t ...Show All

  • Windows Forms DataGridView UserDeletedRow event does not always fire

    If DataGridView has only one row the UserDeletedRow event does not fire!  We have two boxes here that confirm this.  Can anyone else This isn't by design is it VS2005 Is the last row the new row Do you have AllowUserToDeleteRows set to true Which row is the current row when you delete Are these valid repro steps: 1) New WF app 2) Put a DataGridView on the form 3) Hook up the Us ...Show All

  • Visual Studio sorting

    Hi, I'm have a report which i want to group by a field but sorting by another field Accending. For eg: my report will be group by 'id' but i want the data sort by field 'name'. I cannot group my data with 'name' because of 'name' is not an unique data. Is it possible to sort my report by 'name' but not 'id' Hi Keith, Thank you for your reply. But i still cannot sort the result by name although i ...Show All

  • Visual Basic Can't deploy...

    Hi, I am getting the following error message when I try to install the application I published. "Application Failed. Unable to continue. The application is improperly formated." This is the second time I'm publishing an application with VB 2005 Beta2. I didn't have any problems at all with the first one. My applications runs smoothly, but I can't install it to the client, or even to my own PC. I publish it to my desktop by choosing "From a cd- ...Show All

  • Smart Device Development Serial Port DataReceived Event in .Net 2.0

    Hi there, This is driving me crazy, I cannot seem to get the DataRecieved event to work on the Pocket PC using the new serial port class in Visual Studio 2005 with C#. The DataRecieved event just never seems to be called. I can write data to the port just fine. Here is some very simple sample code that reproduces the error:. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; u ...Show All

  • Visual C# assigning variables with the same value (simplified method)

    I would like to assign the same value to 8 variables. Is there any easier way int var1=1;  I would like to be able to write like this but dont know how. int var2=var3=var4=var5=var6=var7=var8=var1; or store 1 to var2,var3,var4,var5,var6,var7,var8 Is assigning one by one, a must in C# Any suggestion Thanks, danny Try a = (b = (c = (d = 5))); to assign a,b,c and d to 5. ...Show All

  • Visual Studio Express Editions I have an XML encoding problem in C# express

    I have created an application for generating XML files for korean friends of mine. The end files need to be encoded iin EUC-KR, but my files seem to be encoded in utf-8, there doesn't seem to be an option to use korean encoding :( I will appreciate any help that anyone could offer. Jason D. Try File->Advance Save Options... to get options for saving the file using a different encoding. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All

  • Visual Studio The operation could not be completed. Unspecified error

    I installed latest Visual Studio June CTP, but found that I could not start debugging VB/C# projects. The error message is: The operation could not be completed. Unspecified error Does anyone have this same problem or any solution Carlos: You are right. I am runing VS 2005 Beta 2 on Windows 2000 Pro. orbit: Do you mean CTP July (not June) Where can I download it Could not find links on MSDN. ...Show All

  • Software Development for Windows Vista SQLTrackingQuery

    Hi, I need to select workflow instances from the persistance / tracking store that have a user defined depency property (DateTime) between a specified range. I have not been able to find the correct way of doing this. Please Help... Regards Jaco If the workflow instance is persisted in the persistance store by the SqlWorkflowPersistenceService, unfortunately you can not get the properties information from the persisted instance ...Show All

  • Microsoft ISV Community Center Forums VBA for Powerpoint

    Hi, I have been asked to modify a powerpoint presentation so that from a series of jpg files, one appears on the screen and then after a specific time period disappears and is replaced by another; this being a continuous loop on one slide only - like a photo tour. I have the following code, but need to get it up and running. Any suggestions: Sub ImportABunch() Dim strTemp As String Dim strFileSpec As String Dim oSld As Slide Dim oPic As S ...Show All

©2008 Software Development Network

powered by phorum