Software Development Network Logo
  • VS Team System
  • Visual FoxPro
  • .NET Development
  • Windows Vista
  • Windows Live
  • Visual Studio
  • Game Technologies
  • VS Express Editions
  • Visual Basic
  • Architecture
  • Visual J#
  • Visual C++
  • Visual C#
  • Windows Forms
  • Smart Device

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

probso

Member List

angelboy_31
nogChoco
Anibal Acosta
xrvjorn
RosieG
horatiu
ShadeSeeker
cristy
K C
OgaNS
olidem
mfroman
Jamie a Developer
Matthew Fleming
Raghukas
Nick Tuckett
Scott Prugh
coxianuk
SCHRANK
Dennes Magayanes
Only Title

probso's Q&A profile

  • Visual Studio Express Editions Read text file off the internet

    i need to read a text file on the internet, i forgot how to do it. Just need to read the file and put it into a string. Hi. Is your problem solved Thank you, Bhanu. ...Show All

  • SQL Server Help with Evaluation Edition...

    Hi All, I downloaded the Eval Version of SQL 2000 Reporting Services several months ago, and it's now expired.  Anyone know how I can get the developer's edition instead   Is there a way to just enter my existing SQL Server license information somewhere to make this version permanent Thanks in advance, Dee http://www.microsoft.com/sql/technologies/reporting/retailfulfillment.mspx   ...Show All

  • .NET Development Need to find error's origin

    Hey everyone, I have a .net 1.1 app that is trying to send a Webdav request to an exchange server to create an appointment. This part works ok on my local domain. However, when I put my app on another domain I get a 502 Bad Gateway Error. (the full error is listed below) I dont know where in the network this error comes from, or how to fix it. Any help is greatly appreciated, but I really really need this fixed asap. Thanks again Error: The underlying connection was closed: Unable to connect to the remote server. System.Net.WebException: The remote server returned an error: (502) Bad Gateway. at System.Net.HttpWebRequest.CheckFinalStat ...Show All

  • SQL Server How can I browse the tree graph in DataMining DecisionTrees by C# coding ?

    I build my DataMining DecisionTrees in SQL Server 2005. How can I get the tree graph in DataMining DecisionTrees by C# coding Microsoft.AnalysisServices.Controls.DLL Microsoft.AnalysisServices.Viewers.DLL Microsoft.DataWarehouse.DLL ...Show All

  • SQL Server multiple conditional formatting

    Hi, is there simplier method of doing multiple conditional formating   right now i have to nest the conditional:  iif(a=b, "Blue", iif(a=c, "Red", iif(a=d, "Green", "Black"))).  so if i have 5/6 or more conditions, it will be very messy. thanks, Ash You can use logic operators, e.g. =iif(Fields!Country.Value = "US" AND Fields!Month.Value = "December" ... ) -- Robert ...Show All

  • Visual Studio Express Editions Copy Help!

    I am creating this program which the user can select a source and target folder and it will sync the files in 1 direction. Let's say the source is E:\Files\Sync and the Target is C:\My Backups Here is my current code: public static void OneWaySync()         {             int search;             string folder;             for (int x = 0; x < sInfo.Length; x++)             {   &n ...Show All

  • .NET Development C# Apps Server that Select From SQL Server 2000

    Hi, I'll like to program a C# Application Server that constantly polls the SQL Server 2000 for data. For example, I've a table called A in SQL Server 2000 that's  constantly being inserted. My App Server will do a Select * from A as a string of data and then process the it. Is there any similar template that you've come accross Or can anyone enlighten me TIA. Hi, How much is it consuming in megabytes Is it the memory being consumed purely by the Windows Service or SQL Server Check if it is really SQL Server that is taking up the memory. Let me know these details and I can comment on it bette ...Show All

  • Visual Basic Thread Management Question....I think

    I'm not really sure how to search for this question, so if this is a common question, please accept my apologies beforehand. Many programs (Winamp, for example) are able to detect if they are already running, and if so, they simply activate the window or take some other, presumably definable, action. How is this accomplished I am building an app that can run in the tray(notification area, or whatever), and I want to make sure that, if the user tries to open up another copy of it, it just activates the already running version. I am using Visual Basic 2005, as part of Visual Studio 2005 Professional. The system is running WIndow ...Show All

  • SQL Server Transferring data from a Smartware database to SQL Server 2005 using SSIS?

    Here’s the scenario:   We have several clients who use a software package which has a database backend called SmartWare.   Currently, we host for these same clients websites through which the public can view some of the information stored in the SmartWare databases.   For various reasons we the websites cannot access the databases in realtime.   So we run nightly processes that transfer the data from each of the clients’ SmartWare databases into separate Access databases.   That is to say, every night each client has an Access database that receives the new data from each SmartWare database.   If any pa ...Show All

  • Visual Studio Express Editions How to create an Icon image file

    Hi team, I have been trying to create an icon file for my new project. But I have been totally unsuccessful and I am confused. Since I have never done this before I must ask the question that is probably obvious to everyone else. What makes an Icon file an Icon I know that it has an extension of .ico but there is more to it than renaming a 32 x 32 pixel bmp to an .ico. Is it the size Some internal header data When I try and add a resource with the type "Icon", I select my image file but it gets imported into the "Images" area and not the one for Icons. I have tried jpg's, bmp's and gifs to to avail. The form ...Show All

  • Windows Forms How can I hide a property? (DockPadding)

    I have created a control based on the (System.Windows.Forms.ContainerControl), everything until now was fine, I am adding the final touches to the control, and one of those touches is preventing Visual Studio.NET from automatically generating these two lines of code for my control. this.ltOutlookPanel1.DockPadding.Left = 1; this.ltOutlookPanel1.DockPadding.Right = 2; I did try to override the&nbs ...Show All

  • SQL Server SSIS Optimization

    Hi There We have a package that simply reads a rows from a table and puts it into a flat file destination, this repeats through a for each loop. It is a very simple package. Problem is it takes 10 minutes to do a thousand rows. This is incradible slow, i have check indexes are fine, the table are only 1000 rows, but it seems to only read and write about 3 rows a second, this is crawling. Please how can we make tis faster, are there any obviously properties setting we should be checking We have started using SSIS alot around here, main problem is that all our packages seem very slow ! Whether they run in GUI debug or in a job in sql server ( ...Show All

  • SQL Server Rebuilding dimensions with huge fact tables

    Hi, I have a dimension which is used in two Measure Groups. It has many levels (let's say 10). One fact table handles level 1-8, the other 8-10. The facts are huge, about 2 billion records for the first table (for level 1-8) and 100 million records for 8-10. We discussed a fitting partitioning schema and this will not be the big issue. Our problem is, that in the last levels (9-10) members can move from one parent to another. That means that the dimension structure changes, it has to be updated which also means a reprocession of all partitions related to this dimension. This is really a problem because of the first fact ta ...Show All

  • Visual Studio Failed to create wizard.

    Follow the steps in the Walkthrough: Creating a Wizard http://msdn2.microsoft.com/7k3w6w59.aspx use c#. After step 6, I got two warnings Warning 1 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be unregistered for COM Interop. MyNewWizard Warning 2 "I:\test\MyNewWizard\bin\Debug\MyNewWizard.dll" does not contain any types that can be registered for COM Interop. MyNewWizard After step 12, I got a messagebox "Invalid at top level of the document". What's wrong Augustin, using the sources you sent me, the Register For CO ...Show All

  • SQL Server Timeout Report Model Wizard

    Hi, I'm trying to create a Report Model from 1 single view (MyView). During the model creation I'm getting the following error: TITLE: Microsoft Visual Studio ------------------------------ An error occurred while executing a command. Message: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Command: SELECT COUNT(*) FROM [dbo].[MyView] t ------------------------------ BUTTONS: OK ------------------------------ In SQL Management Studio the query runs fine. The SELECT statement above does however timeout, also in Management Studio. Has anybody had the same ...Show All

©2008 Software Development Network