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

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

vish2007

Member List

Heng-yi Liu
Chrisull
Kevin Rodgers
Moridi
Coroebus
Kapalic
cisco0407
lingga
Kamii47
Sergio Ortiz
qkhader
Jassim Rahma
Sheng1983
kin2
rasterizer
JimT Utah
Asif Hameed
Al Christoph
molemenacer
Jonny Neil
Only Title

vish2007's Q&A profile

  • .NET Development FTPWebRequest Remote certificate invalid

    Hi. I'm new to FTP. I want to implement a synchronous upload to an FTP server that requires SSL. I have used the FTPWebRequest example and have set the EnableSSL property to true.I have set the method to use as Upload. By the way, I'm using the example from the MSDN website for Uploading files to FTP server. I just added the EnableSSL = true line to it. Unfortunately, I'm getting this error: "The Remote Certificate is invalid according to the validation procedure." I couldn't find any blog or forum that addressed my problem. I hope I get an answer to this...I've been pouring over this for some time. There really isn't that much documentation about FTPWebRequest. This has been answered before. For ...Show All

  • .NET Development About ListView in .net 2.0

    There is a bug of the ListView control in displaying colored list items. If the items can not be displayed in the ListView window, background color of those items out of the window will be lost some times. Are you stating a fact or asking for help If you want to confirm the problem you are seeing then please post some code so that we can try and replicate the problem. Thanks. Michael Taylor - 7/28/06 ...Show All

  • Visual Basic WebBrowser control and scrollbars

    In a VS2005 dot net application, I have a web browser control on a form, scrollbars are enabled. During the operation of the program, I send various messages to this control for display. After placing the message into the control, I then do a ".ScrollTo" so that the latest information appears at the bottom of the form. Great idea in theory... but if the client is trying to scroll back and see something, and a new message comes in, they get forced back down to the bottom of the list. What would be the proper way to determine if the client is using the scrollbar to move the information in their display I can then prevent the "scroll to" side from happening. Thanks ever so much, and I hope this post is in the rig ...Show All

  • Visual Studio Windows Update Help!!!

    I don't know if this is the right forum for my issue (if not, please direct me to the right place) I'm attemting to complete the steps required to install SP 2 on my computer and I can't seem to get my windows update to install certain updates. Once I try to install the updates ( when installing: Security Update for Microsoft.NET Framework, Version 1.1 Service Pack 1 KB886903) it gives me the following errors: 1.) SL81.tmp ( Common Languge Runtime Debugging Services) - Application has generated an exception that could not be handled. Process id:=0xf60 (3936), Thread ID=0xc78 (3192) 2.) SL164.tmp (No Debugger Found) - Registered JIT Debugger is not available. An attempt to launch a JIT debugger with the following command result ...Show All

  • SQL Server Need infos regarding install of SQL Express 2005 SP1

    Hi, A little technical question. If I want to install SQL Express 2005 SP1, do I have to uninstall current version first Thanks in advance, Stephane Hi again,   I just finished install VS 2005 Sp1.  Quite long, especially the section where it was evaluating the pre-requisites, but everything completed without error.  It detected the appropriate version of VS2005 I was using.  Now I'm ready to apply SP1 to SQL Server Express 2005.  Before going on, I really need to clarify those things.   Considering the fact that the version of SQL Server Express 2005 actually present on my system is the one I originally installed from VS2005 Standard disks, what is the a ...Show All

  • Software Development for Windows Vista How to handle instance state of old version workflow?

    Hi, every one. We are trying to use state workflow to handle our sales order process. We create a new instance of the workflow for each new order as the new order is created.  As order is approved/shipping/closed, workflow instance handle it’s state. This works perfect. But when user changes the workflow definition, the old instance cannot load! Firstly we consider about keeping all version of workflow class in one assembly  But this will lead the workflow definition assembly growing large forever. Because usually a sales order need several month to be processed and user need change the workflow frequently. So there will be a lots of old version instance stay in our database. ...Show All

  • Software Development for Windows Vista Workflow instance replication

    I have a scenario that I'm not sure whether WWF was designed to support, or if it pushes the limits of what's possible. I would like to be able to start a workflow instance associated with a work item on one server in organization A, send the work item to another server in org B with the passivated workflow attached, allow org B's server to continue executing the workflow and replicating changes to the workflow's state back to org A. The work item may bounce back and forth between server A and B. Only the currently "owning" server is allowed to execute the replicated workflow. Everyone else is only allowed to view its state. There are actually an unlimited number of servers that may participate in this synchronization/repli ...Show All

  • SQL Server SQL 2005 Developer edition fails with fatal error

    Hi, I created one Installation file with below settings [Options] USERNAME=Developer COMPANYNAME=Worldspan INSTALLSQLDIR="C:\SQL Server\" INSTALLSQLSHAREDDIR="C:\SQL Server\" INSTALLSQLDATADIR="C:\SQL Server\" INSTALLASDATADIR="C:\SQL Server\" ADDLOCAL=SQL_Engine,SQL_Data_Files,SQL_FullText,Notification_Services,NS_Engine,NS_Client,SQL_DTS,Client_Components,Connectivity,SQL_Tools90,Tools_Legacy,SQL_Documentation,SQL_BooksOnline,SQL_AdventureWorksSamples,SQL_Samples SAMPLEDATABASESERVER=".\LOCALDEV2005" INSTANCENAME=LOCALDEV2005 SQLBROWSERACCOUNT="NT AUTHORITY\SYSTEM" SQLACCOUNT="NT AUTHORITY\SYSTEM" AGTACCOUNT="NT AUTHORITY\SYSTEM" SQLBROWSERAUTOSTART=1 S ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bug? Using multiple techniques in a single fx file??

    As far as I can tell the Effect class allow you to do things like: effect.Techniques["MyTechnique"]; And it seems to work (because the technique returned does indeed have a name that matchs the request). However in multiple technique situations the name matches, but the shading seems wrong... I always seem to get the shaders used in the first technique in the file regardless. I've not verified this reproduces it, but basically what I'm saying is in the following situation Techniques["White"].Passes[0] will render black. Anyone else seen something similar Or am I being stupid somewhere float4 BlackPS() : COLOR0 { return 0; } float4 WhitePS() : COLOR0 { return 1; } technique Black ...Show All

  • Visual Studio Tools for Office How to search for GlobalAppointmentID?

    Hi All, How do I search for AppointmentItem using GlobalAppointmentID There's not much info in MSDN docs on that. How global this ID Is it unique accross of all Calendars in the Exchange or just inside of a particular Calendar Thx... Alex Hello, Sorry - the link to the contacts folder search sample is http://msdn2.microsoft.com/en-us/library/ms269001(VS.80).aspx . Cheers ...Show All

  • Visual Studio Express Editions Autocomplete Combobox

    I'd like to mimic Access's autocomplete combobox with the NotInList event. User can start typing and if the text exists it will appear... if it does not and user hits enter, an error messagebox "does not exist" is shown. Please can someone help direct me to a solution in C# interesting as I've just tried it and works as expected. Did the exact same as yours - be sure, I am sure you have, the code is the same as what I posted. I had 3 items in my combo box:   test testtie toastie   I typed "te" Then scrolled down (using the arrow key) to select testtie The text also changes in the combobox when you scroll down the combobox items Pressed ente ...Show All

  • Windows Forms DataGridView

    Hi all, I am new to using this control (datagridview), in fact I am new to VB.Net. I have created a datagrid view control that has a textbox (col1), a checkbox (col2) and a combobox(col3). How do I populate the grid My only issue is the combobox column. here's what I did. dim comboData as datagridviewcomboboxcell comboData.add("Data1") comboData.add("Data2") dim dgvData(2) as object dgvData(0) = "Data" dgvData(1) = TRUE dgvData(2) = combodata Datagridview1.rows.add(dgvdata) Is this wrong Because I am getting error for on the combobox.. Dim ComboboxColumn as new DataGridViewComboBoxColumn Dim TextboxColumn1 as new DataGridViewTextBoxColumn ...Show All

  • Visual Studio Express Editions My.Settings file location

    Hi. Is there an easy way to change the location of user config files without having to re-write the entire settings class and provider Reason: I'm the only user of my PC, and I do a lot of small samples that never make it to real life (at least, not on their own.) Usually when I'm done with the test/sample project it's deleted or at least never used again. Then I have several unused user configfiles floating around in the Application Data folders. What I would like was, to be able to save the config files in the bin folder, so if I choose to delete a solution, the config files are deleted as well. I have no need for individual user files. Just one. The Application Settings would be ideal, except that they are read-only. Is ther ...Show All

  • Visual Studio 2008 (Pre-release) Composite GoF pattern

    Hello! Can't you show how to make the Composite GoF design pattern using TPH: table-per hierarchy Particularly I obviously think of the three XML files needed! Best regards, Henrik Dahl * TeamMembers comes from the Navigation Property defined in the CSDL - I have modified the CSDL above to include the navigation property * The association is between TeamComponent and TeamComponent - we currently do not allow associations just between subtypes of the entity set, i.e., here you want a relationship between Team and TeamComponent. The ADO.NET vNext stack does not support that for now - we may add it in the future. ...Show All

  • SQL Server SQL2005 cluster setup failed due to task scheduler and native client

    Hi all, I am trying to setup the cluster SQL server, say ServerA and ServerB. While I start the setup in ServerA, it prompts, 'Setup failed to start on the remote machine. Check the Task scheduler event log on the remote machine.' But I found that there is no remote logon to both nodes and the service task scheduler is running in both node. On the other hand, I try to install the SQL via ServerB, it prompts for valid Native client package 'sqlncli.msi' and caused the setup failed finally. However, the Native client was setup successfully as a prerequisite once starting the setup. Any advise Thanks in advance!! http://msdn2.microsoft.com/en-gb/library/ms180849.aspx Check it out! :) Ron Sexton ...Show All

©2008 Software Development Network