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

Software Development Network >> salah chebaro's Q&A profile

salah chebaro

Member List

Julian V
Vincent Hung
yazad_gandhi
shahram11
av_ster
Dwarf44
R Raghu
s12
cobain81
Whoisit
John Cogan
Zooz
Kevin Dente
kiplring
GuyFawkes
Surrendra
92869
PatrikC
Anand Raman - MSFT
Alan Z
Only Title

salah chebaro's Q&A profile

  • SQL Server Can not get notification after modifying ADF.xml?

    I reregister and restart my instances after modifying ADF.xml,but still have no any of notifications any idea about that Thanks After modifying your source xml documents, the ICF and ADF, you should update the instance (right click, Tasks, update in SSMS or NSControl update from the command line) to modify the instance. Check the output in either case to make sure the changes were successfully applied. If you've modified the SubscriptionClass, rather than altering the underlying subscription table, the update process renames the existing table and creates a new one. The new one is empty, without rows. You'll need to manually migrate the subscription data to the new table, taking into account the alt ...Show All

  • Visual Basic Parse Filesystemwatcher array to Addhandler

    I want to synchronise multiple folders between two servers/shares. The folder-structures are identical but the server name differs. For example: \\Server1\Share\Folder_a\Folder_b --> \\Server2\Share\Folder_a\Folder_b \\Server1\Share\Folder_c\Folder_d --> \\Server2\Share\Folder_c\Folder_d etc. I build a working watchfolder(i) array but how can I pass the array (i) to the addhandler. AddHandler Watchfolder(i).Renamed, AddressOf logrename. Here I lost the relation between de source (server1) and target(server2). Howto keep keep the relation between de Watchfolder(i) event and the logrename action. In the logrename procedure the files must be synced between de source (server1) and target (server2). Arian ...Show All

  • Visual C# Generics class and abstract class

    Hi, I'm currently converting a project to use generic classes. In the situation described below, I don't know whether I should keep an abstract class or not. Before using generic types, there're an AbstractElement class, and two derived classes - Element16 and Element32. There's a DataList class, which has an ArrayList to store AbstractElement object. Now I use a generic type Element<T>, where T can be uint or ushort, to replace Element16 and Element32. But I don't know how to modify the DataList class to use Element<T>. I don't want to make DataList a generic type, since the users of DataList don't know whether the Element objects in DataList are Element<ushort> or Element<uint>. Should I keep the Abstract ...Show All

  • Visual Studio Team System Click Once how to not use Certificate and PFK

    Hi , Im wanting to automate the publishing of one of our solutions. It state is requires a Certificate and PFK. I dont need one thru the IDE when I manually do a publish. How can I simulate that in the Build Type I tried by commenting out the SignFile Tasks, but that caused me problems when I tried to deploy it from the website, stating that the manifest was corrupt or missing keys. This is what I have in the Build Type proj file now: < MSBuild Condition = " '@(SolutionToBuild)'!='' " Projects = " $(SolutionRoot)\daily build\MARS_Platform\Tools\MarsServerAdmin\SysAdminTools.sln " Properties = " Configuration=%(ConfigurationToBuild.FlavorToBuild);Platform=%(ConfigurationToBuild.Platf ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Model not showing up in game

    Hi all: I'm playing around with the XNA Framework more and starting to make sense of things. I've run through the 3D tutorial and I can see the p1_wedge model just fine. Unfortunately, when I try to make my own model and bring it into the tutorial, I don't see anything. I have a texture for the model as well as the .x file itself that I created in trueSpace 6.6, and I've verified that it compiles ok in the project. I don't get any runtime errors either. Maybe I've missed something in the documentation... is there a scale of measurement I should be using Are there guidelines for creating 3D models for use in XNA I'd love for that to be in the docs. Anyway, I've uploaded a couple of files to my website for reference: http://www.spel ...Show All

  • SQL Server SQL Server 2005 service hung ... "Change Pending"

    Have an interesting situation. I have a NeverFail cluster on which I loaded SQL Server 2005 and SP1. All was great. Both nodes had no issues with the initial setup or the SP1 update. When I forced a failover to the inactive node, MOST of the services like SSIS, Full-Text and SQL Browser came up like a champ. BUT ... the SQL Server service and the SQL Agent did not come up (or shall I say not fully). I am now looking at the SQL Server Configuration Manager and I see the following for the SQL Server service: "Name" shows the RED block icon for the SQL Server "State" shows "Change pending ..." "Start Mode" is set to Manual "Log on as" has my domain account lis ...Show All

  • SQL Server Install Failed... help

    Folks: Cannot install SQL 2005 Express, I've done some searching but to no avail, I appreciate any help , I am administrator on this machine so I don't know why there would be a problem accessing a key... Here is the log info: Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Tue Oct 10 13:53:29 2006 Machine : VAIO Product : Microsoft SQL Server Setup Support Files (English) Product Version : 9.00.1399.06 Install : Failed Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0004_VAIO_Support.log Last Action : InstallFinalize Error String : Could not open key: HKEY_LOCAL_MACHINE\S ...Show All

  • .NET Development Save SQL dataset to Access database

    I have a dataset populated with data I've queried from a SQL Server database. I have an access database file with exactly the same tables as the SQL Server database. I know how to connect to the access DB, and create a data adapter, etc., but am unsure as to how to add the data from the dataset generated from SQL Server and save it into the access database. Do I have to loop through all of the rows from the SQL dataset and add the data to the access db one row at a time The ADO.NET 2.0 bulk copy just may be the ticket. My tables are identical between SQL and Access. I've done quite a bit of DTS package programming and if I have to write another package, I just might lose what little semblense of a mind th ...Show All

  • Visual Basic Adding Items to a ComboBox in a DataGridView

    I have a DataGridView. It has two columns (0, 1). Column 1 is a ComboBox Column. How do I add items to the comboboxes in that column. I cannot find a method anywhere that will do this. Thank you, Troy L ...Show All

  • Visual Basic “My” Name Space and Violation of OOP Concepts!

    I am an old VB programmer; I started using this powerful language since it was “4” years old! In my MSC program I have studied a complete Java course with its “new” O bject O riented P rogramming (OOP) capabilities. I faced no problems to “absorb” these new concepts; and in a short time I became a “deeply” Object Oriented Programmer. Unfortunately I found that Java lost a big efficiency of VB 6; this is, specially, true when Java runs in windows platform .VB 6, itself, misses a lot of Java OOP capabilities. I did not wait a very long time till the news began talking about VB.Net! When VB.net was first introduced in early 2002; I faced no problems becoming familiar with it; VB.net combines the powerfulness of VB 6 and the OOP “ ...Show All

  • Visual Studio Express Editions How??

    How can i generate those numbers Example: I create a textbox1 and i create a button1 And i want to show this numbers: 1234 and 123456 and 123456789 If you click button1 and button1 show this number in textbox1: This:1234, if you click again button1 show this: 123456 but if you click again button1 show this number: 123456789 how :: In Visual Basic 2005 Express Edition :: Please post the code ! Tall Dude wrote: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Static x As Integer = 0 Select Case x Case 0 : TextBox1.Text = "1234" Case 1 : TextBox1.Text = "123456" Case 2 : TextBox1.Text = &quo ...Show All

  • SQL Server SQL statement - Where not joined

    Help. I have a table with a composite key (two primary keys) that is a foreign key to another table. I need to select all records in the primary key table where there are no matches in the foreign key table... I have no idea how to do this.. Here is how to join the tables: Select A.Key1, A.Key2 From PrimaryKeyTable A, ForiegnKeyTable B Where A.Key1 = B.Key1 and A.Key2 = B.Key2 I need to query all records that do not join, so basically the inverse of this query. How do I do this Please let me know if this is in the wrong forum or you need any clarifcation. Just FYI, on a single Primary key column I would just simply do the following: Select A.Key From PrimaryTable A, ForiegnTable B Where A.Key not ...Show All

  • SQL Server Multiple SuccessValues for ExecuteProcess task?

    I have an execute process task to run Red-Gate's SqlDataCompare synchronization.  The normal exit code is 0 indicating successful synchronization.  However, if the tables are already identical and require no synchronization the process exit code is 63 and the task fails.  I do not want the task to fail if the tables are identical, but it seems I can only specify a single value in the task's SuccessValue property. I tried separating values with a comma, e.g. 0,63.  Any suggestions Thanks Donald.  I was avoiding having to force the result since I want the task to fail if the exit code is other than 0 or 63.  Do you think in a future version we might be able t ...Show All

  • SQL Server Installing SQL Server Express

    I am having a problem installing SQL Server Express 2005 from the command line in that it gets part way through and then stops - no message - just terminates. After much rooting around in log files and running a normal install I'm pretty sure that it is stopping because of a warning regarding "Minimum Hardware Requirements". The laptop I'm trying to install it on is a Samsung X05, Centrino 1.4, 1gb RAM and 60gb free disk space. I've tried it on another laptop (Sony with a higher spec.) and get exactly the same problem. As far as I can see the hardware spec is well above the recommended minumum so I'm at a loss as to what to try next to overcome the problem. If anyone has any suggestions then I'd be very grateful. ...Show All

  • Windows Forms using datagridview bound to BindingSource (which is in turn bound to a datasource). Need to refresh datagridview automatical

    Hi, I am using a custom DataGridView (only difference between standard DataGridView is DoubleBuffered property is set to true, to prevent flickering while grid gets updated with data). I have a thread running a delegate to Fill my DataSet (that the DataGridView is bound to via a BindingSource). I have the following issues: The DataGridView needs to be updated each time there is a change to teh database table in the SQL DB. I have used DataSet designer to create my dataset, etc. Binding has worked well so far except for the following UI issues: 1. UI is frozen even though another thread is doing the work of FIll on the custom DataAdapter for my dataset.This happens very frequently. 2. Scrollbars are forced to the top each time. ...Show All

©2008 Software Development Network