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

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

Daeron

Member List

Steve St.Jean
Roil_O
Tim Daplyn
jungleKing
AB_Germany
Danila
pershing
WizDum
laurin1
supermorph
jesans
Jose Vitoria
24sharon
seve7
Tom4015
Canalside Studios
MeetJayBlack
madriceg
Pete Tirrell
pathakn
Only Title

Daeron's Q&A profile

  • .NET Development ADO.NET 2.0 TableAdapter and diffgrams

    I've taken a look at the new TableAdapter in ADO.NET 2.0. I'm wondering how do you use Diffgrams (via dataset.GetChanges()) together with TableAdapters. They seems to be handy unless it comes to Diffgram based update scenarios. My scenarios: I get an Diffgram of Dataset which contains a number of tables. I would like to update the tables using  DataAdapters with this Diffgram. The problem is that the DataAdapter doesn't accept untyped da ...Show All

  • Visual Studio Team System Data driven Load testing

    I want to do run load testing, but make it data driven so that each instance uses a different 'user'. From what I see in defining web tests, you can make them data driven, but I don't see how to make each instance use a unique record from the data source. It appears to run for all records in the data source. Suggestions Thanks, Tom I have used a separate, custom database with stored procedures to drive my unit test's param ...Show All

  • Visual Studio Express Editions visual c++ runtime error

    when trying to launch the installer of nero 7, i get the following error message: Microsoft Visual C++ Runtime Library Runtime Error! Program:E:\DOWNLOADS\NERO-7.0.1.EXE This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. is there a solution to my problem thx in advance This really isn't a prob ...Show All

  • Smart Device Development Serialization formating

    Hi, After making a serialization I would like to make a diff on the two different xml files, but the problem is that the XmlSerializer put everything in only one line... Do you know a way to put a return at the end of each tag Thanks, Hi, Yes it could be pretty usefull, but I also found another way, you just need to use an XmlTextWriter name for exemple w and then put : w.Formatting = Formatting.Indented; w.Indentation = 3; // or t ...Show All

  • Windows Forms Deleting a record

    I found a pretty good tutorial on bindingcontext at  http://www.alanddave.com/daveroom/presentations/default.asp I've been able to add a record using bindingcontext.AddNew() , but deleting escapes me. The sample code is in vb and I cant change the first line to C# Dim  ...Show All

  • Smart Device Development How to get my application to run at boot time

    Hi, i'm developing a Win CE .Net 4.2 application and i want to know how to make it run at boot time, I'm not sure what to do, so please help me. Thanks in advance. Read this for WinCE: http://blogs.msdn.com/cenet/archive/2004/12/03/274661.aspx Cheers Daniel ...Show All

  • Visual Studio Team System Problem creating a new Team Project

    I have seen similar posts on dual server setups, but we are using a single server for TFS.  The error is: Error:  TF30004: The New Team Project Wizard encountered an unexpected error while initializing the Microsoft.ProjectCreationWizard.Reporting Plug-in. Explantion: TF30171: The Microsoft.ProjectCreationWizard Reporting Plug-in used to create the new team project could not be initialized and returned the following error: TF3022 ...Show All

  • Visual Studio Team System Error while running VSTS

    Hi, I Have installed VSTS on my system. It is giving the following error when i am trying to run it. Package Load Failure -   Package 'Microsoft.VisualStudio.Qualitytools.TestCaseManagement.QualitytoolsPackage, Microsoft.VisualStudio.Qualitytools.TestCaseManagement.QualitytoolsPackage, version=8.0.1200.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' has failed to load properly. Please contact package vendor for assistance. Application ...Show All

  • SQL Server Can I List the Integration Services Packages on my page?

    I want to build an administration consoloe with asp.net Can I list the packages , can I delete them     Yes, you can do this through the service interface on the Application Object. Something like this: Dim app As Application = New Application() Dim pInfos As PackageInfos = app.GetPackageInfos("\\","yourserver",Nothing,Nothing) For Each pInfo As PackageInfo In pInfos Console.WriteLine("Name: {0}", pInfo.Name) Next Which wi ...Show All

  • Visual Studio Team System Questions

    Is it possible to specify the order in which the tests are executed If not, are there any plans to support this behavior For example, if test #20 runs before test #3, the test container crashes. Thus, I need to set test #20 to run before test #3 long enough to debug and track down the error. Also, is there a stylesheet available to format the code coverage results for display outside of Visual Studio, such as in a Internet Explorer or Excel ...Show All

  • Windows Forms Why can't I hide a form in it's load event

    Hi I have a feeling that calling me.hide() in a forms load event doesn't work due to threads because when i use a timer to call it from the load event it  works. Can someone please give me a detailed reason why thanks in advance ...Show All

  • Visual Basic What am I doing wrong with this Stringbuilder

    I set the capacity to 128 characters Dim MySb As New System.Text.StringBuilder( "" , 128) 'First line of the Check Header MySb.Insert(0, "VENDOR:" ) That line works but the next one MySb.Insert(50, "R E M I T T A N C E A D V I C E" ) Gives me this error: Message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index StackTrace:    at System.Text.StringBuilder.Inser ...Show All

  • SQL Server No messages in the queues.

    Hello, I'm trying to do a very simple example of sending a message from Initiator queue to Target queue. The result is no messages are delivered. Here's the code: DECLARE @conversationHandle UNIQUEIDENTIFIER BEGIN DIALOG CONVERSATION @conversationHandle FROM SERVICE GmiInitiatorService TO SERVICE 'GmiTargetService' ON CONTRACT GmiContract WITH ENCRYPTION = OFF ; SEND ON CONVERSATION @co ...Show All

  • Windows Forms Performance and Many Child Controls

    Hi, I have the need for a ListView like control (used in Details mode) that can contain one of several different child controls in each cell. I am using 9Rays FlyGrid as the ListView-like control, and placing a myriad of child controls into this FlyGrid and painting them over the specific cells they "belong" to. My problem is that the scrolling performance of this ListView window is horrendous. I have located the slowdown to ...Show All

  • Visual Studio Express Editions Color Writing in a sequence File

    This Program isvery important i tried so many times all i got is syntax. It implies to get 3 text box which i did. It say Name the as quantity, Color,and part. I got that part too and finaly an action button.The problem states:234-R-12h23 meaning 234 is the quantity, R is the color for red ,and 12h23 is the part number.the instruction say, Concatenatethe three with dashes between the parts like 234-R-12h2 and then write it to a sequential file.u ...Show All

©2008 Software Development Network

powered by phorum