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

Software Development Network >> Jonas Lindstrom's Q&A profile

Jonas Lindstrom

Member List

GBob
Saqib Barlas
kwt85027
Risotto
EldoChem
Marianne
onimushagod
FSales
suhanims
Anekro
Angelo Caruso
shivaraj
Muhammad Waqas Bashir
Ali Baradaran
JAAKARHU
A2324_1
Edvix
michael fz
nick-ow-lo-d-eon
Anup Jayapal Rao
Only Title

Jonas Lindstrom's Q&A profile

  • Visual Studio Team System Web Test Connection Model and IP switching

    Can anyone provide more information or links which explain in more detail: 1: Connection Pool and Connection per user. Whats the advantages/ disadvantages of using either of these Also what's the optimum setting for WebTest Connection Pool size or what does this depend on 2: IP switching, with this enabled, which I think it is by default how does this work / is there any additional config required. What range of IP's does it use thanks in Advance, Phil How is a load test of a webserver cluster possible without such a feature ...... I don't understand Microsoft. :-( And why they have written about that this feature is included ...Show All

  • Visual Basic Toolbar images

    In the program I'm writing I’m using a toolbar control. Everything are working fine but I would like to change the image from the default image, but I can't find any other images in VB. Are there any other images included in Visual basic 2005 express edition and i there are where can I find them Thanks Krycek and SJWhiteley. Something of that ought to work. :) ...Show All

  • Visual C++ Debug Assertion Failed

    Hi I have just got our main C appilcation which was developed under Visual Studio .Net 2003 ported/compiled/run successfuly as a release build under Visual Studio 2005. However when I try to run the debug build I get the following: Debug Assertion Failed Program : myapp.exe File : f:\rtm\vctools\crt_bld\self_x86\crt\fstat64.c Line 64 Expression (_osfile(fildes)&FOPEN) I have degugged it to the following function and the fstat call within it: int get_file_size( char *filename) { int fh; struct stat info; fh=open(filename,_O_RDONLY); if (fh==-1) { error_handler(10,TXTOPE, "" ); re ...Show All

  • Microsoft ISV Community Center Forums Import CSV Files into SQL Server 2000 Table from VB Net

    Hi Guys. I'm doing a web application to import data into a SQL Server Table from VB Net 2002. Anybody do know how do it . Thanks. WERM Hi, You might want to post this question to one of the Visual Basic forums ( http://forums.microsoft.com/MSDN/default.aspx ForumGroupID=10&SiteID=1 ). -brenda (ISV Buddy Team) ...Show All

  • SQL Server Aggregation issue with parent child dimension when not using primary key

    When creating a parent child dimension I am not using the primary key of the underlying table. I define the key when I create the dimension. The parent/child relationship works fine but my measure aggregation does not work. The dimension has a regular relation type to the measure and the primary key from the underlying dimension table is used in the relationship to join in the measure. Since I have not used the primary key in the dimension and have defined my own key the define relationship page warns me that I have selected a non-key granularity attribute and I must directly or indirectly relate all other attributes to it. When I attemp ...Show All

  • Visual Studio VSTSBeta2 VPC the evaluation period for this copy of windows has ended.

    I have downloaded the VSTSbeta2 VPC image, decompressed the Virtual PC files and started in Virtual PC.  The following error came up on windows 2003 Server: The evaluation period for this copy of windows has ended.  Windows cannot start ... Then it reboots the Virtual PC. The documentation states that is expires Sept, 16, 2006. Has anyone else seen this   Any ideas   Tried setting time in the BIOS to a week  ago, but no change. Thanks! Bob,     I have seen the same problem and it pissed me off! Apparently I read in another post that the Windows Server 2003 that w ...Show All

  • SQL Server Need help on how to passing variable inside a data flow

    All, Is it possible to passing variable at row level within a data flow If so, what transformation should use Thanks HI, if you want to integrate the variable into the data flow, the ewasiest way is to use a derived column transform. HTH, Ccote ...Show All

  • Windows Forms Add Crystal to VB.Net Std

    I purchased VB.Net standard, mistakenly thinking that Crystal Reports was included. On discovering my error, I dug into my CD archives and came up with VB4 which includes Crystal V3 (Don't ask me where the VB6 CD went to - it's *much* too long a story...) Anyway, which of the many Crystal Decisions products do I buy in order to get some up-to ...Show All

  • SQL Server Using a trigger to insert committed rows into a table following SQL Server's tran log order

    Here's another fun one ... I have a series of tables in the Sales database (Customer, Order, LineItem). I will create an insert/update/delete trigger(s) on each of these Sales tables. I will have a multi-user system, with interleaved transactions from each user going on simultaneously, all running different INS, UPD and DEL transactions against these Sales tables. As changes are made to each of my three Sales tables, I would like the table's associated trigger(s) to record the changes made in a single common "Change" table.  The Change table would contain information such as the table name, columns_updated() and perhaps s ...Show All

  • Visual FoxPro Help in VFP 6

    Hello! I would like to know how can I auto-increment a field in VFP 6.0. The field is for storing an ID and it's of type numeric. Can anyone suggest a piece of code I would like to know how can I auto-increment a field in VFP 6.0 First you need to create a table to store the next value of the integer primary key for each table in your database. Table with this structure: Structure For: SYS_TABLE.DBF ======================================= Associated Indexes ================== (Candidate): CTABLE: UPPER(CTABLE) Field Details ============= ctable C ( 30,0 ) NOT NULL ilastkey I ( 4,0 ) NOT NULL ...Show All

  • .NET Development .NET 1.1 process.kill?

    Hi. in .NET 1.1, I can create a process: Process someProcess = new Process(); someProcess.StartInfo.FileName = this .someTextBox.Text; someProcess.Start();   However, if i wish to kill that process, I have tried using: someProcess.Kill(); //AND: someProcess.Close();     however both of the processes to close/kill results in an exception: "No process is associated with this object"   Now that is quite understandable BUT how can I make an object of a proper "program/application" which the process can be killed from The user basically can type in a url/some Windows app name ( ...Show All

  • Windows Forms ActiveX-Controls and AutoScroll

    Hello, I use a ActiveX-Control in a Form where AutoScroll is true. If the control is scrolled and I click into the control the control jumps back to 0,0. Is this a known bug How I can avoid this Thanks Andreas Hello Mark, thanks for your reply. I have tested it again, but the behaviour of Windows Forms Controls differs from that of ActiveX controls. In both controls I placed a TextBox in the bottom right corner (both controls are Container controls). Then I scrolled to it and set the focus into this TextBox. If I click in an area of my usercontrol where it has no child control, the ActiveX control i ...Show All

  • SQL Server Uploading images to SQL Express

    Hi, Could someone help me on how I can store images into my SQL Table I'm using "Image" as Column Name and I use VWD 2005 Express. I saw a lot of C# examples, but not VB.NET examples. Please help !!!!! Bart Thanks Lars.... can you believe it, I actually figured it out... but I didn't know that there was an auto increment with the ID Key... so I guess I'll go back and take a look at it. I really hate to keep asking questions, but is there a BOOK that helped you learn all this stuff   I did VB6 (Novice - had to use VB4 manuals - VB6 didn't ship with any).  I want to be an expert and not a dummy. As for books, I'm interested ...Show All

  • Visual Studio Tools for Office Copying contacts

    Hi This is probably not the correct forum, if so could you point me in the right direction. I am trying to copy contacts from one public folder to another. I don't want to use vsto as I will eventually make it a service on the exchange server that will run each day. I have added CDO 1.21 as a reference and can access two folders and see their properties. But I can't access the contact items themselves to copy them. Sample code below ' connect Dim servername As String = "server.local" Dim mailbox As String = "mailbox" Dim objSession As New MAPI.Session '= CreateObject("MAP ...Show All

  • .NET Development Using returned value from SqlDataSource1

    I, a newbie, can't seem to figure this out or find the answer on forums. Any help you could offer me is appreciated. VS2005, C#, Web forms. What I'm doing is writing the login name and password to Profile.Login & Profile.Password from the text boxes on a login screen only if there is such a combo. I also want to write the person's UserID but can't get it out of the SqlDataSource1. I have an SqlDataSource1 that returns a distinct integer value (134 for example). I can display this value in a grid view, details view, and so on by linking the datasource to the grid view. The query works but... I want to be able to write the returned valu ...Show All

©2008 Software Development Network