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

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

CB83

Member List

Chad Mumford
DaleG177
ornorn2
Lee Edlefsen
Roberto Barrantes
treasacrowe
JVE_WA
e-an
Dave Hulpiau
wyx2000
Gareth Bezett
Rochak Agrawal
Christopher Varney
AsbjørnRygg
srinivasaraov
sri_t
Nadeem Hashmi
JFS
HomerJS
lvwrz
Only Title

CB83's Q&A profile

  • SQL Server how to create sql server 2005 instance(after uninstalling sql server express)

    I have uninsttaled sql server 2005 express then installed sql server 2005 developer edition.All things are installed and working fine like management studio,BOL,reporting services ,e.t.c. But there is no instance of sql server 2005.I can connect to sql server 2000 instance from management studio. I have check from all ways but there isn't any instance. Could I create a instance of sql server 2005 from some where if yes the how. You can also check my post at sqlteam forum http://www.sqlteam.com/forums/topic.asp TOPIC_ID=63600 No You need to go through installation again to install a new instance. For speed you can limit ...Show All

  • .NET Development XML signed with cert issued from Intermediate CA

    Hi, I'm working on signing and verifying XML files with X509 Certificates. The quesiton I have is around the structure that includes a Root CA, and Intermediate CA issued by the Root CA, and a code signing cert issued by the Intermediate CA. On the signing machine, I have all 3 installed. I can use the signedXML class and sign the XML using the X509IncludeOptions to include all certs to the chain inside the XML signature. On the verification machine, I only have the Root CA. From some experimentation, the SignedXml.CheckSignature() method only verifies the signature of the document and doesn't validate the certificate chain in the X ...Show All

  • SQL Server Cannot Open User Default Database (error 4064)

    Hi, SQL Server 2005 installed on my computer. i was trying to make a login page with VS.2005 pro. But i got some errors on Website Administration Tool. Whatsoever, i registered a database (aspnetdb) . Then, i think i made my default database to aspnetdb. Something went wrong and i decided to delete aspnetdb and start whole procces from the begining and i did it. AAANDD WHOOOLA. I got this error: Cannot Open User Default Database, Login Failed Microsoft SQL Server, Error 4064 Is there anyway to change my default database to "master" again Or simply will i uninstall all the sql server 2005 ( f you say uninstall, answer this:: Will be any pro ...Show All

  • SQL Server Linking Oracle Servers

    Has anyone successfully linked to a Linux Oracle server running 9i We are unable to get the link working.....have installed various drivers and still get connection refused. Any thoughts We have installed the client on the MS SQL server, installed Oracle OLE DB, etc. Still receive the error that we cannot initialize the MSDAORA. Not sure why. Using MS Access we are able to connect to the data via an ODBC connection (on the same box). However, we cannot use the ODBC to connect directly to the Oracle server (Oracle 9i on a Linux platform). Any other thoughts are appreciated. ...Show All

  • Visual Basic panel question

    im tring to remove controls from a panel Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim ctrl As Control For Each ctrl In Me .Panel1.Controls Me .Panel1.Controls.Remove(ctrl) Next ctrl End Sub this only removes half the controls. what am i missing Thanks, dan Not sure why, but you could always just say Me.Panel1.Controls.Clear(). Hope that helps, Jonathan Aneja The VB Team ...Show All

  • Visual Basic Newbie, very confused on how to open a free table created in VFP 7.0

    I'm using VS 2005. I've programmed in Foxpro since 2.0. I've read just about every manual and help screen I can get my hands on but still, I cannot get a table to open. What am I missing: Imports System.Data.OleDB Imports System.IO 'just to open the table, I'm using the Load method of a windows form Dim ConnectionString as String = "Provider=vfpOleDb.1; Data Source = [Network path]" Dim connection as OleDbConnection = New OleDbConnection(ConnectionString) Dim SelectCmd as String = "Select * from t_Analyst" Dim Command as OleDbCommand = New OleDbCommand(SelectCmd, Connection) Dim Reader as ...Show All

  • Visual C++ Error converting double to unsigned __int64

    I'm seeing a problem in converting a double to an unsigned __int64. If the double is greater than the maximum for a signed __int64, the conversion returns the wrong value. For example: { double d; unsigned __int64 num = 0xa000000000000000; printf("unsigned __int64 = %#I64x\n",num); d = (double)num; printf("To double = %e\n",d); num = (unsigned __int64)d; printf("From double = %#I64x\n\n",num); } Produces: unsigned __int64 = 0xa000000000000000 // Correct To double = 1.152922e+019 // Correct From double = 0x8000000000000000 // WRONG Is there a fix for th ...Show All

  • Windows Forms horizontal separator between MenuItem-s

    Hi,  I created (without the designer) a menu, and the items show nicely one below the other.  But I would like a horizontal separator something like   File       New       Open       --------       Exit I tried with properties like Break and BarBreak, but that is not what I want. There is a frequently used Windows standard, which inserts a separator line.  Should I try with an empty menu item (no text ) Andrew thanks for your well-meaning reply. But, as indicated earlier, I do not have ...Show All

  • Visual Studio Team System Unit Test and config files.

    Hi, I'm having a problem when running unit test to copy some configuration files to the unit test's binaries folder ("..\MySolutionDir\TestResults\idp2761_BERNIE_SERVER 2006-05-30 09_36_51\Out"). I've tried to do add the following commands to the post-build event: xcopy "$(SolutionDir)Config" "$(TargetDir)Config\" /R /Y /C /E or xcopy "$(SolutionDir)Config" "$(OutDir)Config\" /R /Y /C /E But none of them copied the files to the unit test's binaries folder. Thanks, Hi Bernie, if you open yout .testconfig file, which controls the execution of your test, you can fi ...Show All

  • Software Development for Windows Vista Delay Activity and ASP.NET

    I have a workflow that contains two HandleExternalEvent activities and a Delay activity all within a Listen activity. Obviously, when the Listen activity is hit, the workflow instance goes into an idle state. My intent is that if either event is not raised to the workflow within the specified timespan on the delay, an alternate path should be taken. The workflow never comes out of idle after the elapsed delay has passed. When I fire an event to the same workflow, the workflow instance is deserialized from the persistence store and starts up at the appropriate HandleExternalEvent activity without any problem. The workflow instance is hoste ...Show All

  • SQL Server Err while importing data containing value of date field is of yrs.1800

    hi Dear All How can i import data in SQL Server 2000 which contains the value of date field from 1800 yrs to till now eg. 15/12/1860, 10/10/1896, 10/10/2006 but if i change the year of date value to 19 then it's imported. anybody can help me please! Thanks in advance Rahman Are you trying to use a smalldatetime field to store the data ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/9bd1cc5b-227b-4032-95d6-7581ddcc9924.htm -Jamie ...Show All

  • Visual FoxPro Bug in VFP 9? Adding an object to an array with AddObject.

    We have this base class that basically implements a collection (I know there are collections in VFP, but we can't change this overnight). Part of the process is to add an object to an array. This code word flawlessly on VFP6 for years. this.ItemCount = this.ItemCount + 1 Dimension this.Item[this.ItemCount] Local cItemPlace cItemPlace = "Item[" + LTrim(Str(this.ItemCount)) + "]" this.AddObject(cItemPlace, this.ItemClassName, &tInitParameters) We are now preparing to upgrade our systems to VFP 9 and during the testing we get an "Object name is invalid" error on the line that adds the object. This error occurs very rare (maybe once ev ...Show All

  • Visual C++ AFT_EXT_CLASS Query (Urgent!)

    Hi, I am using a face tracking sdk which provides... libraryx.lib,libraryx.dll and libraryx.h in libraryx.h the contents include a c++ class defn which i need to instantiate to make use of the library. class AFT_EXT_CLASS libraryx{ // -- class defintion } Now how do I use it.... I have my main class (my_proj.cpp) which #includes the libraryx.h, I also have added stdafx.h and stdafx.cpp files in my project. (see end for both these definition) and included stdafx.h in my_proj.cpp. Also I have included libraryx.lib as an additional dependancy in the linker properties. And placed libraryx.dll in the same directory as the b ...Show All

  • .NET Development Servers, Pages and their controls and HTTPWebRequest.

    Recently I was asked how to push button on a web page control programmatically and I realized I didn’t know. For the last couple of weeks, I’ve been playing with HTTPWebRequest and getting the samples to work. That’s a wonderful class and it looks as if it exposes every possible thing that could be exposed, but I realized after all the code that I still don’t know how the pieces fit together.   I have a single XP node and I’ve set up IIS to run an old ASP page I wrote years ago. I know that there is an exchange of headers between a client and server and a series of GET’s and POST’s. But the simplicity stops there. For example if I ...Show All

  • Windows Forms Programmatically Clicking a Treenode

    I have an explorer-like application, with a basic Treeview and Listview.  When I click on a node in the treeview, it loads all items into the listview, including folders.  I'd like to be able to programmatically click a node in the treeview, based upon if a folder was double-clicked in the listview. Here's what I have so far: 'ListView DoubleClick Private Sub lstItems_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles lstItems.DoubleClick  Dim SelectedItem As ListViewItem = New ListViewItem       SelectedItem = lstItems.SelectedItems(0)       If Sele ...Show All

©2008 Software Development Network