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

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

mallio

Member List

vbuser1
Panaxea
Mack the knife
wakewakeup
BRiley
BrunoK
Error installing SSIS
David Bradly
RpM
kamalindia
Iain Howie
Jaroslaw Pekala
Geo242
Draakje
Chriz Lee
reidca
CodeMission
Hafiz Basharat
Tom Hallmark
Sam_bham
Only Title

mallio's Q&A profile

  • Visual C++ I've lost my status bar...

    Hi, Not a big issue, but my VS2005 has "lost" the status bar at bottom. I don't know how I've managed to hide it (if it's my fault, which I don't know), but I'm definitely uncapable to find how to show it again. Any tips Best regards, Eduard Huguet Go to the Tools->Options... menu alternative. You will have a checkbox for "Show status bar" under Environment->General. ...Show All

  • SQL Server How to achieve partition parallelism?

    Hi, Is it possible to achieve partition parallelism in SSIS What I am asking is, In DataStage, if I load some data like 'data reader -> trans1 -> trans2 -> destination' (and assume that I have 4 nodes configured), the tool divides the data into 4 different datasets and executes the package as 4 instances. This way the data load is very fast. Is it possible in SSIS Of course we can divide the dataset and load them thru multiple instances But then dividing the dataset will differ for every load and so we need to modify the package all the time. Even if we divide the dataset, I am not sure 4 instances will run in 4 different nod ...Show All

  • SQL Server Problems with linked Servers

    Both servers run windows server 2003 and sql server 2000. Both servers have a link to the other server under linked servers using sql authentication. Both servers have windows and sql authentication enabled. The problem I am having is despite both servers being linked exactly the same I can only view server A from server B. If I log into server A I can not use the linked server setting to server B to view data. I get the following error. Server: Msg 18452, Level 14, State 1, Line 1 Login failed for user 'updater'. Reason: Not associated with a trusted SQL Server connection. I searched many forums and they all seem to point to sql authenticat ...Show All

  • SQL Server Generating a PDF type report and embeding fonts

    When a .pdf file is generated by reporting services, does it embed the fonts used into the .pdf , or is there any way to tell reporting services to "embed all the fonts" Thanks in advance. Hi Sunny -- No, the PDF extension does not do font embedding...There is no way to force this behavior, either.  ...Show All

  • Windows Forms Help with Timer control

    I want to make my program wait half a second until it will continue and I don't know how can I do it. I managed to stop it for a second but I can't stop it for a shorter time. Please help Thanks vbasics and feline for your answers but the answer of vbasics workd for me. ...Show All

  • Visual Studio Express Editions BalloonTipText on NotifyIcon1 Hover over?

    I've been looking at how to use BalloonTipText, and I found this small section of code: NotifyIcon1.BalloonTipTitle = "Balloon Tip Title" NotifyIcon1.BalloonTipText = "Balloon Tip Text." NotifyIcon1.BalloonTipIcon = ToolTipIcon.Error That isn't working for me though, in the test app I made to try it out. I put it in the NotifyIcon1_Click event and nothing showed up. I'd really like to be able to display something when the user hovers over the notify icon too, and I couldn't find a hover over event. Also, can I use a variable for the text in the balloon tip Any help would be appreciated. ...Show All

  • .NET Development How to uninstall .NET 2.0 beta?

    Hi, Since I have no clue where to post this, I'm taking a chance and post my question here. If this is not the right place, please tell me what is. It appears that the .NET 2.0 redistributable package is finally available here: http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en#related . When I try to install it, I get the message that I should uninstall the beta version first. However, I have not found how to do that. Can someone help me out Regards,  Guido I had issues similar to the one described here, if the control panel or unins ...Show All

  • .NET Development BinaryWrite problem

    Hi all We have serious problem write pdf files to browser. Our development enviroment is windows 2003 std with sp1, Framework 1.1, VS2003,  and we use dynamicpdf for NET components create pdf from data (Oracle 9) We write stream to browser (Response.BinaryWrite) and it's works fine with Firefox ja IE 6. Also we have test and product enviroment (windows 2000 server with sp4, Framework 1.1). Both enviroment works with Firefox but with IE6 doesn't. Pdf documents size is about 12KB Can anyone help with this problem Here is a code Response.Clear(); Response.AddHeader ("content-disposition","attachment; filename=" + hashData + ".pdf"); ...Show All

  • Visual Basic vb2005

    when i save a project and reopen it i get the following message the location is not trusted and it shows the location of the project. i can click ok to ignore. Once i am in the program everything seems ok until i click f5, I get the file is in use or an inner exception. I know the code is ok because it was provided by MS Press Build a program know Visual basic 2005 express edition The reason why this happens is explained here: http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx Best regards, Johan Stenberg ...Show All

  • Visual Studio Tools for Office VSTO and C# Automation Dll

    I make use of IsWeekDay function in an C# excel automation/add-in dll (Like the example in Visual Studio Tools for Office - Carter and Lippert) in my VSTO project.  For some reason when i open the VSTO document all the calls to my automation dll show up as #NAME in the cells.  Looking in process explorer my automation dll is not even loaded into memory. Now if any other non VSTO workbooks are opened that makes use of the automation functions they too show #NAME . To make it work I must open a workbook with no VSTO code behind that uses the functions.  Then when I can open my VSTO the #NAME s resolve and call the func ...Show All

  • .NET Development Win32_StartupCommand lists only the First alphabetical entry of Startup Folders.

      Preview Message Win32_StartupCommand lists only the First alphabetical entry of Startup Folders. Hi All I am trying to list all the Startup Commands of a computer using Win32_StartupCommand class. The code is: strComputer = "." Set objWMIService = GetObject("winmgmts:" _     & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colStartupCommands = objWMIService.ExecQuery _     ("SELECT * FROM Win32_StartupCommand") dim strOut For Each objStartupCommand in colStartupCommands     strOut = strOut &a ...Show All

  • Software Development for Windows Vista Workflow Designer Rules Support

    Hi, I'm in the process of trying to setup a demonstration application which shows an example of workflow and rules management. I need to basically setup a workflow, set some properties, then run the workflow from the designer. Part of this demo include the use of an IfElse activity and a Policy activity which link with the rules engine portions. I've trundled through the examples and the current samples get things about 75% of the way there, and I've probably gotten another 5-10% there by looking at the threads here, but I'm still stuck. Here is what's happening: 1. Create a new workflow 2. Drop an IfElseActivity on the design surface, thro ...Show All

  • Visual Studio Team System About Results

    Hi, I am testing one win form application. I have written unit test and i am calling this unit test in my load test to test the web services. I have given following details Run duration: 2 min Users: 2 After running the test i am seeing the following results in avg column. User load: 2 Tests/sec: 0.08 Avg.test time: 13.3 is the Avg.test time value 13.3 in seconds or mille seconds Tests/sec means in one second it is able to complete 0.08 of that test Total how many tests ran in this case Thanks, Shankar Is the Avg.test time value 13.3 in secondor mi ...Show All

  • Visual Studio Team System TFS Extensibility problem in RC - Microsoft.VisualStudio.Currituck.Proxies.DataServices

    We have just built a new system with the RCs and Sept SQL and are now getting a FileNotFoundException on Microsoft.VisualStudio.Currituck.Proxies.DataServices -- our application was working under BETA 2- any ideas on what we need to fix now for it work under the RCs I have read this thread, but it wasn't helpful: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=89392 Here is what I have installed: o       Microsoft Windows Server 2003 Standard Edition o       Microsoft Visual Studio 2005 Team Suite Release Candidate o       Microsoft Visual ...Show All

  • Visual C# odbc Problem

    I have an odbc connecting to a MySql database and filling a DataGrid. In my table I have a date column and two time columns. When I fill a dataset from a dataadapter it returns these columns as 'DateSpan' types. How can I change from these DateSpan's to time / dates Here is some sample code of what is done and a few more details: // Create our dataSet DataSet dataSet = new DataSet ( ); // Setup our data adapter OdbcDataAdapter taskDataAdapter = new OdbcDataAdapter ( "SELECT taskId, date, startTime, endTime FROM taskTable" ); // Fill the dataset with the task table taskDataAdapter.Fill ( dataSet, &q ...Show All

©2008 Software Development Network