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

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

peter7

Member List

Keith Jones
Potatow
senthilssk
xiaopang
aztec2_step
Get It Over With
MyNameisMud
zjvifszedjfkfjsdzkhfljfsGouranga
Matthias R
B Turner
begginer666
sunil2205
RogerQuickly
Jason Gould
maglor_elf
Mathias Verboven
DotNetRulezZ
sivakami
Pete Orologas
enablerbr
Only Title

peter7's Q&A profile

  • Visual Studio Team System Multiple vsmdi files

    Hi, We are getting multiple vsmdi files.Everytime someone runs a unit test the solution is automatically checked out and a new vsmdi file is created using the naming pattern MySolutionName1.vsmdi, MySolutionName2.vsmdi, etc. I've compared the files and they are the same. They live in the solution root and always have. The workaround that we have is to undo checkout on the files in question and then it works fine unti one next restarts the IDE. Any ideas anyone else getting odd behaviour with vsmdi files I've C&P'd the XML contents below:   < xml version="1.0" encoding="utf-8" > - < T ...Show All

  • Visual Basic how to insert new text message on top of the other?

    Hi!, I have two webforms and log.txt file on my machine. webform1 enable the user to view the contents of log.txt while the webform2 enable the user to input text message on textbox and save to log.txt. However, the new message to appear on webform1 was on the bottom portion, How do i make the new text message appear on the top of the other I was using streamreader and streamwriter for this. thanks, Mac Im' not quite sure if you're asking if you need to overlap 2 forms, or 2 textbox's in the form (Which would contain your text message). For textboxes, you can use...         TextBox1.Location = ...Show All

  • Windows Forms Adding the Cut/Copy/Paste in a class that implements IMenuCommandService

    Hi All, I was wondering if anyone can help with implementing the cut/copy/paste in a class that implements the IMenuCommandService, there was a great example of doing the undo/redo on this forum and was wondering if someone can help with how to do the cut/copy/paste , I cant find any example on how to do this. any help really appreciated. Thanks, Carl. Found out this there is an example on MSDN: http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx this is great, although undo/redo isnt implemented and cant get it to work...typical. ...Show All

  • SQL Server problem with dtexec

    Hi I have a SSIS package which pulls files from a network share and loads data into SQLServer Database. When I execute the application using DTExecUI , It runs fine without any issues , but where as when I run it using the command line arguments, It seems to go in sleep mode and nothing happens. I need to kill the package from Task manager. Following is the command I use to run my application Dtexec /FILE "N:\Temp\LoadFirewallData.dtsx" /CONFIGFILE "N:\Temp\LoadFirewallData.dtsConfig" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING EWCDI /SET "\Package.Variables[User::RunID]"; ...Show All

  • Software Development for Windows Vista SqlBulkCopy?

    Hello again, I've got an exteremly frustrating new problem with WWF Beta 2. I'm in the process of converting a simple data import utility that I wrote a few weeks back that uses the new SqlBulkCopy class. In my existing import utility ( a simple console application ) the bulk copy operation takes an average of about 17 seconds and works like a charm. I set about breaking this import utility into several "unit of work" style blocks and was able to get all except the most important one working. In the final activity which actually does the bulk import of a text file into a SQL table using SqlBulkCopy.WriteToServer, the follow SQL exc ...Show All

  • Windows Forms SEHException

    I have a SandBar hosted on an MDI Parent form, which contains a ComboBoxItem. On an MDI child form, I have a text box which, on the Validating event, checks the content, and if it doesn't recognise it as valid, the code opens a dialog box which forces valid data to be entered. If I click on the ComboBoxItem when the text box has no valid ...Show All

  • SQL Server String to Date Conversions

    Having some trouble converting strings to dates. I am using a .dtsx package and have figured out how to use a derived column to convert the string to a new string which is a valid date. The problem is now converting the column data type to date. I insert a new data conversion step to convert the vchar field to date, then when it runs it fails on this step. Error is The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data." If I leave out the data conversion step and run the package, then manually change the data type to date it warns with the same message, but if I ac ...Show All

  • Visual Basic How to load image into picturebox from web

    I'm open to suggestions.... Thank you. Thanks 'all. Is it possible to bypass the picturebox and save image to disk Thanks. ...Show All

  • Windows Forms VS2005 WinForm Data Binding Issues

    The data binding capabilities of .Net 2.0 have definitely improved but I still have not been able to implement a few basic features in a personal program I am writing. How to bind an enum to a combobox The database has a Status field that is a short. I have created an enum that corresponds to the Status values. I have tried several ways to bind the enum to a combobox on the form but nothing has worked. comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.developmentBindingSource, "Status", true)); comboBox1.DataSource = Enum.GetValues(typeof(Status)); // Also tried GetNames I have also tried this: comboBox1.D ...Show All

  • Visual Studio Team System Filter using parameter for dates

    ========================================== Update: Please see the post dated 9/28/2006 for a new request for help.   =========================================   I have a need to report developer hours by work item by week. I am attempting to use the warehouse filed "Current Work Item Microsoft_VSTS_Scheduling_CompletedWork" and add a "Date Week" perspective to it, but obviously that will only return the value of the "Completed Work" field at the end of the week (and is actually a sum of all Completed Work thus far.).  I need to report the change in completed work by developer by work tiem. I attempted to e ...Show All

  • .NET Development How to create web service extension for ASP.NET 2.0

    We have a new machine Win2k3 server with IIS installed, also have SQL 2005 Developer edition installed, which also install .NET Framework 2.0. Only problem is, the IIS Web Service Extension for ASP.NET 2.0 is not there. I was under the impression it should've been created when .NET 2.0 was installed. It's there for v1.1.432, but not v2.0. Do I have to create this manually If so, do I only need aspnet_isapi.dll file, or are there others All my .aspx won't load on the web site, i'm guessing it's because the web service extension is missing. i figured it out. i had to follow the instructions here: ...Show All

  • SQL Server Can't uninstall books Online CTP Preview

    It shows in Add/Remove Programs.  I had ASP.NET 2.0 installed  and Add/Remove Programs tells me I need 2.0 before I can Install Books Online.  But I'm trying to Uninstall Books Online.  I uninstalled 2.0 with no effect.  I reinstalled 2.0 with no effect.  I searched Program Files and the Register and can't find Book Online.  It won't go away.  How to get rid of it   Thank you. There is no Books Online dependency on ASP.NET.  However, the CTP versions of SQL Server (including Books Online) do have a dependency on a specific version of .NET Framework 2.0. That is, the v ...Show All

  • Visual FoxPro Text in Grid formatting for billions

    What should I do when I put the (9,999,999,999.99) format as the inputmask for a text in grid it works well while data entry is performed but once it losts its focus it goes back to its unformatted state that is : 5,677,999.99 will show while data entry is performed but after hitting enter key it shows 5677999.99. what's the problem ...Show All

  • Visual Studio Express Editions Creating Visualizations

    I am very intrested in visualizations and wonder if it was possible to make 1 using VB Express. if its possible were do i start nice comment reneeC! and your point of view on writing commandline programs instead of form based and GUIs is fundamental... (Y) ...Show All

  • SQL Server Object Explorer/Server Explorer Error

    I have just installed the released VS2005 as well as the released SQL2005.  When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). Does any one ...Show All

©2008 Software Development Network