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

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

truppert

Member List

Kiran Math
DiverChris
novicestudent
Saurabh Mahajan
abh2005
tswaters
Diamond.Yu
Anita Lee
guitarist
ilsandor
Fabio Miguez
Gregory P
Harshi
BBB
Tally622
R. Green - MSFT
Nguyen Ha Tuan
djonexx
Richard Liu - MSFT
mmmmBeeeer
Only Title

truppert's Q&A profile

  • SQL Server Execute a SSIS master package through an ASP.NET web app

    I am trying to execute a SSIS package via a web application built in c#.  I found a sample to read the output of a data flow task, but I'm stuck.  If I build the command line syntax for the package, create a DtsConnection object and set the connection string to the syntax, what else do I need to do   Thanks. Clay A call to the Variables collection with an index or name will return a Variable objec ...Show All

  • .NET Development Problem in insert a datetime into SqlServer 2005 through Visual Studio 2005

    I user Visual Studio 2005 64 bit ,windowxp 64 bit ,sqlserver 2005 The Sql statement : "insert into sickleave (StaffID,sickLeaveReason,DateStart,DateEnd,RegistrationDate) values (20001,'test',28/3/2006,4/5/2006,4/5/2006 ) " and the result in Datebase (All the time become 1/1/1900 0:00:00 ) Although i change the datetype from datetime to smalldatetime the result is same and i try input the date 28/3/2006 0:00:00 into serv ...Show All

  • Visual Studio Express Editions Express Version License Limitations?

    I was wondering what kind of limitations are to be placed on the Express version EULAs Thanks. CBurgett - The Express EULA is essentially the same as the other Visual Studio EULAs.  There are no additional legal restrictions on the types of applications you can create with Express, only technological limitations (for instance the components necessary for PocketPC development are not included in Express).  That said, for exact de ...Show All

  • SQL Server Adding SDF data into a Listview - C#

    Hello everyone, I finally got the SDF file on my pocket pc, and now am having trouble loading the data into the listview. I am not sure where I am going wrong, but the code is listed below. Any ideas Thanks so much, everyone. private void LoadList( string szSQL) { // Clear out anything that might already be in the list CollectionList.Items.Clear(); // save off the SQL Statement m_szCurrFilter = szSQL; ...Show All

  • Visual C++ Active X

    Hello,       Does anyone know if it is possible to use an ActiveX with an MFC multiple document application. If so does anyone have a good site which would show me the way. I know how to use activeX with the a MFC Dialog Base application. Thanks in advance, maldini Hi Maldini, I found those 2 links but not sure 100% if that is what you need: http://msdn.microsoft.com/library/default.asp url=/workshop/browser/w ...Show All

  • .NET Development java.nio.Charset counterpart in .NET

    Hello! I have some class libraries written in Java which I have to use for a C#-Application. Most of them compiled without problems, but one of them is excessively using the java.nio.Charset-class. I've read that java.nio isn't supported by J#, is there any alternative for the Charset-Class in .NET Thanks in advance. Chris > Please have a look at : > http://msdn2.microsoft.com/en-US/library/system.text.aspx Thanks, ...Show All

  • Visual Basic Help Writing to a Text File

    Hello I am a novice developer so please don't hesitate to reply me coz I appreciate your help. I am writing to a text file using a stream writer. When I use the Write Method, the text file looks like this: <Value><Value><Value><Value><Value><Value> and when I use the WriteLine method, the text file looks like this: <Value> <Value> <Value> But I want my text file to look like this so I can rea ...Show All

  • Visual Studio Team System Why is 'Drop' outside of source control?

    I'm sure a familiar site for a lot of people working with Team Foundation at the moment is a build machine file system littered with a folder after folder of previous builds in the drop location and it seems a bit odd that there is no provision for having the output of the build also placed in source control rather than clogging up the build machine, is there any particular reason for this So, OK, I could extend my team builds 'AfterBuildDrop' ...Show All

  • Visual Basic Cross-thread operation not valid

    Please tell me that you are going to fix this before the official release!! I am using VB not C++.  I really shouldn't have to care that my code is not running in the same thread as the one that created the form that contains the control that I am trying to update. Please fix this or at least have some real examples that show how to update a control on a form.  The examples that I found were not helpful at all. or, you could just ...Show All

  • SQL Server SqlDeveloper/SqlExpress Conflict.

    Hi, Background: I'm on a Pentium 2.4 with 1024 mb Memory and 160 Gb harddrive, running XPPro with SP2. I started a project in VS2005Beta2 with Sql2005Beta. When the RTM versions came along I ungraded to VS2005Pro, and tried to upgrade the SqlDeveloper. This ran amuck, but I could still access my database, so after three attempts I gave up temporarily. When it looked as if I was actually going to finish my project, I decided to sort out ...Show All

  • Visual Studio 2008 (Pre-release) Automation API and WPF

    Has anyone managed to get this working I can get the automation api's to work with winforms but not WPF, any gudience, best pratices welcome. Figured this out, you need to run the winfx command prompt before you do this. See note 6.4.3 in the release notes. I just tried this from the standard command line and Sn was failing to find UiSpy.exe. ...Show All

  • Visual C# Reading large .csv file loading is very slow.

    First let me state that I am very new to C#. I learned C++ in college but that was in 99 and have been coding mainly mainframe since then. So I am kind of new to the .Net platform as well. The problem that I am having is when I am loading in a .csv file it is taking a long time before the user can do anything because the program is busy loading my data into my array. Is there a better way for me to do a read then using StreamReader. Here is a sn ...Show All

  • SQL Server User not trusted/SQL Server connection. Error: 18452

    Hello, I have a problem that I hope anyone here can help me with. We have a new server with Windows Server 2003 installed as well as MS SQL Server 2005. Both of these are freshly installed with default options set. The server is configured to accept both windows certification and SQL server certification (mixed), and our company has a domain setup. This server will be used for internal development, so all of the necessary people have an ...Show All

  • Visual Studio Team System Weird Compare Issue

    When I click the "Check-In" button on a TFS SCC project in the source control explorer I get a list if .vspscc and .vssscc file conflicts that occur. When I click on resolve and then click the compare button I get a pop-up window that has the notification icon, 2 buttons but no text at all. Not even on the buttons. What is going on here I installed TFS about 4 days ago. Cheers, Mark Which compare butto ...Show All

  • Visual Studio AddNamedCommand(...) and VSIP

    Hi, I am developing a VSPackage, and need to add commands like the EnvDTE::Commands::AddNamedCommand(...) method. However, although i have access to all the EnvDTE interfaces, i can't access the EnvDTE::AddIn object from within my package. I have tried querying it from different interfaces but to no avail (everything returns E_NOINTERFACE). Apparently a VSPackage is NOT an addin and hence does not have an AddIn instance. I want to add named comm ...Show All

©2008 Software Development Network

powered by phorum