Humba Baer's Q&A profile
SQL Server Best practices of managing meta data
hi all, What are the best practices of managing meta data for the presentation layer of AS 2005 Because now we have to take care of all the hierarchy types, measure grouping and the folders containing those hierarchies and measures... regards, Mahmood Not sure I follow your question. The suggestions above are all regarding OLAP Database and OLAP metadata. You desing your cube and OLAP Database in BI Dev Studio and then you deploy OLAP database to Analysis Server.You can use source control in BI Dev Studio or generate XMLA scrip of the OLAP database off live server. Edward Melomed. -- This posting is provided "AS IS&q ...Show All
Customer Care Framework Workflow's problem
HI, agent desktop opening without any errors. But now, when I click on the look up table , workflow s are not coming in the agentdesktop.Do you ever face this type of situation.when i gone through the log file. it showing a error in session id in coding part. i dont think ,its good in changing coding part. what may be the solution. In the Admin Console, are any of the workflows assgined to the agent you are using to login into the Agent Desktop with - Matt B. ...Show All
Visual Studio 2008 (Pre-release) Session data or how to implement a client side transaction
I've got a three-tier-setup: 1) Client tier. Using WCF to communicate to tier 2 2) Middle tier. Listens to WCF and uses TSQL to communicate to tier 3 3) SQL Server 2005 as database tier. A client opens a client proxy, sends a command to the middle tier, and closes the client proxy after use. The middle tier, when called, opens a SqlConnection to the SQL Server, does its stuff, closes the SqlConnection and reply to the client using WCF. This is working nicely, transactions in the middle tier work nicely, but how do I start a transaction initiated from the client, across more than one WCF call For this I would need to keep the SqlConnection open and reuse it, but where do I store it How do I recognise the client aga ...Show All
Windows Forms How do make my program’s data to always follow the main directory of my program.
How do make my program’s data to always follow the main directory of my program. Assuming I install my ABC program into “C:\Program Files\ABC” directory. I would like to save the data in the subdirectory of “ABC\MyData” directory, even thought user change the install directory or drive to D: during installation. ...Show All
Windows Forms Application deployment
I have not found the ClickOnce tool or a publication possibility in visual C++ express edition environnement. How can I deploy my application developed wit visual C++ express edition Thanks You can create a ClickOnce deployment for your application using MageUI.exe in the .NET Frameworks 2.0 SDK. Otherwise, you'll need to upgrade to the Pro SKU of Visual Studio or select a 3rd party installation tool. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Changing sprite origin from top-left to center
In the XNA help I see the following: The origin is a specific point on the sprite—by default the top left of the sprite (0,0). How do I change the origin to the center of the sprite Is this something that is done in the DirectX Texture Tool Thanks in advance! A Wilco wrote: Also you should be able to define a rectangle with 2 Vector2's, and for some reason a rectangle only takes int parameters where a vector2 takes float, but never mind. The rectangle is probably using int to make sure you get whole pixels rather than part pixels and that you display on whole pixel boundaries. ...Show All
Visual Studio VS2005 and Visual SourceSafe Nightmare
It seems that we cannot do anything in Visual Studio 2005 without surreptitiously going out to SourceSafe and churning for 3-5 minutes. Granted we have (unavoidably) made the mistake of placing the SourceSafe database on a network file share -- it does not explain these covert and constant SourceControl accesses. For example, loading the project does something like "verifying source control". Why do we need to verify anything and why does it take so long I can launch SourceSafe myself and verify faster than the IDE can. Refreshing the solution (recursively) appears to be doing just that -- RECURSIVELY refreshing the solution -- meaning the refresh of the SLN file causes a refresh of the child projects, and the ...Show All
Visual C# WebCam Capturing
Hi All I need to Capture Webcam Images at regular intervals and save them to disc,i am developing a window based application using Visual studio 2003 and Dotnet Framework 1.1 , i really have no idea of how to do it, i welcome all with their valuable suggestions Thanks i am using the following code snippet, there is problem in saving the image , i have highlighted the portion of the code which is not working, please suggest me how to fix it The code follows Const WM_CAP As Short = &H400S Const WM_CAP_DRIVER_CONNECT As Integer = WM_CAP + 10 Const WM_CAP_DRIVER_DISCONNECT As Integer = WM_CAP + 11 Const WM_CAP_EDIT_COPY As Integer = WM_CAP + 30 Const WM_CAP_SET_PREVIEW As Integer = WM_CAP + 50 Const WM_CAP_SET_PREVIEWRAT ...Show All
Visual Studio Express Editions Registration for a classroom?
I would like to use Visual Basic Express 2005 in my classroom. I know it's free, but can it also be used for the classroom If so, how do I go about registering it Thank you. Chris If you go through the registration FAQ on the express home page you will find that if you do use the system you need to register each install. One other option that you do have is to download the image file from the site (Following the manual Install Procedure) then install from there... According to the Reg FAQ if you install from the Image file you do not have to register the product, you will recieve the nag screen for the registration for a couple off application starts but this will stop. The item from memory is item ...Show All
Visual Studio Team System Access Denied :User domain\name needs the UseSystem global permission(s)
Hi, When i am connecting to VSTS i am getting this error Error Access Denied :User domain\username needs the UseSystem global permission(s). can you tell me how to solve it... very urgent... ...Show All
Visual Studio 2008 (Pre-release) Smart client callback
Hi there, I'm just learning wcf technolgy and it should be great. However, i have a question about how to implement callback. I have a smart client and a service under iis. My client call it's method and it's ok. I want to do something more complex now. I want to notify my smart client when a external event coming. So I would like to have a service with a method that i can invoke and the service method implementation will able to notify one or more smart client. Is it possible to do this Thanks a lot for this help Best regards, Hi Kevin, Do you know if there's a way to have the same behavior with a SessionMode for the service contract to SessionMode.Single If there's no way, as i suspect, what's ...Show All
Visual C# Some chars can't be typed when using EditingControl
Hi, I’m using DataGridView control, and try to use EditingControl for special editting, but I found there are some chars can’t be typed. Follows codes are copied from MS web site, and I only replace DateTimePicker with TextBox. When running, such chars: "!","#","$","%","&","(","q", "." , can’t be typed. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication12 { public class CalendarColumn : DataGridViewColumn { public ...Show All
Visual Studio Express Editions Downloading & Installing 'Microsoft Platform SDK (R2) Installation'
After downloading this and getting some way into the installation process, the following error is displayed "Error 1606. Could not access network location. http://download.microsoft.com/download/F/A/D/FAD9EFDE-8627-4E7A-8812-C351 BA099151/PSDK-AMD64_common.0.cab and this is despite the fact that I selected the x86 version. I tried the 'retry' button but the error comes back. I have gone right through the proces from the start several times but always get the same error. Thank you for your post. I had done everything you did and was frustrated by getting the same results. I didn't think to run the batch file from the command promt, though. It worked like a charm. Thanks again! ...Show All
Internet Explorer Development Internet Explorer 7 and x64 Processors
When I installed IE7 RC3 to an x64 computer, I could use little or no functionality of any WindowsXP feature. I had to go into Safe Mode in order to use it AND get rid of it. I was wondering if the Final Version has been fixed of this bug/glitch/problem. Go ahead and upgrade to the final release. Without knowing details of the issue you had it is difficult to be sure but there was never an RC3 release of IE7. Thanks -Dave ...Show All
Software Development for Windows Vista TabletPC and Video Drivers
I have a Toshiba TecraM7 tabletPC. The display adapter on it is the nVidia Quadro NVC 110M. Currently, Vista Beta build 5472 is installed with the latest of Windows Updates. After the updates, the video display in the device manager is showing up as only "standard VGA." I've talked with nVidia, who has this display adapter's drivers on hand, but they are only good for desktops [only]. I've talked to the tech support and they say that it is the manufacturer's responsibility for notebook and tabletpc drivers. I then talked to Toshiba's tech support, and they have been almost no help at all. The last response I got from them is "the driver must not be available yet." Wel ...Show All
