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

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

neto

Member List

Leonardo Limm
derekyeong
NDaigneault
Steven Molen
KDog
befstrat
HelloWorld .Net
Régis
UKMike
Hilly Billy
valef
Tom Meschter MSFT
Ryan Hanisco
rDNA
Bill R.
.net newbie
kadabba
bajaexplorer
Marc.
Tom Robins
Only Title

neto's Q&A profile

  • .NET Development Opening the file as a New Process

    I am trying to open a file, e.g. a text, .doc or .mpp file, when it runs on the localhost system opens a respective file, but when installed in the IIS 5.1 and IIS 6.0 as a virtual directory, and access the file, system doesn't opens................................................... Imports System.IO Imports System.Diagnostics Partial Class CR Inherits System.Web.UI.Page Dim projectPath As String Dim documentPath As String Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load documentPath = "Change Requests\" projectPath = Con ...Show All

  • Software Development for Windows Vista Error Encountered Starting Windows Defender

    Whenever Windows Defender starts up I get an error dialog with the following text: "Windows Defender encountered an error: 0x80070578. Invalid window handle." I am running Windows XP Service Pack 2 with all updates. I am also running Windows Live OneCare with a paid subscription and the IE7 Beta. Defender is set to scan every night at 4am. I get the error window ever day it starts. The scan seems to work fine even with the error dialog up. This only started to occur since I installed the Beta for IE7. Thanks I have the same problem. And I have everything updated automatically. I have had the same e ...Show All

  • SQL Server Help regarding passing parameters in SQL and Lookup

    Hi, 1) I am using exceute SQL tasks in my control flow. 3 variables have been defined at the package level.They are mapped to 3 parameters respectively in the Execute SQL task. When I try using these parameters in SQL error is thrown.Query is not getting parsed.My connection is OLEDB. Target and source are in SQL Server. Can anyone suggest a workaround 2) Before loading my target I need to define a Lookup . My requirement is if say consumer key matches in fact table then update it else insert. 2 kinds of lookup are available in SSIS dataflow tools. Simple Lookup for exact matching and Fuzzy Lookup for matching based on probabi ...Show All

  • Visual Basic Assignments within expressions

    Will VB ever allow for assignments within expressions   I've boggled over translating simplistic C# code into VB.NET code many hours since VB doesn't allow this.  Take the following two code pieces for example: while (--n >= 0) {     // do some code }   And while (n-- >= 0) {     // do some code }   This may seem simple to translate at first, but only if the variable n is used inside the loop.  If it is referenced outside the loop, it can be different values, based on whether the '--' is prefix or postfix. This is a simple example, but imagine more complex express ...Show All

  • SQL Server Upgrading default instance with named instance remaining at SQL 200

    We currently have an SQL 2000 server with two instances on it. We want to upgrade the default instance to SQL 2005, but leave the named instance at 2000. The named instance is used for Great Plains. Is it possible to do this If so, what possible issues so we look out for Thanks, Robert Hemmings Yes that is supported. The only thing you have to note is that your tools will be upgraded to SQL2K5 Tools but they work fine against the SQL2K instance that will be left on the box. Thanks Michelle ...Show All

  • Visual Studio Express Editions shell.sendkeys to blanked out password field

    I have created a simple VB applicaiton that telents into a Linux box and issues some commands. I have tested the app without actually connecting to the remote machine, this way I can verify that the information is being entered correctly. Every thing appears fine, except for when I try to send the log in password. It never accepts it. The only thing I can think of is that since it is a password field the characters are blanked out and cannot be seen. I'm wondering if this is what is causing the problem. My code is below oshell = CreateObject("Wscript.Shell") 'creates an instance of the Wscript Shell object fso = Creat ...Show All

  • SQL Server Establishing a remote connection..!

    How can I establish a remote connection for using remote database in SQL Server 2K5 Thanks. Take a look at this link: http://msdn2.microsoft.com/en-us/library(d=robot)/ms188721.aspx Is this what you are looking for If not, please provide additional information on the scenario you want to enable. Thanks Laurentiu ...Show All

  • .NET Development Issue with threading

    Hi Buddies, I am using 3rd party adapter to connector MySQL db in C# (VS 2003) for developing a chat app. Using that adapter, I have seen a strange issue that, after executing the SQL quries very fast for some time, all the pending threads in MySQL db is going to a sleep state. After that, no more SQLs are executing. Ie, my C# app is not able to communicate with MySQL db. Because of this reason my application got hanged. I am very much worried at this point. For my app all the SQLs are executing in threads. I use connection string like, "Server=192.168.1.78;Port=3 ...Show All

  • Visual Studio Team System Checkin Event not being triggered?

    Hi I've written a web service and have registered it to the check in event (returns a positive ID). I am assuming this event is triggered whenever someone checks in a file, however the webservice is not being called. The web service code is as follow and is hosted on IIS on my machine (The TFS server has access to the webservice). ------------------------ using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; using System.IO; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.Server; [ WebService (Namespace = "http://tempuri.org/ ...Show All

  • Visual Studio Express Editions Editing a Fixed Length Text File.....

    I searched the forumns and nothing seems to pertain to what I am trying to do. I have done the following easily in VB 6.0 enterprise edition, but am having headaches over trying to convert my code to VB express (BTW the converter Wizard blows up big time trying to convert my code). Anyway.... 1. I have a text file that is fixed length and has records of data that a seperate program accesses (so I can not change the layout or structure and it must remain a text file) 2. I have been able to create a program that will search and find a specific record within this file and retrive the data without a problem. 3. I need to be able to edit ...Show All

  • .NET Development Some thoughts about default parameter for C#

    I've been troubled by this problem since I started to use C#. I always try to write classes that are easy to use. When I try to write some methods that takes several parameters, I found it was really troublesome to write different overloads. I had to give up some overloads, because there are just too many combinations, when the parameter list is long. And I thought, why not default parameters Anders Hejlsberg explained in an interfiew that they didn't include default parameter because they think it was not necessary. They think it's just feature that make programmer a bit easier, but not some feature that make the language more powerful. Wel ...Show All

  • SQL Server LOcking data in partitions

    Is there any possibility to avoid updating the data for certain partitions and lock the data in partitions in Analysis Service Table A in SQL Server 2005 is split in partitions where the oldest partition will be deleted when the new partition fills up. Data aggregation using Analysis Service is powerful, but when syncronizing against the database, source data from the deleted SQL Server partition/file group is removed and aggregations in Analysis Service will be updated. Is there any possibility to avoid updating the data for certain partitions and lock the data in partitions in Analysis Service ...Show All

  • Visual C++ How do I get an Environment Variable?

      I have 35 years of experience. I have mostly avoided the C world. when I've had to write in it, I've done OK in VS6. VS2005 C++ is so cantankerous. I'm writing a program that must run standalone  so it's very lean and doesn't rely on high level code. I am in need of a routine that returns the value of the %windir% environment variable in string format. My project is set for a unicode build. Thank you Hi Renee, Umm, if we're talking about C#, maybe it is possible to use: System.Environment.GetEnvironmentVariable("windir") Which'll return a string with the value of the env variable in t ...Show All

  • Visual Studio Team System Install Problem

    Any ideas on solving this..... followed the instructions but getting this message after trying to create a new project. thanks. 04/15/2005 01:12:32.245 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://ls-svr-dn01:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0200268 seconds 04/15/2005 01:12:32.485 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0.2403216 seconds 04/15/2005 01:12:33.737 | Module: ELeadServiceMediator | Template Information for domain "ls-svr-dn01" retrieved from eLead web service | Completion time: 1.251675 seco ...Show All

  • Visual C++ arrow, delete and number keys don't respond.....

    Using VS2005 C++ beta 2 every now and then I can't use my delete, backspace, arrow keys or my side number pad while working in the VS enviornment.  I thought that I might have lost focus but the carret is still blinking where I was last at, and if I type the numbers or letters on my main keyboard then I can do things...  The worse is I can't delete.  At first I thought this was just in debug mode but it now started happening while just coding.  I can't tell you what I do to make it stop... usually I do build or do a rebuild or even shut down VS and reopen it. I had the same problem in 2003 but none of the above sug ...Show All

©2008 Software Development Network