Cesar Francisco's Q&A profile
Visual Studio Team System Error during setup
It seems I'm getting one error after another... my newest is the error 29112. -- Dialog -- Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more informat ...Show All
Visual Basic Getting my custome controls to show up in the toolbar
OK, I've got the following structure: Bungalow -label_matching (label control used for a "matching exercise") -form1 New Bungalow -frmExercise (will show the matching exercise) to get label_matching to show up in the ToolBox, it seems that I have to drag (with the sol exp) that control to New Bungalow proj. Then it shows up when I select "frmExercise" for design, in the "New Bungalow C ...Show All
Visual Studio any update?
Anyone got any ideas on this one joel ...Show All
SQL Server SSIS SCD Type I, Dim table Compound Key selection for Business Key
Hai, I have been working in DW for a while, but using SSIS as an ETL tool is new for me. I worked extensively on Informatica. Coming to my question, right now I am trying to do SCD type 1. But my dimension table has a compound key. i.e more than 1 column makes a key for the table. But SCD wizard allows to select only 1 attribute as a business key. Does any one have any suggestions on how to implement SCD if the target table has compound ke ...Show All
Visual C++ Autoscroll
How do I make my about box autoscroll Like have a picture to the left and then a rich text box where all of my text is but then start to autoscroll down I'm not exactly sure what you're asking, but you might try creating a textbox with a scroll bar, and setting a timer to send a scroll event every so often. ...Show All
Visual Basic Transparency and Background image (again)
Any body know if a resolution has been found to the inablility to use a background image and transparancy on a form My original problem was that I was using a background image on my form. I used the color RED for areas that I wanted to be transparent. When I set the background image, and tranparancy key to red, the red portions are not transparent. If i manualy color areas of the form red, thay are transparent. Anybody have any new updates on t ...Show All
Visual Basic Buying Visual Basic 2005
Am I able to buy just VB 2005 or do I have to buy the Visual Studio suite Thanks in advance! I just looked, again. I didn't see anything in the way of a Standard edition. There hasn't been a pro edition since VB6 (So I'm told) So basically the answer is no. But you can still get just VB by way of an express version. http://msdn.microsoft.com/vstudio/express/vb/ And it's free and downloadable. Ran ...Show All
Visual Studio Team System account administration
eyoo mates, maybe a stupid question but maybe i get a reply :-) well i am usin a testserver in our real domaine, cause of that i cannot create this 2 recommended domain admin accounts.... could it be enough to install with domainusers which have local admin rights or any other tip that i must not beg on my knees to get 2 domain admin accounts :-) massive greetings from austria Irie Michael 1. No.. it doesn't need to be installed on the do ...Show All
Visual C++ How to program with a tape driver through ASPI in MFC?
I have been looking for some supports for programing with ASPI in MFC for a long time, but still can find nothing. Or the documents were too difficult to understand without examples. I want to control a AIT SCSI tape driver, such as reading, writing and sending command. But how to do this Than just goolge for "ASPI interface" Note that there are no standard ASPI drivers in Window NT, 2000, XP and 2003. You always need to third pa ...Show All
Visual Studio Team System Looping
I have created a webtest. The business process is like .. 1. User Logs in 2. Selects one of the menu options. 3. Goes on adding master information (For ex: Goes on adding country - 1. Types a country name &nb ...Show All
SQL Server Transforming a "?" to NULL value
Hi SQL Champs! I have a flat file source where some data are an question mark ( ). Importing this to SQL serever, I want to exchange these ( ) with an NULL -value. How do I do this most easy in SSIS Do I need a another tmptable first, and then derived Many thaks kurlan Derived Column Transform and the conditional operator. The exact syntax will depend on what you your column is called, and the data type- [Column] == &quo ...Show All
Visual C++ arrow key held down
when i press and arrow key and then let go an event occurs (OnKeyUp) and my listbox moves up or down one. is there an event so that when i hold the arrow key down it scrolls fast through my listbox how would that be done maybe a timer to see how long i held the key down so instead of the OnKeyUp it should be OnKeyDown i am not sure how to capture how long i have held the key down and have it scroll while t ...Show All
Visual Studio Team System Findbugs
Has anyone done a comparison of FxCop against the java equivalent FindBugs It looks like FindBugs has some interesting tests for things like infinite recursion as an example. Nick As far as I'm aware, we've never actually done a comparision between the two. After looking through the list of issues though, there are quite a lot that are similar to what we already do, a few that are really only applicable to Java and few that we sh ...Show All
Visual Basic How can i use lpParameters in Shellexecute()?
Hello guys i am trying to write a program that executes a shell program like oracle Export, as you know for that kind of programs parameters is important, for example i have to do it with userid and Password also i want to change a password for example when a user typed my programs name in cmd and add userid and password and db_name, i want to change that password and send it to oracle i tried with shellexecute() but i couldnt use lpPa ...Show All
SQL Server authentication error after adding an article
Hi -- edited 26/02 to clarify the security model -- Using HTTPS merge replication The subscriber was able to get the snapshot ok, then synchronise fine However after adding an article to the publication and recreating the snapshot I get this error now at the subscriber Microsoft.SqlServer.Replication.ComErrorException (0x80004005): A failure occurred when accessing 'usp_misc_dailyTasks_3.sch' due to an operating system error [2='T ...Show All
