Zhao_Gil's Q&A profile
SQL Server What events trigger the MDX scripts to execute?
In ssas2005 what events cause the MDX Scripts to execute Mosha has a good article on what happens during OLAP processing. http://www.mosha.com/msolap/articles/cubeinit.htm ...Show All
Visual Studio Team System Strange Error - TF53005 Unable to retrieve the Team Foundation Server installed UI culture
I am at a loss as to what to do to fix this error in the event log. Has anyone seen this I seem to find no real search results on it either. Any help would be appreciated. TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 7/13/2006 7:56:08 PM Machine: SPOBMIBO01 Application Domain: /LM/W3SVC/3/Root/services-1-127972941651875000 Assembly: Microsoft.TeamFoundation.Server, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 1544 Thread Id: 3544 Account name: domain/username & ...Show All
Visual Basic What Language to Use
I was wondering if you guys could give me your advice on something. I want to create a few applications for Windows (maybe even add some special Vista only things). Problem is I'm not sure where to start with Windows development. The only applications with GUIs that I've ever created involved Java (3 years experience), C, and a bunch of web based languages. When it comes to Microsoft Windows I'm not sure where to start. I'm more than willing to learn a new language to develop Microsoft apps, just not sure which is the best one. Any suggestions Thanks, **I do have a full (legal) copy of Visual Studio 2005 && 2003 Mark The Archer Evans wrote: "everyone says that people who star ...Show All
SharePoint Products and Technologies Error when opening designer view in VS2005
I'm having a hard time trying to create a custom workflow for Sharepoint Server 2007 using Visual Studio 2005. I've installed the Sharepoint Server SDK as well as Visual Studio Extensions for Windows Workflow Foundation. When I create a new Sharepoint Sequential Workflow project, first problem I get is that the references to the Sharepoint DLL are not ok (exclamation marks in reference branch). So I copy those DLL files from my sharepoint server (I'm developping on a separate xp station) to my station and redo the references to the project. Then I'm able to build the project without problem. However, when I try to open the Designer view, I get the following error : Could not load file or assembly 'Microsoft.SharePoint.WorkflowAc ...Show All
Software Development for Windows Vista Facing problem in STS sample
as I am trying to run the STS sample I already created selfissued card now when i am trying to use this card after importing it to cardspace with the same sample.htm(fabricam site) it didn't work even Securetokenserver is running. I got message that "Unable to retrieve the information from ur managed card provider or you provide some wrong credentials." Ok, I found the solution, this was already solved, here are some links : http://blogs.msdn.com/sajay/archive/2006/11/09/intalling-and-running-your-sts-for-cardspace.aspx http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=659284&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=653995&SiteID=1 ...Show All
Windows Forms Making a scrollable panel scroll with mousewheel just by hovering mouse
Hi, I have a particular problem with a possible solution and I am interested in hearing peoples opinions if it is the right way to go about it (or not ) Some applications I have come across, such as Firefox, will allow the user to scroll the document window just by hovering the mouse over the display area and using the mouse wheel. You don't have to focus / select the display area first. With Firefox, the address bar can have the focus and the keyboard input but you can still scroll the document. Contrasting with IE and Visual Studio, you have to click into the document area before it responds to mouse wheel messages. In my winforms app, I have a tab control with several scrollable tabpages as well as scrollable panels in ...Show All
Visual C# Question about Windows Services ??
I don't know if this question belongs here, its more of conceptual question. What is the use of Windows Services I have a business layer and a data layer which has to somehow run with that service and have a client application that will call that and do some functions. How can I accomplish this task Any examples or tutorials, highly appreciated. Thanks, Harsimrat Hi, I have written a blog entry about windows services you might find interesting:- http://blog.the-dargans.co.uk/2007/01/windows-services.html I mainly use windows services on servers where a user interface would make little sense. You usually use them to check for something occurring/a trigger like a file added somewh ...Show All
SQL Server change visibility with fixed header
I have a report, with a table, that has a fixed header. I have two detail rows in the table, one is hidden by default. When I click on the textbox to make a table row visible, the report refreshes, and everything shows up correctly, however the report data is under the fixed header. I have to scroll down, then back up to see the data. Is there some way to fix this behavior ...Show All
SQL Server "cannot get string literals from the database connection" error
I'm using SQLServer (2005) Management Studio to import an OLE DB database using my custom OLE DB provider. This import step has worked in prior releases of SQLServer, but not in 2005. After looking at an OLE DB trace log, it looks like SQLServer 2005 is calling an IDBInfo method (either GetLiteralInfo or GetKeywords) and generated the "cannot get string literals" error message when it sees that the method is not implemented in my provider. Both of these methods are optional in the spec, btw. 1: Is IDBInfo required to be implemented in custom OLE DB providers in order to import a database in SQLServer 2005 2: If so, which IDBInfo methods need to be implemented 3: Assuming GetLiteralInfo needs to b ...Show All
SQL Server Variables in Script Task
I recieve the below error when I attempt to execute a Script Component in a Data Flow Task: The collection of variables locked for read and write access is not available outside of PostExecute. This is the code I used: Imports System Imports System.Data Imports System.Math Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper Imports Microsoft.SqlServer.Dts.Runtime.Wrapper Public Class ScriptMain Inherits UserComponent Public Overrides Sub Input0_ProcessInputRow( ByVal Row As Input0Buffer) Output0Buffer.AddRow() Output0Buffer.BillerId = CType (ReadWriteVariables( "CustId" ).Value, Int32) Output0Buffer.UserAccount = CType (Row.Column0, String ) Output0Buffer.UserS ...Show All
SQL Server "Could not open SQLEVN70.RLL"
"Your SQL Server installation is eigher corrupt or has been tampered with (could not open SQLEVN70.rll). Please uninstall then re-run Setup to correct this problem." What do I do It says to uninstall/reinstall, but what DO I install I need a step-by-step procedure to follow to get rid of this. How did you fix it - I have the same problem. I am running af XP pro. Tanx /Stengaard ...Show All
Windows Forms How-To control minimize effect when the window goes to the tray ??
Hi for all Please , I have the following situation and want any solution So , when we close the application window and minimizes it to the system tray The Window minimizes to the left and the tray icon appears on the right How I can control this minimize effect and make it like for example Windows Live Messenger , when it closes from the X button on the right up it make you feel that the entire window is minimized to the system tray area How I can do this effect I hope this explain my exact requirement . I am using VB 2005 Express Edition. Many thanks Mohamed This is a sample solution with one form that minimizes to the sistem tray and handles a right-click menu on the tray icon. ...Show All
Windows Forms how to change the layout of the form
Hi, it seems we can change the background color and image of a form. However, I could not find how to change the whole layout of the form...that is, how to change the color of the top strip with "minimize/maximize/close" on the right.. It will look strange or not consistence if I change the background image and color with the original top strip... Besides, there are 3 forms in my application, how can I use the methods and values from one form to another The 3 forms are different... Also, how to make one form minimize when I load another main window Since there are 3 forms, I want to put them in suitable position on the screen, how to change the form's loaction Thanks a lot! I simply solved my probl ...Show All
Visual C# initializing structures in an array with enums
Hello; I'm trying to learn more about C# by porting some old C/C++ code. One of the data structures I'm trying to implement correctly is a small dictionary made up of class elements as follows namespace myProg { class d ictionary { public enum VALUETYPES : byte { AE = 0, /* 0 - Entity */ AS, /* 1 - String */ AT, /* 2 - Tag */ ... etc } class vw_dictentry { ushort group; ushort element; VALUETYPE VR; } vw_dictentry [] dict = new vw_dictentry [] { {0x0000, 0x0000, AE }, {0x0000, 0x0001, AS }, {0x0000, 0x0002, AT }, ... etc } Unfortunately when attempting to initialize my VALUETYPES enumerations cannot be assigned. Why not How shoul ...Show All
Visual C# help needed on C#
hey guys can anyone tell me some good book or can send me an e-book for visual C#... i have basic fundaes but want to know the depth of it.... thanks in advance... my id is hula.iitm{at}GmAiLdotCom.... Well, This thread is helpful to you: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1166427&SiteID=1 Thanks ...Show All
