Software Development Network Logo
  • .NET Development
  • Visual C++
  • Windows Vista
  • Game Technologies
  • Visual C#
  • IE Development
  • Smart Devicet
  • Windows Forms
  • Audio and Video
  • Visual FoxPro
  • SQL Server
  • Visual Basic
  • VS Team System
  • Visual Studio
  • SharePoint Products

Software Development Network >> Jeroen Alblas's Q&A profile

Jeroen Alblas

Member List

jimmsta
robydx
Deldy
Aseem Chiplonkar
Rakesh Jha
Finch82
JIM.H.
redcode
AoggY
Marzullo
jpsml
ManoEG
cgraus
BLiTZWiNG
qjs
ibis1
Frank Miller
Xwebi
TMF
Frattore
Only Title

Jeroen Alblas's Q&A profile

  • Visual Studio Team System Cannot add work items in TFS for Developers

    Hi I have just installed TFS for Developers, and cannot add any Work Items. I am the administrator of the project and when I right click to add work items I get a menu with 1 item which is disabled. The text of the menu item is "Error loading menu: Index was outside the bounds of the array". I have installed VS Tools for Office Runtime and have even tried repairing my VS Installation. I am running XP SP2 and have the latest windows updates installed. We have other teams who have installed the software and it works. Thanks Andre This is most likely because of registry key issues with our UI components. We thought we fixed it but looks like it still happens in some circumstances. To fix it, delete ...Show All

  • Visual C# How do I programmatically shutdown the computer?

    How do I programmatically shutdown the computer after waiting for 3 seconds and use a timer to countdown ahmedilyas wrote: why would it not help on Windows Server Editions of course it will work, if you have permission to shut down the machine, even if its the local machine. Sorry Ilyas, Actually I have only Windows XP to test it right now. I tried to do the same usig shutdown exe on Windows Server 2000 at my work about 1 year back but there was some issue. May be I'm wrong so if I'm so I beg your pardon! You may be right if you have tested it on Windows Server... Best Regards, Rizwan Ahmed ...Show All

  • SQL Server Weird SQL Server 2000 behavior

    I was able to successfully create a database maintenance plan for SQL Server 2000 Transaction Log Shipping for a few databases a few weeks ago. Yesterday, I created a few more but to my surprise, I can no longer do it. I can create a maintenance plan but the job it creates does not start even if I force the job to start. I did exactly the same thing as what I did (as I document everything I do) before but no luck. Has anybody had this experience before Can you go into the Enterprise Manager, drill into Management->SQL Server Agent->Jobs, and then look at the job history for the failing job If you check the "Show Step Details" box, you should be able to see error messages from the step that failed (probably the ...Show All

  • Visual C# Print Dialog Appearing again and Again

    Thanks I Done it Successfully with FAXCOMLIBEX. Now i am facing new problem that is Print Dialog appearing {when i am sending my faxes using html }. I am Sending batch but it is showing print dialog again and again.... Hi I think u didnt get my problem. In fact I have a Loop and i have to send multiple batch {Reports} through this FAX library. I dont want that My User see the Print option again and again. ...Show All

  • Visual Basic can anybody customize the setup

    hi while creating setup i want allow the user to enter the username & password for the administration of the windows applicaiton how to create like that hi, i did not the how to create the login screen but i asked in vb.net after making the setup during the installing the setup how to ask the administrator how create the admin login and password ok... ...Show All

  • Visual Studio Express Editions Debugging information cannot be found or does not match

    I wanted to try learnign some C++ with Visual C++ Express but when i try to build even the simplest program: #include <iostream> using namespace std; int main() { cout << "Hello world!\n"; return 0; } I get the error below: Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information. What does this exactly mean and how to fix it Thanks. Hi Where's the "Configuration properties" on left When I go to Project--My Project Properties, I just have: Application Compile Debug References Resources Settings Signing Security publish Thanks for help in advance ...Show All

  • Visual Studio 2008 (Pre-release) virtualizingStackPanel

    hi here i'm trying to display some buttons in a stack panel horizontally an dit exceeds the screen visible area what i want is, to display what are the items are currently displayed now on the screen in ta text box. How can i do this (for this i'm using virtualizingStackPanel but i dont know how to use it exactly) This is my code <ListBox Name="lbox" Height ="80" virtualizingStackPanel.IsVirtualizing ="True"> <ListBoxItem Name="lbitem" HorizontalAlignment="Center"> <StackPanel width="Auto" Orientation ="Horizontal" Name="lbStackpanel" HorizontalAlignment="Center" Background="Black" virtualizingStackPanel.IsVirtua ...Show All

  • Visual Studio Team System How can I run unit test on different thread?

    How can I run a unit test on different thread I have a unit test that I want to run it in 4 different threads at the same time (Like load test). Please advice! Thanks Hello, You cannot start more than one local run in your machine, so if you want to accomplish running one same unit test 4 times at the same time, you can either use a load test as you mention, or use the controller/agents that come with Visual Studio 2005 Team Test Load Agent. This will enable you to run remotely and be able to run the unit test as many times as you want. More info on VS 2005 Team Test Load Agent here: http://msdn.microsoft.com/vstudio/teamsystem/products/load/ Thanks, David Gorena Elizondo [MSFT] VSTS ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creator's Club exclusive content?

    When will we start to see Creator's Club exclusive content I mean, it costs $129 (CDN) for this membership. And I don't think the only thing we payed for was the ability to deploy games on the Xbox 360. I'm guessing we'll have access to some member-only assets. And lots of other cool trinkets. If this is the case, when will see our money's worth Also, any news on XNA Racer Bapa wrote: And I don't think the only thing we payed for was the ability to deploy games on the Xbox 360. While MS will be supplying exclusive content as time goes on, the main focus of the Creator's Club is the ability to get your games working on the 360 by allowing you to deploy and debug from GSE. The bonus con ...Show All

  • Software Development for Windows Vista Windows Mobile Device Driver Update

    When I attempt to install the Windows Mobile Device program (the Vista version of ActiveSync), the setup goes half-way through the "Gathering required information" status , and then reads: A network error occured while attempting to read from the file: C:\Users\Alex\Downloads\drvupdate-x86[1].msi Since I'm pretty new to Vista, what is the solution to this problem The operating system is Windows Vista Enterprise. Does that make a difference No i dont think the version of vista makes much differences... i am currently running on vista home premium and i am facing the same problem when i was installing my O2 Xda atom... i think its either a common bug or its just that the file that we downl ...Show All

  • Windows Live Developer Forums Getting standard emoticons

    Is it possible to get the collection of standard emoticons ...Show All

  • SQL Server Finding the Max Value

    I have a report that is grouped by week. The details of the week have the date, time interval (half hour), and the maximum value for that day. So in the example below I am showing the week of May 21st. Then I have all of the days of that week, sorted by date as requested, with the halfhour the maximum value occured in on that day. So Monday the 22nd has the maximum value for the week at 254 (and is highlighted in red). Where the are below, I need to display '1400' which is the interval, but have not yet been able to figure out how to do this. I tried the following expression: =iif(max(Fields!MaxValue.Value) = Fields!MaxValue.Value, Fields!Interva.Value, "X") but this only works if the first day is the maximum value. ...Show All

  • SharePoint Products and Technologies Is it possible to create custom DesignerTypes for use in SPD?

    For example, I'm currently using ListNames to display a drop-down list of Lists in the site but I need to enable the user to pick a List from a different site (SPWeb). 1. What is the best way to do the above 2. Is it possible to create custom DesignerTypes for use in SPD ...Show All

  • Software Development for Windows Vista July CTP WCF\Cardspace samples problems - ServiceChannel in Faulted State

    I tried to run both samples of "infocard" in the WCF samples \Bindings\WS\Infocard\ and I encounter the same errors after submitting a card to the services. The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. What am I missing Garrett Serack - MSFT wrote: Those are the samples from the SDK Alas, I must apologise--I intended them to be removed before the SDK CTP came out. Those samples have been deprecated. I'll post new ones here this week. Garrett Hi Garrett, I was wondering if the samples are coming out this week soon Thanks. ...Show All

  • Visual C++ error C2664: 'gethostbyname' : cannot convert parameter 1 from 'class CString' to 'const char *'

    when I use the following code in the unicode project of vc, it has the following error: error C2664: 'gethostbyname' : cannot convert parameter 1 from 'class CString' to 'const char *' Can you tell me how to do this data conversion and make this statement workable Thanks you very much. lpHost = gethostbyname(pstrHost); Since this function requires Ansi string, I think you have to convert your Unicode one. There are different approaches. I would suggest trying this simple MFC-based method: CString yourString = . . .; CStringA ansiString = yourString;   gethostbyname(ansiString); I hope it works.   See also: CT2A macro, WideCharToMultiByte function.   ...Show All

©2008 Software Development Network