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

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

DanVS

Member List

Julio Molinero
arnulfoPerez
MHerlund
tennisguy
aryasheel
MrNice01
Mel_G
silvio sinnone
Toghian
Brian Kesecker
papalarge
tendresse
Sayeed
ryansingleton
redfox70
Madix_t
MarcGrushcow
pkansara
Christiaanpmg
Vitaliy Voloshchuk
Only Title

DanVS's Q&A profile

  • Software Development for Windows Vista Sequential Workflow Cancellation

    This question has appeared before but never with a clear answer. When would a SequentialWorkflowActivity execute its cancellation handler The SDK sample "CancelWorkflow" does indeed "cancel" the workflow by raising an exception, but this isn't a "cancel" in the sense that the cancellation handler runs. I have not been able to find a scenario where the cancellation handler runs, yet it seems emphasized by the designer. What am I missing Scott - a CancelHandler on a SequentialActivity gets fired when it is a child of a parent that is executing multiple children in parallel (ala the ParallelActivity) ...Show All

  • Smart Device Development SQL Mobile Debug Speed

    Is there a way to "optimize" the what parts of the code can be debugged, rather than everything What I am after here is to debug my own base code, but get limited information from the debugger when talking to the SQL Mobile database. I have a simple form that builds a tree with about 10 nodes that were generated from a query from the SQL Mobile database. When you run in debug mode, it took 25 sec to bring up the form, but only 1 sec when compiled for release. I do not see that type of speed up on other parts of my code, but debugging with SQL Mobile seems really slow. Thanks, Juan Foegen ...Show All

  • Visual C++ '0' character oddity

    I'm working on a Poker game for a class project and I've come across an unexpected behavior of the '0' character. One I know it might be better to use '1' but, I haven't, up to this point anyway. I'm just wonder if anyone could explain to me why this code is actually working. It confounds me. Is it a bug I'm trying to sort a hand of Card objects, implemented as such: struct Hand { const static int COUNT = 5; Cards cards[COUNT]; ... }; I know I need to overload the < operator. Here's class Cards: struct Cards { char suit, value; void setSuit(char suit) { this->suit = suit; } void setValue(char value) { this-> ...Show All

  • SQL Server Unique Integer IDs

    Hello, I wanted to hear from you - if you've used any unique integer generation technique in the context of a disconnected smart client/local data store and have been successful with it. Any ideas/suggestions will be great. Thanks, Avinash We are using unique integer ID generation for our document ISNs. It works perfectly. You just need a good distribution if you have any concurrent processes generating IDs. I can provide further details if you wish. ...Show All

  • Visual C++ msvcr80d.dll not found

    I've created a simple Win32 console application. When I try to debug it, I get the message:  "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny feuerste that's an excellent point (I'm "bottom posting" this reply so it will appear at the bottom of this thread)  I didn't know what the "use FAT32 work-around" option was as it's not even in the online help.  And the only mention of it seems to be in a Korean blog at: http: ...Show All

  • .NET Development Issue about use Send and recieve Data between Pop3 using SSL

    Does this problem have problem I can't use it to connect to pop.gmail.com (Ports 995) Thank . Public Class Pop3SSL Dim TCPC As System.Net.Sockets.TcpClient Dim SL As System.Net.Security.SslStream ReadOnly Property MailCount() As Long Get Dim ThisResponse As String Dim tmpArray() As String ThisResponse = SendCommand(SL, "stat" & vbCrLf) tmpArray = Split(ThisResponse, " ") MailCount = Val(tmpArray(1)) End Get End Property Function SendCommand(ByVal SL As System.Net.Security.SslStream, ByVal sToSend As String) As String Dim bData() As Byte = System. ...Show All

  • Visual Studio Team System Team Test Load Agent vs ACT

    What is the difference between Team Test Load Agent and the Application Test Centre (ACT) It seems both products simulate a large number of users to stress test Web Servers and Applications, but when should I use ACT and when should I use Team Test Load Agent Can they interoperate ALSO - is a Team Test Load Agent licence provided with the Visual Studio Team Edition for Developers or just with Studio Team Edition for Testers Do I need to buy a licence for ACT as a MSDN Universal Subscriber Will Will, The web/load testing tools in VS Team Edition for Software Testers (that's a mouthful) are completely new and ...Show All

  • Visual C# Problem in reading russian data from Excel file

    Hi I have to read russian data from excel file without changing my regional settings,but Im getting problem reading russian data from Excel file. Im using Excel api to read a text written in a cell of Excel file   .There is no problem fetching data, but when I print it(using Console.WriteLine), it always shows garbage like   . I have tested my code by reading Danish and Portugese data, and they are working fine,but it seems my system or .Net does not recognize russian data .I use the following code :         Excel.Workbook theWorkbook = ExcelObj.Workbooks.Open(    & ...Show All

  • Microsoft ISV Community Center Forums am i have mak mistake?

    dear all, when i try to run my program which I develop from MS-Access 2003 (.mdb), i received message "Run time error '2455' You entered the expression that has an invalid reference to the property MaxRecords" MsgBox "a " & Me.CurrentRecord a = [Form_Silsilah Form].MaxRecords MsgBox "b " & a I have tried this on MS-Access 2003 Project (.adp), this message never appear please help me ...Show All

  • SQL Server SQL Server 2005 Nov 7 GA Installation

    I know SQL Server 2005 is to be released on November 7 and I hope that date is truly realized, but I would like to start planning now.  We are currently running SQL Server 2005 from the Beta 2 of VS 2005 and was curious if we will be able to upgrade that version directly to the GA release on November 7th or if it will require a complete reinstall Thanks in advance, Steve Hi there situation: .NET Framework  v2.0.50727 installed MS Matrix installed and running beta versions (.NET Framework   and SQL Express) installed in the past times and now uninstalled the problem: running SQL Server Setup file version 2000.90. ...Show All

  • Visual Studio 2008 (Pre-release) Retrying count in Reliable Messaging

    I have implemented relieable messaging for my service, its working fine. But when the service is down, client is trying to connect to service only 3 times, after that its throwing, server unvailable exception. I have tried various option in reliable messaging setting, following is the sample configuration for reliable session setting i have used. < reliableSession acknowledgementInterval = " 00:10:10 " enableFlowControl = " true " inactivityTimeout = " 00:10:00 " maxPendingChannels = " 128 " maxRetryCount = " 8 " maxTransferWindowSize = " 32 " ordered = ...Show All

  • .NET Development well format xml

    Hi,  I get an xml file, which is not well formed, it's structure is like: <groups> <group> <name></name> <desc></desc> <items>  <item>    <name></name>    <desc></desc>  </item> </items> </group> </groups> As you can see, the problem is, that some nodes are defined in different mapping types. I can't do anything  with the xml input as I don't generate it. How can I well format it without much of work In fact I need to load it into a dataset. My personal idea was take a regular expression and ...Show All

  • SQL Server SQL Server 2005 frustration

    Hi. I'm relatively new to the SQL Server 2005 thing.  Ive just downloaded the 180 day trial of SQK server 2005 (not the express edition), but I cant get to the management console or view any of the database bits like in SQL Server 2000. I've upgraded from SQL 2005 Express.  Is this anything to do with it Can you please help me, as I'd like to be able to follow the tutorials in the SQL server 2005 Books online Ta, Matt Matt, You have the Express edition of workstation components still installed: Workstation Components [Version: 9.00.1399.06   Edition: Express Edition    Patch level: 9.00.1399.06&nbs ...Show All

  • Windows Forms DesignSurface MemoryLeak

    Seems that DesignSurface has a memory leak. This can be observed by running the program bellow and push several times the <ShowDialog> and <CallGC> buttons and observe that the heap memory increase each time <ShowDialog> button is pushed. The leak can be also observed by running the CLR Profiler for Whidbey. Details from CLR Profiler are at the end of the message. CLRProfiler for Whidbey final can be downloaded from http://www.microsoft.com/downloads/details.aspx familyid=a362781c-3870-43be-8926-862b40aa0cd0 I would like to know the cause and also get an workaround. (please) Here the source-code //---------------- ...Show All

  • SQL Server The value could not be converted because of a potential loss of data in SSIS package

    With my SSIS package, I want to import data from a flat file (TXT- delimited with ) to a table in my database in sql server 2005. The problem is that I have a column of type datetime in my table. But as you know, the data in txt is string. First I created my package through importing data and using import/export wizard in management studio to my database and selecting flat file connection. There, I selected my txt file and column delimiter as , then suggested types for the columns. There it selects 8 byte signed integer type for the datetime column in my table. After these steps I create my package and execute it. But it does not put data ...Show All

©2008 Software Development Network