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

Software Development Network >> Jelle van der Beek's Q&A profile

Jelle van der Beek

Member List

pven
Milos Cimfl
Albert Pinto
Milis
Devast8or
MingLin
Bobmmp
Jason M Archer
ostridge
bangorme
Hoot
Dalli3398
Angelms
Youngmin park
Kenneth Millard
Bak2DFuture
vaishali.mspp
James Nachbar
Gleedo
Danidiner
Only Title

Jelle van der Beek's Q&A profile

  • .NET Development Where's the SOAP message...???

    Hello, I've started learning about web services,i mean i'm a real newbie,so my question can be very silly..sorry about that. I have created a very simple web service and added a simple method: [ WebMethod ] public string combine( string name, string surname) { StringBuilder sb_name = new StringBuilder (name); sb_name[0] = (sb_name[0].ToString ().ToUpper().ToCharArray ())[0]; return sb_name + " " + surname.ToUpper (); } and use this method from my client application like this: private void button1_Click( object sender, EventArgs e) { localhost. Service myservice ...Show All

  • SQL Server Microsoft.SqlServer.Management.Trace.TraceServer - Examples ?

    I'm trying to find ANY examples of using the Microsoft.SqlServer.Management.Trace namespace. What I'm looking for is an example of being able to create and initialise a new trace, haing this processed on the Server, and then initializes some sort of traceReader against this. e.g the equivalent of:    MyTraceConnection = new Something ("localhost");    MyTrace = new SqlTrace (CaptureTSQL || CaptureLogonEvent || CaptureLogoutEvent 0)    MyTrace.Open(MyTraceConnection)    OnTraceEvent (TraceInfo x) {           Console.Writeline ( x.ToString() ) ;   &n ...Show All

  • Visual Studio Setup & life cycle

    This is going to be a bit longer ;) I see two kinds of DSLs at this point (and all kinds of shades inbetween): 1) A company builds a DSL and sells it. They come up with a new version every two years. Having the new setup project type is great for that scenario 2) DSLs that evolve rapidly with a project (or many projects). I am going to focus on 2. I see this as follows: Someone builds an app. Sees code patterns that could easily be automated with a DSL. Creates a DSL for a very, very small part of the project. Repeat (ie another pattern is found). Repeat. Repeat. Improve the first DSL a little. Repeat. Repeat. Improve another DSL a little, t ...Show All

  • Visual Studio Exporting file from report view problem!

    Dear All, I have another problem. We are using the winform to develop our windows application uisng VS.NET 2005. We would like to have our reports in asp.net using .rdl so that our users can view from any browser such as IE, etc. In the windows application, we create a report form by using the WebBrowser control comming with VS.NET 2005 becuse we just want to use the same reports built in aspx. When we view the report, the reports render correctly from the webbrowser control, but when we export the report into excel or pdf, it starts opening a new browser from the control but it failed to generate the excel or pdf. It fails to export f ...Show All

  • .NET Development White space below a nested table

    I'm sure this has been asked an answered, however, I am finding difficult to remove the white space that appears below a nested table.  In otherwords, I would like the table to fill the entire cell (<td>) however, it seems to leave a line, below the nested table in the cell.  Is there a tag or setting that will illiminate this behavior For all of you having this problem, as i did, simply make sure that <td> and </td> are on the same line as your cell content. For example: <td><table>     <tr>         <td> ...Show All

  • .NET Development AccessViolationException when network adapter is disabled

    I have similar problem as described in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=168193&SiteID=1 I have Desktop client that consumes MyWebService. If i disable network adapter while SOAP HTTP Rrequest sent by MyWebService.MyMethodAsync() is executing i get AccessViolationException Blaming NOD32 (imon.dll). Is this NOD32 or .Net Framework 2.0 bug, is there workaround and will it be solved and when Tnx! Several people have run into this problem. Here is a good post that describes the problem. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=309141&SiteID=1&mode=1 ...Show All

  • .NET Development Why there is a huge jump in the time used?

    Hi, I've a quetion which has bugged me for several months. I wrote a .NET Web service which is hosted by IIS 5.1 on a Windows XP SP2 machine. This Web service just get the content of the specified txt file and send the content back to the client. The processing time on the server side was logged. The file sizes and results are listed below (in millisecond): FileSize:     1K       2K      4K      8K      16K    32K     64K    128K   256K  Ti ...Show All

  • Windows Forms datagridview and select rows after a refill of dataset

    I'm working on creating a program that uses a datagridview to display current cases and then sends information to another program after they select it and click open. Any way being that this is a live database and people are constantly changing cases to complete (which removes it from their list), I have built a refresh that clears the dataset and refills it every 10 seconds. The problem I have is that I can get it to reselect the the rows that were selected before the dataset fill, but I can't get it to go to the do the row index properly, it always selects the first row in the grid, in addition to the ones they had selected before. The old ...Show All

  • .NET Development A SIMPLE PROJECT ON ASP USING C#

    CAN U GUYS SEND ME A SIMPLE PROJECT ON ASP.NET USIG C# There are a number of quickstart samples available here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpqstart/html/cpsmpASPNETQuickStart.asp ...Show All

  • Visual Studio Team System Area and Iteration fields and field constraints

    I am working on a new Work Item type I have added to a TFS test project for tracking change requests. I am using 'Area Path' to represent application type eg. Admin application, Billing application, Banking application. When I try to add a required rule to System.AreaPath 'Area Path' I get the following error. TF26062: Rule '<REQUIRED />' is not supported for the field 'System.AreaPath'. Is there a work around to this as it is quite nice to have the Applications split into categories in the tree structure 'Area Path' provides. However I need this field to be mandatory. Regards, Ben Ian, ...Show All

  • Visual Studio Express Editions Exception thrown in a ClickOnce installation

    Hi again, Sorry, but I have another ClickOnce problem. My program runs without exception in the development environment, but the ClickOnce RUN version throws an exception in the form.Load event. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load Try Dim fileStr As String = "..\Images\" doorPic(0) = Image.FromFile(fileStr + "Door1.gif" ) doorPic(1) = Image.FromFile(fileStr + "Door1S.gif." ) doorPic(2) = Image.FromFile(fileStr + "Door2.gif" ) doorPic(3) = Image.FromFile(fileStr + "Door2S.gif ...Show All

  • Visual Studio Team System MSF - Development Role involving 3rd party legacy applications

    Can someone point me to any online docs that would describe the msf development role when working with an enterprise application that's off the shelf We're implimenting msf and we have several purchased enterprise apps that we develop interfaces and integration software for and I need to better understand how to apply the msf development role to this environment.   Thanks, Dan Hi Dan,      Our agile and CMMI process have not be tuned to these specific types of applications but they can most certainly be customized to handle them. Cheers, Randy ...Show All

  • Visual Studio 2008 (Pre-release) I cannot install WinFX runtime components 3.0

    "An error has occured during setup.  Installed files have been removed from your computer.  For known issues and troubleshooting information, see the online Readme ." The online Readme is here:  http://msdn.microsoft.com/windowsvista/default.aspx pull=/library/en-us/dnlong/html/WinFXSeptPDCReadme.asp I have gone through it with a fine tooth comb and *NOTHING* fixes it.  It sucks that the error is hidden and no clues are left anywhere as to why this is failing. I have a clean install of: Win XP SP2 .NET Framework v1.1.4322 .NET Framework v2.0.50727 Are these the right versions   Did I miss so ...Show All

  • Windows Forms Large text files on textbox\richtextbox

      Hello.   I’m trying to find an edit control that have syntax high-light features, search, breakpoint etc. but the main feature I need is that is should support large text files (10-20MB). Does anyone knows of such control or there is none and I should just right it out from scratch Maybe there is a way to improve the RichTextBox to handle large files If I used the code: string [] text = File.ReadAllText(fileName); richTextBox1.Text = text;     The program gets stuck on the second line for large files.   Thanx   Eli. I've tried that... The application get stuck on ...Show All

  • .NET Development Urgent - ADO XML data ending up in single field

    I'm really in seriour trouble, running way behind on a project and have tried everything, I think. I've got to create reports from data that's stored in a text field in XML. I get a recordset using ADO then I invoke the save method on the recordset to generate an XML file. The problem is the is the file that is saved contains a number of fields from the same table as well as the fields from the text field; most of my data is in the text field and just gets strung together as one field. I've tried authenicating the ADO XML file using XML Spy but it gives me error - unable to locate a reference to a support schema type within document. This i ...Show All

©2008 Software Development Network