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

Software Development Network >> Sander de Koning's Q&A profile

Sander de Koning

Member List

shwe
Dhiraj Gupta27
bob maskin
djlins
programmer newb
Deurasian
SpyderF16
BMoscao
SMX_Mark
burnkrome
Erik Moore
David Jarmoluk
Giles Knap
QuanT - MSFT
CetinBasoz
cybercoaster
Melvinsb
srujan88125
kundalani
tkansgar
Only Title

Sander de Koning's Q&A profile

  • Visual Studio Tools for Office Adding Smart Tag interferes with ActionsPane layout

    Hi, I am experiencing the following weird behavior. I create a user control that has nothing but a button right in the middle of it. The button is anchored LEFT + TOP + RIGHT, so as the user control's width changes, so does the buttons. I then add the user control to the ActionsPane. The following is a picture of how the ActionsPane so far http://pic.atpic.com/154853/0/jtfgimzxcdylugbmebyq Clicking on the button adds a Smart Tag to the document. The code for adding the Smart Tag works and throws no exceptions. It's a Smart Tag for dates, the dates are successfully recognized in the document and all the custom actions appear ...Show All

  • .NET Development How do I set up remoting with VS 2005?

    Could someone point me to a tutorial or descussion on setting up Remoting with VS 2005 I was able to set it up with VS 2003, but now there seem to be some changes with how Web sites are created/published in 2005.  Can anyone explain these differences Thanks, Nate Update: I've set up an "Empty Web Site" in an IIS Virtual folder with a Web.config file, a Global.asax that configures at startup using Web.config, and a VB class in the App_Code folder which is the class to be hosted.  When I build this web project, the Bin folder or DLL is NOT created.  Does anyone know how I can get this DLL, con ...Show All

  • Visual Studio Team System TFS Trial Download

    Does anybody know why I get the following message when I click on any TFS Trial download link The download you requested is unavailable. If you continue to see this message when trying to access this download, go to the "Search for a Download" area on the Download Center home page. It was availble yesterday, today this message. What's up Same thing here... We ordered the DVD instead but it is between 2 to 4 weeks before we receive it... ...Show All

  • Visual Studio Team System How to config TFS for notifying by email to outlook (Exchange Server) via SMTP server

    hi all! Before I used to familiar to track system,you know that we can config to any bug within track system be notify to the oultook. now i also want to do so with TFS, I had tryed config with sharepoint service, but i still have not get any email for notifying from others yet. please help me if you can solve it. thanks. when your installing TFS server it ask for email address from which mails are send to team. In order to get mail for any bug within track system . go to your team menu in VS IDE where u will find project alerts menu item ,click it and enter the mail id to which it has notify ...Show All

  • Visual Studio Team System TFS labels don't match AssemblyInfoTask version #

    I'm using AssemblyInfoTask to set a custom build number, which is working great. My builds are in the format: 1.0.99.YMMDD where 99 is set to autoincrement. but TFS creates the alert email with the text "MyDailyDevBuild_20060613.1" which isn't a big deal but it uses the same string for the label it applies to the source code. I want to make the label consistent with my build number, but I'm not sure where to set that. Is there a team build reference I'm not finding It looks like your custom build number is not getting picked up at all by Team Build - are you overriding the BuildNumb ...Show All

  • Visual Studio Team System Team Explorer Beta 3 issues.

    I have 4 machines with Team Suite RC, and one machine with only the Team Foundation Client, and am running Team Foundation Server B3 (single machine install): On two RC machines, where both users are set as "Project Administrators".  In Team Explorer, the Reports folder shows "Reports (working...)" and never expands and never finishes "working".  However, these users can do Team/Show Report Site, and that works...  Further, if "Stop Refresh" is clicked on these machines, Team Explorer appears to hang.  Additional weirdness... I can get the reports to show up on these two machines, but only if I choose to disconnect fro ...Show All

  • SQL Server SSIS Send Mail Task - Failure Sending Mail

    Hi Everyone, Hopefully someone out there will have an idea as this is driving me nuts. I've setup a task to email on success/failure and keep receiving the following message when executed: Progress: The SendMail task is initiated. - 0 percent complete [Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail.". Progress: The SendMail task is completed. - 100 percent complete Task Send Mail Task failed When I configure Outlook Express on the same machine with the same settings it works. On the SMTP Connection Manager I have left the default name, tested with both an IP address a ...Show All

  • SQL Server Moving text file properties for sql2k dts to sql25k ssis packages???

    Hi everyone, We’ve got almost 250 old dts packages which simply loading data into Sql tables from plain files or at the reverse point. Most of them are defined with fixed fields and its fixed positions one after one. We don’t want to migrate them using Import wizard, on the contrary we’re producing them from the beggining taking advantatge of SSIS architecture to the full. And now, we’re trying to imagine how to migrate automatically that valuable info from Sql Server 2000 to Sql Server 2005 without efforts… You know, any program be able to move that detailed info to SSIS. So we would avoid to select again all these ...Show All

  • Visual Studio Property View Integration

    Have a question on the property view... we are successfully getting our object to appear in the property view when selected but I can't seem to find a way to edit the text that appears in the property view drop-down list right above the property grid.  Like when you select a node in your project it will say " Myfile.cs File Properties"  or select a control it will be " Button1 System.Windows.Forms.Button" We have a simple object that looks like this:     enum ClassType { Class, Collection, PersistentCollection }     class ClassNodeSelect     {         ...Show All

  • .NET Development Work with *.mdb by VB2005

    How can I work with MSAcess database(*.mdb) with VB2005 Express I used VB6. Its code : Data1.Databasename = "C:\MyData.mdb" Data1.recordsource = "Table1" Data1.refresh How about this code with VB2005 Express http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=96629&SiteID=1 ...Show All

  • .NET Development Windows service question

    Hi. I coded a Window Service using C# and I'm having a problem with it: it's using 30mb of memory which is too much for what it does. It's something like a task scheduler. The OnStart method runs a timer with one minute interval. The timer scans contents of a folder for txt files and parses them. The txt files have Sql commands, and are 4 lines. The Sql commands are very simple ones and the folder has only one txt file now. I did my best on the code and destroyed anything I could after using but this 30mb seems too much for such a simple service. I'd appreciate any ideas of what could be wrong on this one. T ...Show All

  • Visual Studio 2008 (Pre-release) reference to a object-class with datacontract??? .urgent.

    Hi, in my service I referenced to an object class "Tag". Now I'm using a client with channelfactory and want to use objects from the "Tag" class. How can I do this without letting the client referencing to the original "Tag"-class at the service-side Your copy of Tags.Tag is a different class than the original Tags.Tag class (even if they are named the same) and hence the collections are incompatible. That's what's causing that error message. Nevertheless, since WCF is built with the service orientation tenets in mind and one of them is "share schema, not class", y ...Show All

  • SQL Server SQL Server 2005 JDBC Driver Output Parameter/Result Set issue

    I'm having an issue with the JDBC driver when I execute a stored procedure that both has a return value and also returns a result set. If I attempt to retrieve the return value (registered as an output parameter) after I execute the stored procedure, then any subsequent attempts to retrieve the result set always return null. Is this by design If I use the result set first and then later get the return value that works; however, in my situation I need to first check the return value before I work on the result set. Am I'm I doing something wrong Code: CallableStatement cs = connection.prepareCall("{ = call spGetCustomer( , ) }&quo ...Show All

  • Visual Studio Team System Build Failed - When drop location is on other machine, than the build machine

    Hi, My Drop Location is on another machine on my network. I get a "Starting Build: Logon Failure: Unknow User Name or Bad Password On the Build Summary page - Clicking on the Drop Location Link takes me to the Drop Location. The Drop Location Folder is Shared with Write Permissions. The Build gets past this error when the Drop Location is the Build Machine. Thanks a little more tinkering on the settings, and i got a build to work. i changed the build to build and drop on the server with TFS Build installed on it.  That solved the problem and im looking at this great looking build report! This softwar ...Show All

  • Windows Forms Adding a new "blank" record to edit

    I have a bunch of controls bound to a dataset. When I bring up existing data and make edits, all is well. But I'm missing the boat completely when it comes to adding a new blank record to be filled in.  I try adding a new row, but just get DBNull exceptions. Where am I going wrong You're probably having the "two different&n ...Show All

©2008 Software Development Network