hellomahesh's Q&A profile
SQL Server Annotations in design mode?
Is there any way to persist Annotations in design mode I'm considering using them to keep track of measure-group specific state, but I'm worried that every time I re-deploy my cube, I'll lose this info. Does anyone have experience using Annotations Are they only exposed via the AMO OM In design mode, you can switch to raw XMLA code view by right clicking on the object. You can select "view code" and you'll see XML representation of the object. You got to be careful modifying the XML directly such that if something goes wrong, you might loose consistency of your object. But on the other hand XML representation gives you power to access any property (such as annotations ) directly without ...Show All
Visual Studio Tools for Office Install tool for Outlook 2007 / VSTO 2005 SE / Vista
what tools out there will do an install on Outlook 2007 / VSTO 2005 SE / Vista and my add-in Obviously this is for a beta but I cannot seem to get the VS setup project to work for me through a series of errors or non-functioning tidbits. What install tool SHOULD work I think you may be running into a known issue with Visual Studio 2005 and Vista. I'd recommend trying the workaround shown at http://blogs.msdn.com/astebner/archive/2006/08/01/684849.aspx . hth, Christa ...Show All
.NET Development Casting Issues
I am writing a peice of code that is using WebDav to copy a file to a server over the http port. I can copy from the server to the server but I can't copy from the client's computer to the server I get the folowwing error. Can anyone help me with this. Unable to cast object of type 'System.Net.FileWebRequest' to type 'System.Net.HttpWebRequest'. System.Net. HttpWebRequest Request; System.Net. WebResponse Response; System.Net. CredentialCache MyCredentialCache; // HardCoded for testing purposes string strFolderURI = "http://10.160.68.20/webdav/testfolder3/" ; string strSourceURI = "C:\\Documents and Settings\\mathew_davis\\Desktop\\TimeCard.txt" ; string strDestURI = "http: ...Show All
Visual Studio Team System TFS and Microsoft Project - Editing Description and other things
Is there a way in Microsoft Project to change the description of a Work Item Some of our managers work in the MSP world and publish directly to TFS from there. However, from MSP they cannot (or haven't found a way) to edit the WI's description / links / attachments etc. Is there a way for them to do this in MSP without going into Visual Studio I believe that would have to create a field mapping for the Description field to MSProject in the Process Template. You can do this by modifing the FileMappings.xml file in the Classification directory for the template. From the Team menu you would access the Column mappings option to select the Description column to appear. As for the Links/Attachments, you can modify/add/remove these ...Show All
SQL Server Hw can the cube be modified after deployment?
Hi, We used cube in our project. And the project is released to production environment. Now we need to modify the cube. Can anyone have any idea what are the ways we can handle this Appreciate any suggestion. Sachin! We have deployed product at many client locations. Now we need to add few things to the cube But it is not feasible to go and change manually at all locations and same time client may not want that. We are looking after creating an update for the product. Now the question is how to update cube One option is delete existing cube and create again with new xmla script and process cube. Can you please suggest any other way to do so ...Show All
.NET Development Bypass Proxy for local Gateway
Hello, I have a proxy server on my network which I direct all users to for web browsing and access management, the proxy is at a remote site which is accessed through a VPN. We also use a .net product supplied by an external company to access their network and data. The problem I have is that the .net program is using the proxy server at the remote site for its connection to the remote server. I need it to use the default gateway of the local machine so that when the VPN is down they still have access to the program using their local PC. I have found a KB article (318140) that shows how to configure .net to use an alternate proxy rather then the default given by IE, however, I don't have an alternate proxy only a gateway. Is ther ...Show All
Visual Studio VSS 2005: Require Secure Communications using SSL is grayed out
I am having some issues setting up VSS Internet access. Has anyone run into the issue where the "Require Secure Communcations over SSL" is grayed out. I have already created, issued and applied a SSL cert to my Default Web Site. I have searched all over the web and the documentation doesn't seem to point to this occurrence. Any ideas See link for the screenshot. http://test.naturalproduct.us/images/vss.jpg I set up SSL as you recommended through IIS and now I get the error below: http://test.naturalproduct.us/images/vss2.jpg ...Show All
Visual Basic simple string manipulation pda
I've got a string "6/78=12.34" i need to get the value to the right of the = sign how would I do that Mitch string manipulation I've got a string "6/78=12.34" i need to get the value to the right of the = sign how would I do that Then convert the string to decimal.. And writing this for the PDA!! Mitch ...Show All
Visual Studio Team System TFS cannot connect to Sharepoint
Hi all, After lots of problems, I managed to install TFS. I am now trying to create a new test project Adventure from Visual Studio 2005 and the following error is raised Error Unable to connect to the Windows SharePoint Services at servername and I cannot determine the reason for it. The exception being thrown is highlighted below. Any help will be greatly appreciated. QZ 2007-02-26 11:20:13Z | Module: SccTask | Thread: 8 | Changing project setting ExclusiveCheckout to "False" 2007-02-26 11:20:13Z | Module: SccTask | Thread: 8 | User chose to create new empty folder $/Adventure 2007-02-26 11:20:15Z | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed ...Show All
SQL Server How to manage all the SqlNK versions at the same time?
Hi everyone, Nowadays, we've got four sql versions running around: 6.5, 7.0, 2000 and 2005. If you try attach from Enterprise Manager 2005 servers it doesn't allow you because of 2005 uses SMO instead of DMO. If you try attach from Management Studio 6.5 or 7.0 servers it doesn't allow you too. We'd like to have from the same place a tool for all of them. Is it possible Thanks in advance, Hi Staya, I meant, when you do this action: "New Sql Server Registration" from your client. Yeah, I know, I can open three clients in my own workstation without problems. I'm talking about that you can't attach from your Management Studio (2005) 7.0 or 6.5 clients. Beyond of this, from Enterpr ...Show All
Visual Basic How Can I make a protected sql database file
I have an access db file with my VB 2005 I want to change it to sql database file with protected by username and password I have sql server 2000 Do you Mean when I setup the Sql Server software!! I have mix authentication Windows and SQL, when I create database and export it to VB 2005 I can connect by b oth way, username and password or by nothing. But what I'm looking for is, how to protect my database to open by other One (I mean open the design and structure) ...Show All
SQL Server Index usage statistics report
Has any body else had this problem. In SQL Server Management Studio in the report tab when I choose Index Usage Statistics all I get is just these messages and no info at all. Is this a bug. It does tell me the name of the database. Index Usage Statistics Shows how the users and system use the indexes. Index Operational Statistics shows details of the no. of operations performed on the indexes Ah. It actually looks like a bug. The queries (based on sys.dm_db_index_usage_stats and sys.dm_db_index_operational_stats) are sent and there are results but the report screen is not displaying it. I have filed a bug on your behalf at: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx Fee ...Show All
.NET Development SSL on non-blocking socket, please help.
I have a working set of network code for my application that is based on the BEEP protocol. Because I may need to support many simultaneous connections, it uses non-blocking sockets for efficiency. I now need to implement encryption for the network connections. However, the SSL class that .NET provides is implemented as a stream that wraps another stream. I cannot create a NetworkStream for it to wrap because they do not work for non-blocking sockets, neither can I correctly implement the Stream class without blocking on the Read method when there is no data to read. I doubt that I am the first to run into this problem. Is there some solution that I am aware of or a free third party library that I can use ...Show All
.NET Development Is .NET 2.0 required to run a Visual Studio C++ unmanaged Application?
I have C++ Applications that I would like to distribute in our company. However the other users have only .NET 1.1 installed. Is there some way to make my Application run on .NET 1.1 " "Larry Priddle"@discussions.microsoft.com " < "= UTF-8 B TGFycnkgUHJpZGRsZQ== ="@discussions.microsoft.com > wrote in message news:caee0db8-a26c-4d95-959e-a1a7076dadfd@discussions.microsoft.com ... I have C++ Applications that I would like to distribute in our company. However the other users have only .NET 1.1 installed. Is there some way to make my Application run on .NET 1.1 Unmanaged C++ has no dependencies on .NET, so this should work irrespective the version of . ...Show All
SQL Server Sum measures
I have two dimensions DimFactory and DimDate and a factSale having measure NewPens. The attributes and heirarchy of DimFactory are Company->Division->Region->Branch I would like to calculate the total number of NewPens for a Company, Division, Region and Branch for a week in a query. I create calculated member(s) that returns the Sum of NewPens for a company, division and region. The MDX expression is as shown below. with member measures.SumCompany as SUM( { DimFactory.Company.members * [Dimdate].[Week Of Year] } , [Measures].NewPens) member measures.SumDivision as SUM( { DimFactory.Division.members * [Dimdate].[Week Of Year] } , [Measures].NewPens) member measures.SumRegion as SUM( { DimFactory.Region.members * [Dimda ...Show All
