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

Software Development Network >> dbeau's Q&A profile

dbeau

Member List

Vasile
baga
Mateusz Rajca
Rocky82
pessi
DiZASTiX
King Nerd
Cristian Rosa
Ica
fly_eye
qwv
Derek Smyth
Matt A
GBez
sud
MichaelLee
hamdyzaki
cxroh
Dazz Knowles
&#59;lkj&#59;lk
Only Title

dbeau's Q&A profile

  • .NET Development Memory consuming during BinaryFormatter Deserialization

    Hi, I have a problem and I need your help please, I have made a large aplication that takes a very long time to generate the results, so I have serialized the intermediate results periodically in a binary files using BinaryFormatter in order to save it from any suddenly problems like shutdown or restart. Now I need to Deserialize all saved files to continue my work. The size of the saved file is about 6.5 GB devided into about 260 files. When I try to deserialize it one by one, the first three files were deserialized in about one or two min. , and then the speed is very slow down, and the memory is fully consumed. I think that when the reading process starts the memory begins free and it then filled out with each reading ...Show All

  • SQL Server Derived Column

    I have two columns made up of 4 digits numbers eg col1 1234, col2 9876 I want to create a derived column so i get a eight digit column, eg col3 12349876 I cannot seem to get the expression right, I seem to be always adding the value which i do not want, can someone help me out with the expression Thanks Robbie Phil Brammer wrote: Rafael Salas wrote: I may be wrong...but that expression will keep leading zeros for col2 only...what if you want to keep the leading zeros of col1 You'll lose them. That's why I like using the right() function. Thanks Phil for confirming that. It is good to know I am not crazy ...Show All

  • SQL Server Subscriptions invalid after SP applied

    Hello, I finished applying SP 1 to sql2k5. Under the replication monitor all of the subscriptions now look like [].databasename when they were originally [subscriber1].databasename. Under Mgmt Studio I see the subscriptions correctly. When I try and replicate I get the message "The subscription to publication 'pub_databasename has expired or does not exist." I have tried to reinitialize the subscriptions but it doesn't work. Is there a way to solve this without have to drop the subscriptions and add them again as I do not want to lose the changes that were made on the subscriptions. We are using merge replication. Thanks. John We have also come across this issue applying both hotfix ...Show All

  • Visual C# merging multiple files into 1

    Hi, I made an arraylist and put there 10 txt files. And i got 10 checkboxes. I want to bind the checkboxes (which are also in an array type of CheckBox) with the corresponding index of the arraylist. And after that i want to merge all the files into one file. This is the code: private CheckBox[] checkBox = new CheckBox[10]; public void Method() { ArrayList fileArray = new ArrayList(); string file1 = File.ReadAllText("file1.txt"); string file2 = File.ReadAllText("file2.txt"); string file3 = File.ReadAllText("file3.txt"); string file4 = File.ReadAllText("file4.txt"); string file5 = File.ReadAllText("file5.txt"); string file6 = File.ReadAllText("file6.txt"); string file7 = File.ReadA ...Show All

  • SQL Server Can't find the server management studio

    hey, i did the installation, everything went well. when i want to start the server management studio it isn't in the program files listed. is there something i can do about it. i did the installation three times now and it didn't change a thing. all comments are welcome greetz TjAnNe During the setup screen process you can choose custom installation and select 'entire feature to be installed on hard drive'. That takes care the installation of required components of tools. Also explain the steps you are taking to install the tools in this case. ...Show All

  • Windows Forms Auxiliary control missing in Recording Control

    I really hope someone can help me with a problem that has arisen when I recently updated my Realtec AC'97 driver. For reasons which are too complicated to explain I have two sound cards on my PC, one which I use for “normal” activities from a line-in and a dedicated sound card (Realtek) which I use to record LPs and audiocassettes for transfer to CDs. This sound card works through Auxiliary. Both worked fine- no issues. I could go into the Recording Control on Win XP and tick Line in or Aux as required. Perfect!! Now after downloading the updated driver the Aux option does not appear as an option when I go into the Recording Control for Realtek options. I have tried to find it via Control Panel, but with no luck. I have therefore bee ...Show All

  • Smart Device Development Which event fires when Ok button is clicked?

    Hi, Does any one know what event is raised when i click on the close( i.e. OK) button of a form in a PPC application My app needs to perform different actions based on the way the form is closed. Basically, a form can be closed in 2 ways. First, by hitting the Ok button. Second, by calling form.Close() programmatically. In both the cases 'closing' and 'closed' events are raised. So i can't use any of these. What event fires when Ok is clicked, and how to handle it Thanks. - Hari Hi Alex, I've a problem in using Closing event. Actually in the app, I've a mainMenuitem "LogoffAllSessions" which when clicked sh ...Show All

  • Visual Studio 2008 (Pre-release) Lots of ListView Items in my ListView = LAAAAGG....

    My program is quite simple really, but for some reason, when I have a lot of items in my ListView, the program hates my computer, and slows the whole thing down kinda. When I have just a few items in there, it works just fine. But, when I'm getting an array of files from GetFiles(path, searchpattern, alldirectories) or whatever, and am putting it in the ListView, where there's ALOT of files listed in there, which I might need in my program, it slows it down. There could be over a thousand files in that ListView. I really don't know how many songs I have. But, what could be the issue here I am using the latest .NET Framework 3 (downloaded like 2 days ago), Visual C# 2005 Express Edition, and I'm running on Windows XP SP2 (latest updates, e ...Show All

  • Visual Studio Team System question about the trial version of TFS

    I installed the trial version to test it for a couple of weeks and TFS is not allowing me to add domain accounts to it. Is this a limitation in the trial At first i wanted to have the server as a standalone server and tried to add the users from AD to no avail. I then put the server in the domain that the users i am trying to grant access to are in. Still nothing I am getting the feeling that they are going to have to purchase the full version earlier than they expect to get the functionality out of it that they want. ...Show All

  • Visual Basic "*" Question

    Hi again everyone, I am back once again working on a new project. For some reason I cant seem to find the info I need so, I am back here. :) Anyways, my project... I made a text file parser... it basically opens a text file of your choice, then it searches the document for any word you specify, afterwards, it places that info in a new textbox that you can save as a new file. What I really need this app for is to parse emails. Since the emails arent the same... just the same domain... I need to be able to use the * as a wildcard. Any info on how to do this would be much appreciated. Thank you in advance, Assuming you have an array of the text items from your list named TextArray: For Each SearchString As String In Text ...Show All

  • Visual C# Misterious crash due to Listview, Bitmap & TabControl usage.

    Greetings, My application crashes misteriously when i access a tabpage that contains a ListView displaying thubmnails images. (See stack trace below) The exception agent displays the following message with an association line connecting it with the " Application .Run( new Form1 ()); " of my "main" routine:  "Parameter is not valid." It will only crash if, before i access the tabpage, the application's window is maximized. The listview is populated in the Form's constructor function. It uses the following simplified code: private void createThumbnails() { ThumbnailCreator t = new ThumbnailCreator (); Bitmap thumb = null ; thumb = t.GetThumbNail( "D:\\Documents and Settings\\T062948\\Des ...Show All

  • Visual C# Connection String

    Hi, I want to save connection string in xml file. This is ok for web application. But it is not working with desktop application. < configuration > < appSettings > < add key = " ConnectionString " value = " DataBase Physical Path " /> </ appSettings > </ configuration > This code is ok for web but null for desktop application The config file has to be named like your exe plus .config, e.g. notepad.exe.config And it has to be copied next to your exe file. -- SvenC ...Show All

  • Visual J# send parameters to timer event handler

    Hello. I need to use a timer in my code. The System .Timers. Timer is good for me, but the problem is that I need to pass a parameter to the eventhandler. Thank you, I inherited the timer and added a new property to my new class. When the timer elapsed I used "sender" to get my parameter. I'm not sure this is the best whay of doing so but it's working... I also posted a question on the forum you gave me. ...Show All

  • SQL Server SQL Server 2005 DB capacity

    Hi We are looking at pushing around 80TB data to SQL Server 2005. Can it handle this size. Is there any document/pointers available on SQL Server 2005 - data volume that it can handle/data volume and data configuration. Regards, kart Just in addition, the only determining factor of limitation will be the manageable size of the operation system. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms "Foreign" msi files in a Setup project

    Hi there: Quick question: my application uses SMO, and I need to install that on the user's machine. I got the download from Microsoft in the form of a .msi file (the Microsoft SQL Server 2005 Management Objects Collection download from http://www.microsoft.com/downloads/details.aspx familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en ) . Is there any way for me to incorporate that msi file into my setup project I tried going through the prerequisites (I already have .Net 2.0 and Sql Server Express in there), but it is not dynamic enough to allow that. I could try and package the SMO assemblies one by one (the dlls were already added as dependencies), I'm just not sure how to force them to be installed in the correc ...Show All

©2008 Software Development Network