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

Software Development Network >> Joost Schermers's Q&A profile

Joost Schermers

Member List

BobMcLaren
mark aoki
NomadaPT
Thurein
helen_166
-Raitz-
Roopesh Kumar
LastHope
AE from SFO
Tryin2Bgood
coastal skier
XNA Rockstar
Hristo Atanasov
Ondra Br.
BAK62
Tony Vaughan
Si Keen
BenjiSmith
mike cianciabella
R Raghu
Only Title

Joost Schermers's Q&A profile

  • .NET Development SOAP Validation Tool?

    I've created a C# application which queries a Web Service. The service responds as expected, but when debugging Visual Studio says 'Server has committed a protocol violation. Section=ResponseStatusLine [in System.Net.WebException]. Is there any way to find out exactly what the problem is with this SOAP reply, either within visual studio or otherwise The SOAP being sent by the server is: < xml version="1.0" encoding="UTF-8" > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> .<soapenv:Body> .<getCountResponse soapenv:encodingStyl ...Show All

  • Software Development for Windows Vista Adding largeicon to imagelist gives error in Vista.

    Hi, I have two imagelist with size 16 * 16 and 32 * 32 respectively. I add an icon to these two image list and it works fine on XP. Under 120 DPI setting, It gives an error in Vista when i try to add the icon to the second imagelist. In the normal DPI setting it works fine. The error is, WFCException : cannot add an image smaller than the imagesize property. The code is in vj++. sample code is: smallImageList = new ImageList (new Point (16, 16)); largeImageList = new ImageList (new SIZE (32,32)); Icon icon = (Icon)LImage.getImage.... smallImageList.addImage (icon); largeImageList.addImage (icon); //error occurs on this statement. I appreciate your help on this. Thanks, vaishalli ...Show All

  • Smart Device Development problem in webservice

    hello i am calling a webservice from a ce 4.2 device and the error that i get is that the content type is 'text/html' but expected 'text/xml' the strange is that when i call the webservice from the desctop computer it works fine so probably something is wrong in the ce 4.2 device-the device has the compact framework 2.0 sp 1-- any ideas i found what was the problem there was an error in connecting to the w-lan and the error was returning an exception in text/html type ...Show All

  • Software Development for Windows Vista State Machine Exception Handling

    Can anyone tell me what the best practice is to handle exceptions in a state machine process. I would like to move the instance to different error states depending on the type of exception. It would seem that normal compensation processing is not available in a State Machine Regards Jaco Hi Bill, I feel like an idiot, 1min after posting i found the "lovely" smartr tag allowing me to choose the Cancel, Fault, or EventDriven views. I am new to the excecption (compensation) handling in WF. Will an exception that occurred in a code activity after the initial external event activity force the process into the fault handling view If so, then I am sorted I will send my necesary notifications in the fault handler and ...Show All

  • SQL Server Error when attempting to upgrade MSDE to Express using command line /UPGRADE

    When attemping to install SQL 2005 Express using the following command line arguments /qb UPGRADE=SQL_Engine INSTANCENAME=MY_INSTANCE or /qb UPGRADE=SQL_Engine INSTANCENAME=MY_INSTANCE SECURITYMODE=SQL SAPWD=MY_PASSWORD the following error occurs. Your upgrade is blocked. For more information about upgrade support, see the "Version and Edition Upgrades" and "Hardware and Software Requirements" topics in SQL Server 2005 Setup Help or SQL Server 2005 Books Online. Edition check: Your upgrade is blocked because of edition upgrade rules. For more information about edition upgrades, see the Version and Edition Upgrades topic in SQL Server 2005 Setup Help or SQL Server 2005 Books Online. The follow ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drawing 2D primitives?

    I already asked Derek this question, but as request- I'm reposting the question publicly so we all can learn anyway- the question is how to draw lines/2D primitives in XNA.  essentially- how would i construct a series of lines from point a to b to c to d to etc... ive read solutions from back in beta1 here that stated its a very long/tedious amount of code compared to textures that take only about 3-4 lines to draw.  i was wondering if by now they added somethign like the simplicity in Java where its just graphic.drawLine(x1, y1, x2, y2);   and theres a line from (x1, y1) to (x2, y2) i checked the documentation and only found primitives in 3D what would be the closest in XNA ...Show All

  • Visual Basic CheckBox_Click Name

    Private Sub ExcluyeOC( ByVal sender As Object , ByVal e As System.EventArgs) Handles CheckBox1.Click, _ CheckBox10.Click, CheckBox11.Click, CheckBox12.Click, CheckBox2.Click, CheckBox3.Click, CheckBox4.Click, _ CheckBox5.Click, CheckBox6.Click, CheckBox7.Click, CheckBox8.Click, CheckBox9.Click, CheckBox10.Click, _ CheckBox11.Click, CheckBox12.Click Me .strExOC.Add( Me .Controls( "txtNumOC" & Mid( Me .ActiveControl.Name, 9)).Text) Call LlenarContraRecibo() Then I need to set the Checked = True of the CheckBox that fired this procedure. How can I do this I dont know wich one of the 12 CheckBoxes did the job, How can I know :) Actually, I would VERY rarely think to disagree ...Show All

  • Visual Basic "By Design" IDE Bug

    I'm sure this has been asked (compained) about before, but I can't locate a post about it, so here goes... The IDE deletes my code without asking. I do not want it to do that. Precisely, if I want to delete any code, I will highlight it and hit the delete button. Go figure. The problem occurs when controls are cut and pasted (for example, to move from the form surface to a panel or tab). The IDE quite rudely deletes the event handlers. I understand this is 'by design', but it is infuriating to say the least... Is there a hotfix for this A hack Anything The VS2005 designer for VB.NET forms doesn't appear to do that. It leaves the event handler code but just removes the Handles keyword. Which create ...Show All

  • Visual Studio Scalability : local vs remote

    We are in the early stages of designing a reporting system to make our data available over the web. We need to control parameter input ourselves and plan to use the ReportViewer. The big decision is deciding whether we run local reports on the web servers, or remote reports on the database server One of the factors that will influence this is scalability. At the moment we don't have enough information on concurrent users and expected report volumes, but we obviously don't want to go down a path that won't scale. If we run local reports they can run on the web server without a SQL Server license, and we can scale out by adding more web servers. If we run remote reports then this implies a SQL Server box. Obviously we have one to start with ...Show All

  • .NET Development make an internet dialer in c#.Net

    hello all, I am to make an application using C# .Net which automatically dials the isp(internet service provider) and connects to internet. If the internet disconnects, it redial again automatically and reconnect. It is totally new taks as I am working in web page developement and have almost no idea of such tasks. Please help me and assist me. Thanks to all indeed, Thanks for your consective replies overpeer. but I can't use the instructions you provided in your posts to start my task and gradually complete it. Can you please send me some snippet of code. This will certainly help me in achieving my task. i am waiting for your kind reply thanks indeed ...Show All

  • .NET Development There are no primary or candidate keys in the referenced table that match the referencing column list in the foreign key

    Hello, i am facing problem creating a database with tables which have contraints. I receive the error: "There are no primary or candidate keys in the referenced table [SomeTableName] that match the referencing column list in the foreign key [SomeForeignKeyName]" I realize that the column list in the [SomeTableName] table must be unique for foreign key constraints. But i am not trying to create any constraints! [SomeForeignKeyName] foreign key is a "Relation Only" relation for easy mapping. I cannot put the unique constraint on my column list because it cannot be unique! (besides, eventhough I make it unique it for debugging purposes, i still get the same error!) here is info about the table structure: Table 1 : Column 1 (Primary Key), Colu ...Show All

  • .NET Development Socket reconnection loop - help in build the algorithm

    Hi, I have a printer connected to the network, and i want to monitorize all its status. I wanna know when it is online or down, and i made a couple of code to do it but it doesn't work at all as it should be. I need to start my application, check if the printer is ONLINE ( i'm using a ping ) after ping == sucessfull i make a socket connect asynchronously with BeginReceive(); in a specific port where printer sends its status (9100 traditional port) and in the function that receives the data from printer and treat it to show some particular printer information. when socket raises an error of connection i make an Asynchronous Ping and i wait its echo to be sucessfull, and after that i reconnect again the socket. In theory its works but in ...Show All

  • Audio and Video Development Stretch image

    How I can stretch image on full size of DIV control With "scale-to-fit" like this: <div style:width="500px" style:height="400px" style:x="100px" style:y="100px" style:position="absolute" style:backgroundImage="url('Image_10x10.png')" style:contentHeight="scale-to-fit" style:contentWidth="scale-to-fit" /> ...Show All

  • Visual Studio Team System Orphaned branch

    I’m having some issues with a branch and need some assistance to diagnose the root problem. For some unknown reason, a portion of a branch doesn’t act as if it has a trunk any longer. When I try to perform a merge from that subdirectory it doesn’t show a “target branch” in the dropdown box. It acts as if this subdirectory is an orphan with no parent branch. We are trying to merge bug fixes from this branch back into the mainline and are quite perplexed as to why this has happened. About a week ago we were able to merge files from the subdirectory back to the main branch, so something was done since then to break this functionality. What can I do to diagnose this issue From the history, it doesn't look like this folder was deleted a ...Show All

  • Visual Studio Express Editions Get User Full Name

    I am banging my head against the wall... I am a LONGTIME VBA Coder... and one package that I use to get the Users Full Name is: Private Type USER_INFO_2 usri2_name As Long usri2_password As Long ' Null, only settable usri2_password_age As Long usri2_priv As Long usri2_home_dir As Long usri2_comment As Long usri2_flags As Long usri2_script_path As Long usri2_auth_flags As Long usri2_full_name As Long usri2_usr_comment As Long usri2_parms As Long usri2_workstations As Long usri2_last_logon As Long usri2_last_logoff As Long usri2_acct_expires As Long usri2_max_storage As Long usri2_units_per_week As Long usri2_logon_hours As Long usri2_bad_pw_count As Long usri2_num_logons As Long usri2_logon_ ...Show All

©2008 Software Development Network