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

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

NoobestNoob

Member List

Tryin2Bgood
Umesh.Gandhi
Jigar acharya
litewoheat
Samuel Martins
Michael Dawson
Latso
hiphop_fc
Seefer
Rocco Mastrangelo
CIAndrew
Silaros
Georg Wächter
Kunal Sharma
Gordon Henriksen
Mr Pilley
J. Clark
m_meuse19
Amy__
sqlguy12
Only Title

NoobestNoob's Q&A profile

  • SQL Server MCTS Documents

    Hi, Anyone please do tell me where i can find documents to prepare for MCTS ( SQL SERVER 2005 ) Thanks in advance. If you're trying to learn SQL, a great start is to install the evaluation version and play around with the tools, product, etc. If you're looking for specific books or sights, someone else may be able to suggest a few. Let us know a few more details and we can fill in the gaps. Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio Team System what is the difference between the vb.net and C# while compiling the the property.

    Hello ,everyone! we can create a property by C# or vb.net C#: public string name{ get{ } set{ } } VB.net public Property name() as string Get End Get Set End Set end property Now I want to say my problem, I have custom a rule the fine a class's property. when I compile the above two property into dll. I use the custom rule to test the C#'s property, It work well. But when I use the custom rule to test the VB.net's property, It doesn't work, because the rule regard class's property to class's variable. why this happen please tell me that How I do to resolve the problem. Best regards. ...Show All

  • SQL Server Error while importing Text file using Import Export Wizard

    Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare for Execute (Success) - Pre-execute (Success) Messages Information 0x402090dc: Data Flow Task: The processing of file "C:\Documents and Settings\Wail\Desktop\All_Alarm5.txt" has started. (SQL Server Import and Export Wizard) - Executing (Error) Messages Error 0xc02020a1: Data Flow Ta ...Show All

  • Visual Studio How to know if OnShapeInserted was initiated by a loading process or by a user action?

    Hi everybody: I would like to know if it is possible to know if it was the user how inserted the shape or it was a programmatic event (like loading the model) when overriding OnShapeInserted. The final goal is to open a Window to ask some properties to the user to initialize the Shape/DomainElement but only when the user is doing it for the first time. As a semi-workaround, I am firing this window if the setting are empty. But this is not exactly the same behaviour (the loading model could be incomplete). The ideal solution should be to detect such case. By the way, OnCreated (Shape) was removed, wasn’t it Looking for other methods to override in Shape I only found OnShapeInserted as a good candidate for interception. I found references ...Show All

  • Windows Forms Visibility + TabStop

    Hi, I got some controls on a Form which I hide if they are not necessary. If they are depends on the input in other controls, so they might just appear by change of the Visible flag. validation of the input and the change of the visible flag is done on validation of a control. The problem is now that if somebody navigates through the controls with the Tab key, the new controls are ignored the first time. Example: - Form1 with TextBoxes textBox1, textBox2 and textBox3 - Tab order is textBox1, textBox2 and textBox3 - textBox2 is not visible. - event handler for textBox1.Validating contains: textBox.Visible = true; If you navigate now from textBox1 by pressing the Tab key, textBox2 appears, but the cursors jump to textBox3. If you conti ...Show All

  • SQL Server Missing Data Sources (providers) from Import Wizard

    I have installed SQL Server 2005 Standard Edition, and I am trying to use the Import Wizard to bring in an Access database. Upon the opening of the wizard, I am presented with a drop down combo box with very few choices. I am trying to add more data sources (Access, Excel), but do not know how this list gets populated. I have MS Office 2003 installed (re-installed) and re-installed the SQL component piece that contains the data sources. I even re-installed the entire SQL Server 2005 hoping this would recognize my ODBC drivers. I have checked my ODBC drivers list and Access is included. I am running XP Prof on a fairly new laptop (I met the requirements for the SQL 2005 install). I have talked to two DBA's and I have run out of ideas as ...Show All

  • Visual Studio Recent Projects not working in builder

    I realize this is not high priority but the Recent Projects is not working in the builder. this would be really nice to have. Again, it's working fine for me. It's using the built-in user setting stuff (Settings.Default). It also calls Settings.Default.Save() in the form closing event so changes to the list are saved. Eric ...Show All

  • Visual C# How to Exract SQL minute data to houly data in C#?

    Hi I have a SQL table that has data filled with million records and the date is in minutes it looks like :- RowDateTime Meter 1 Meter 2 Meter 3 25/05/2006 02:49:00 1220 450 489 25/05/2006 02:50:00 1223 470 500 25/05/2006 02:51:00 1227 490 511 25/05/2006 02:52:00 1230 510 522 25/05/2006 02:53:00 1233.5 530 533 25/05/2006 02:54:00 1236.9 550 544 25/05/2006 02:55:00 1240.3 570 555 25/05/2006 02:56:00 1243.7 590 566 I want to make a C# code or SQL query to the above table and convert the data to houlry by summing Meter1,Meter 2 and Meter 3 to be the average. I want to import al ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find resources or samples to configure a client and service properly?

    Here is what I've done: 1. I created a service using VS. 2. The service endpoint is configured to communicate using wsHttpBinding 3. The service is hosted in a windows service 3. Created a client 4. Added the service reference using VS 5. After testing, both service and client work fine on the same machine 6. Move the service to a remote machine (out of LAN) 7. Added a service reference to that endpoint at the remote machine in the client application 8. The client is not able to connect to the service, however, I was able to get the test page and wsdl. What am I doing wrong I believe this post answers your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=109 ...Show All

  • Visual C++ Adding a feature to CPP

    Hello, I want to add a feature to CPP, which already have a realtive feature in CPP. It is similar to the Dtr. Every class have a default Dtr, the default Dtr calls all the Dtr of its sub members, but also you can write your own Dtr for each class specifically. What I want is to add a recursive method, called Recur. Every class will have a default Recur method which will simply call all the Recur methods of its sub members. It will be possible to write your own Recur method for each class specifically. However, I do not want Recur to be invokes when the class exits its scope like in Dtr. How do I do this Thanks in advance. It has a different purpose. If I knew how to ...Show All

  • Visual Studio Unable to Debug using VS 2005/Remote Debugger 2005

    Hi There, I have created a small simple ASP.NET application on my development machine. Using VMWare with Windows Server 2003 on my remote machine I have deployed the application and it is running fine. I have installed Remote Debugger 2005 on my VMWare machine and started it successfully. Within VS 2005 on my development machine I have attached the processes " w3wp.exe" and set the breakpoints. The remote debugger console has displayed a message to inform me that I have connected However the problem is within VS 2005 at the breakpoint it states that the breakpoint will not be hit as no symbols have been loaded. Any suggestions Gary Gary, Please check out the FAQ at ...Show All

  • .NET Development Apostrophe in email address - Help NEEDED -- URGENT

    We are unable to send emails to certain people having Apostrophe in their email addresses. Please help. Platform: Exchange server 2003 VS 2005 / Framework 2.0 Thanks I don't have the slightest idea what any of that meant, but one of my clients is reporting that they also are unable to send emails to a contact outside the company who has an apostrophe in his email address. They are on Exchange 2003. ...Show All

  • Visual Studio Team System TFS Full-Text Catalogs

    Hi, Just wondering if this is the best place to get help on some broken full-text catalogs, namely: ix_STS_TFS01_1 (in STS_Content_TFS) and TeamFoundationServer10FullTextCatalog (in TfsWorkItemTracking). Both were pointing to the wrong location before upgrade from RC to RTM, I have now fixed that problem (by doing the following: alter database sts_content_tfs modify file ( name = sysft_ix_STS_TFS01_1 , filename = 'D:\data\MSSQL.1\MSSQL\FTData\ix_STS_Content_TFS' ) alter database TfsWorkItemTracking modify file ( name = sysft_TeamFoundationServer10FullTextCatalog , filename = 'D:\data\MSSQL.1\MSSQL\FTData\TeamFoundationServer10FullTextCatalog' ) But ... when I try to rebuild the catalog ...Show All

  • Visual Studio Can I make two DSL models interact ?

      1. I want to create Relational model  DSL and Object model DSL, and I want that Relational model produced code dependent from object model. Can I do it if possible - Please point to some related sources. ___________________ 2. I want to create visual relationshop between two models, can I do it To place DSL' on two Winforms panels and draw connecting graphics around them   Or can I add visual artifacts to generated DSL deisgner this way as for team designers: picture: http://msdn.microsoft.com/library/en-us/dnbda/html/softwarefactwo_fig4thumb.gif from: http://msdn.microsoft.com/vstudio/teamsystem/workshop/sf/default.aspx pull=/library/en-us/dnbda/html/softwarefactwo.asp#softwarefactwo_topic6 _____ ...Show All

  • Visual Studio Express Editions Hello, I need some information on how to clear IE explorer history for versions 6 and 7 and Temporary Internet Files

    I am writing a troubleshooting application and I need some information or code snippets on how to delete the urls out of the history folder and temporary internet file folder using Visual Basic version 6 and express edition version. We are currently using Version 6 to write our application. .Net: Dim FilesToDelete () As String = IO . Directory . GetFiles ( Environment . SpecialFolder . History ) For Each s As String In FilesToDelete IO . File . Delete ( s ) Next For VB6 questions please see the following for more help: Useful Links Visual Basic 6.0 on MSDN Library Visual Basic 6.0 Help and Support Visual Basic 6 Support on Windows Vista VB 6 Service Pack 6 Micros ...Show All

©2008 Software Development Network