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

Software Development Network >> Judy-H's Q&A profile

Judy-H

Member List

-ruBBerRFly-
ReneeC
Sameep
Marcin Książek
kawing0510
Inferno986
ShAdeVampirE
Paul Verrone
Rahul Garg
Forgon
Lightness1024
Lovericky
Roger Jennings
jsad923f
ZopoStyle
Jason Stangroome
Edward Estrada
Michael_317
Jamie Thomson
pugs
Only Title

Judy-H's Q&A profile

  • SQL Server Incremental Processing does not work with WHERE clause

    I am trying to get incremental processing of a cube to work. Full processing works, but as soon as I add a WHERE clause, the query never seems to return any data during the processing no matter what options I choose. I run the exactly the same query directly against my database and I get ~ 30 million rows. I also tried pre-processing the affect dimension, (a date dimension) and still no incremental processing. I also get this beviour when I specify a where clause in any of my Named Queries. This is against an Oracle 10g Data Source. Is this a bug or am I missing something Ran the batch process XMLA as a query and got the following result: < return xmlns = " urn:schemas-microsoft-c ...Show All

  • .NET Development DotNetFX3 Install Failing

    [11/10/06,11:30:12] Microsoft .NET Framework 2.0: [2] Error: Installation failed for component Microsoft .NET Framework 2.0. MSI returned error code 1603 [11/10/06,11:30:36] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0 is not installed. [11/10/06,11:30:37] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 was not attempted to be installed. Any suggestions Davy Hi everyone, A quick update here - I received log files from this scenario. There are several errors in the .NET Framework 2.0 verbose MSI log file (%temp%\dd_netfx20msi*.txt) that look like the following: Error 25015.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.Vsa.dll ...Show All

  • Visual Studio Sandcastle and VB.Net 2005 Comments

    Sandcastle builds the help file for VB.Net 2005 applications but seems to remove any comments added to the code.  Does Sandcastle only support /// and not ''' comment lines So the ouput CHM file page looks like this now: Reference Library DisplayMessage Method Namespaces > testVBHelp > Class1 > DisplayMessage(String) C# Visual Basic Displays the message. Syntax C# Visual Basic Managed C++ public bool DisplayMessage ( string strText ) Public Function DisplayMessage ( _ strText As String _ ) As Boolean public : bool DisplayMessage ( String ^ strText ) Parameter ...Show All

  • Visual C# Multi-threading and updating User Interface

    I have a method that performs some very length execution and i dont wait it to freeze the user interface so i am executing that method in a separate thread. Thread worker = new Thread(new ThreadStart(DoSomething)); worker.Start(); Now this all works just the way i want, but i understand that a thread should not update things that are owned by other threads, in this situation, the worker thread should not update UI elements in the user interface. I need to do things like enable/disable buttons, change mouse cursor, report progress etc. Does the thread have any events like a ThreadComplete event so that i can update the UI to reflect the thread is done SvenC wrote: Hi, you have to check repeatedl ...Show All

  • SQL Server 70-431 (MCTS - SQL 2005)

    Hi, Somebody can speak (tips) about exam 70-431 Tips Amount Questions Time ....   Hello everyone, I would like to let you all know and be aware of the fact that microsoft has changed its exam pattern for 070-431 be very carefull as microsoft has changed the exam pattern and due to which i failed the exam today. Its now based on simulations questions which comes after the multiple choice questions i got 15 simulations separately apart from 35 multi choice questions along with exibits. I wasnt aware of this fact and it wasnt mentioned anywhere about simulations questions I think no one knows about it I am the first to face this type of exam.. The exams comes up with 2 sections the firs ...Show All

  • Visual Studio Problem building

    I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now.  Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build the solution after just opening it in VS.  But all subsequent build attempts fail with this same error.  If I exit VS and reopen the project then I can again build one time and all subsequent attempts fail with the same error.  Using SysInternal's Handle program, I was ...Show All

  • .NET Development TCP Server

    I have To create a TCPServer application where my server waits for clients connections. Clients are POS terminals. I get a network stream of data where I first have to check 1st byte of data and look for a STX - Hex(2) in it. And if it exists then keep reading the stream untill i get an ETX - Hex(3) . I have to then process the stream inbetween ETX and STX and send back some response. How do i keep reading without knowing the amount of data being sent..In other words how to i Redim bytes( ) and how to loop Dim bytes(1) As Byte Dim sbytes(0) As Byte Dim ebytes(0) As Byte socket.Receive(bytes) sbytes(0) = Hex(2) ebytes(0) = Hex(3) receiveddata = Encoding.ASCII.GetString(bytes) If receiveddata.Contains(Enc ...Show All

  • Visual Studio 2008 (Pre-release) this.Invoke dosn't work in 3.0 (Is Invoke Supported) Help Please

    Ok,i'm woundering why the msdn articles say invoke is supported in .NET 3.0 Framework but dosnt work at all..Even when i put in System.Windows.Forms.dll as a Reference & use " using System.Windows.Forms; " in my .cs file.. Why it tells me Window1 does not contain a definition for 'Invoke" (Error 1 'iSCS.Window1' does not contain a definition for 'Invoke' ) Run my code in .NET 2.0 on a Form and it works fine flawless, than the msdn articles say Invoke is supported for .NET 3.0 Framework.So if System.Windows; can use "Invoke" someone tell me how cause its not working even with .NET 2.0 Form Reference.. Can i get some help on this issue public void ReceiveMessage( IAsyncResult ar) { try { ...Show All

  • Visual Studio Team System Development Project Plan not picking up all information

    When I open the Development Project Plan and load all the work items, the start dates and end dates are not loaded. Which may or may not lead to that the blue bars on the right are not shown. Why isn't Microsoft Project picking up the start dates and end dates /Chris < Mapping WorkItemTrackingFieldReferenceName =" Microsoft.VSTS.Scheduling.StartDate " ProjectField =" pjTaskStart " PublishOnly =" false " /> < Mapping WorkItemTrackingFieldReferenceName =" Microsoft.VSTS.Scheduling.FinishDate " ProjectField =" pjTaskFinish " PublishOnly =" false " /> \Change the mapping ...Show All

  • Visual Studio Team System Problem with New Database Deployment

    I am trying to deploy a database that was built through VSTS DBPro (I am still on CTP7) and it errors when it tries to set the database name variable. Can anyone offer any insight The first few lines of code: SET ARITHABORT , CONCAT_NULL_YIELDS_NULL , ANSI_NULLS , ANSI_PADDING , ANSI_WARNINGS , QUOTED_IDENTIFIER ON SET NUMERIC_ROUNDABORT OFF GO :setvar databasename "ERSP" USE [master] GO :on error exit Which throws the error: Msg 102, Level 15, State 1, Line 4 Incorrect syntax near ':'. Msg 102, Level 15, State 1, Line 2 Incorrect syntax near ':'. Msg 50000, Level 16, State 127, Line 5 The database name in the build script $(databasename) does not match the ...Show All

  • SQL Server Incorrect syntax near 'nvarchar'

    When I try to insert data in sql server 2000 database with a formview. I got this error: Line 1: Incorrect syntax near 'nvarchar'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near 'nvarchar'. The insert statement is right and works manuallly. INSERT INTO REUNIOES(DATA_P1, DATA_P2, [MIG/SIR], FRENTE, LIDER, ATIVIDADE, DATA_PLANEJADO, DATA_CONCLUSAO, DATA_REPLANEJAMENTO, STATUS, EQUIPE) VALUES (@DATA_P1, @DATA_P2, @MIG, @FRENTE, @LIDER, @ATIVIDADE, @DATA_PLANEJADO, @DATA_CONCLUSAO, @DATA_REPL ...Show All

  • Visual Studio Team System After import not verything is under source control.

    Due to the errors I got from the "Internal inconsistency problem" I recreated the project. As my peer coder is not able to built the project, I saw that VS left some files out and did not put them under source control, bringing the errors at my peer that some objects are not available and therefore bringing up many validation error because of constraint relations etc. This seems to be imrpovable :-) -Jens. --- http://www.slqserver2005.de --- No, I don’t think that there is something special about these files. I will have a look if I am at the office, but these is just a versioning database with an active schema (dbo) and a historization schema (Archive). --- http://www.sqlserver2005.de --- ...Show All

  • Windows Forms help needed in showing the pop-up window

    hi, i like to show the pop-window in my application while the main window is minimized. If the main application window or dorm is in minimized state, how can i show the pop-up or child window ...Show All

  • SQL Server No Services in Configuration Manager

    Hi I installed sql server 2005 (final) in our company. I can connect to databases in other systems in network (lan), So when we tried to connect local system it failed. For solving the problem I went to sql server configuration manager, but there was no services in "sql server 2005 services" root, like I saw in sql server express : 1- Sql Server (MSSQLSREVER) 2- Sql Server Browser How can i add or enable them and Am I in true way to connecting local system Let's remind that in "Sql Server Surface Area" I got this error message : "No sql server 2005 components installed or your not system administrator", so How can i install components Thanks. If ther ...Show All

  • .NET Development how to create tabs in a web page using java or vb scripts

    can anyone tell me how to create tabbed browsing just like wht microsoft  has done so tht there is no need to open another page and things can be seen in the main page itself every help will be most welcomed...plzz help me help me understand the code too......i m working on it from weeks but no result hope someone will surely help me out with this i m using Visual Web Developer to create javascript. plz reply please please please please please Hi, I recommed you to take a look at ASP.NET Ajax Control Toolkit ( http://ajax.asp.net/toolkit/default.aspx tabid=47 ) It provides a tab control that will help you. Apart from that, posting in http://forums.asp.net yo ...Show All

©2008 Software Development Network