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

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

shai

Member List

pat1975
Dave Perry
Sujithf
Teradar
msteinle
Solsan
tssweb
beefeater
fawltster
sud
Jemau
wshs
TechMate
AnneDeBlois
Brendan Grant
Quinn01
Rimey57
TimMulholland
GrayMatter Software
Tryin2Bgood
Only Title

shai's Q&A profile

  • SQL Server CogInStr function fails with MSAS 2005

    Hi, Following MDX query works with MSAS 2000 but fails with MSAS 2005: SELECT { FILTER([Product].AllMembers, CogInStr([Product].CurrentMember.Name,"*", 0) > 0) } ON AXIS(0) FROM [Sales] Following error is thrown: [ 1] Microsoft OLE DB Provider for Analysis S: Query (2, 32) The '[CogInStr]' function does not exist. Any pointers on what needs to be done in order to support this query in MSAS 2005 would be appreciated. Thanks and Regards, Santosh Please read BOL on the subject of stored procedures. Once they are deployed to the server, there is no need to do USE LIBRARY command anymore. For the extensive library of custom sprocs, you can check the following CodePlex project: http://www.codeplex.com/ASStore ...Show All

  • Software Development for Windows Vista Project type is not supported by this installation

    I have been struggling with this the entire day. I just installed for the first time: WinFX Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2_2 Windows Workflow Foundation Runtime Components Beta 2_2(EN) for x86 WorkflowTemplates - 2006-03-07 If I try to create any WWF project based on the new templates, I receive an error stating that "the project type is not supported by this installation". I have uninstalled everything and installed the Beta 2 version (instead of the Beta 2.2) and I get the same error. I then uninstalled everything again and reinstalled the Beta 2.2 version hoping that it would have worked, but no luck. Has anybody had this problem Any help will be appreciated. P.S. ...Show All

  • .NET Development Shared application setting among saperate applications, How to do it usign new application setting platform ?

    Hello, we have 2 saperate application which need to follow each other setting means when athe first application started it read setting from xml file and write data there and when the second application araised then ity need to get the data from the first application setting and change it accrodingly. All the issue strated because we would like to deploy ClickOnce with install and run strategy and we have 2 application runs (saperate applications). how to implement it, i thought the ApplicationSettingsBase can help us but it configure to specific application by unique location and name, so how other application can work with that. Does registry can be an option or its not recomended. Bye regards. Yaron Karni www.att ...Show All

  • Visual Studio 2008 (Pre-release) ActionMismatchAddressingException

    Hello, I've setup a WCF Host, running as a Windows Service, to expose a web service on port 8080. I then created a simple VB.NET Windows Forms application and added the a web reference to the above web service. When I attempt to invoke the only method on the web service, I get the following exception: System.ServiceModel.ActionMismatchAddressingException, The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'http://tempuri.org/IFilteredService/GetCustomerFinancials'. I've "googled" the exception and got 0 hits (kind of surprising). Does anyone know what causes this When you do SOAP over HTTP on a binding that uses WS-Addressing, there are two places an Action heade ...Show All

  • SharePoint Products and Technologies Index Server combo box greyed out

    Hi I am trying to create 'New Shared Services Provider' on newly installed sharepoint 2007, but combo box is greyed out. How do I assign index server role. I to am having the same problem :( I have tried going to operations" and "services on server" but I cant even see "index" Is there something else I need to turn on Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sprite scaling and blending

    OK, I've searched through a couple posts here and didn't find anything that fixed the problem. I'm scaling sprites to draw GUI controls and I'm getting funky results. Here's what I get (blown up 6x to show the problem). I'm drawing the box in chunks - upper left 4x4 pixels, upper right 5x5 pixels, left border, right border, lower left 4x4 and right 5x5 pixels, and upper and lower middle sections.I don't think I have to explain what the problem is.  I've tried setting texture filtering, destination blending, but nothing seems to affect it. Here's the sprite I'm using to draw. Maybe I just need to get some sleep. Whenever you scale a texture, you need to care about how filtering works. Consider this texture with just two pix ...Show All

  • SharePoint Products and Technologies Can't search within PDF files

    I've installed the Adobe Ifilter 6.0 and can now search to list posted pdf files in multiple sites by querying the pdf name. I can search content within Word files, but still cannot search content within these pdf files. Is there something else I need to configure to see content within these pdf files I can't seem to find any clues to what needs to be tweaked. Thanks. On our WSS 3.0 system, indexing PDF files did not work for existing PDF files. In order to have them indexed by the crawler we had to upload the PDF files again. Try uploading new PDF files and see if those are indexed. ...Show All

  • Windows Live Developer Forums WISH LIST FOR THE NEXT RELEASE

    Lets start a wish list for the features we want for the next release. My numba one wish is: I want the Altitude of the center of the map in the view object of the .onchangeview Event. You should change the thread title to: "Jeff's All I want for Christmas List" But are the elves listening..... John. ...Show All

  • Visual Studio Tools for Office Beginner Problem? Add-in runs fine inside VS2005B2 but fails to load in Outlook 2003

    I have a very simple add-in that seems to compile and run fine in VS2005B2. I also created an MSI Setup package using the template project for the Setup. Setup runs & works ok...as far as I can tell, but Outlook does not load the Add-in, (it appears in the COM Add-in list) but it shows a message saying. Not loaded. A runtime error occurred during the loading of the COM Add-in. Is this related to the security context Is there an easy way to have full-trust on the machines where the installer is run Or is this a different issue Any help is appreciated. thx Hi, Try looking here: http://blog.jausovec.net/index.php op=ViewArticle&articleId=177&blogId=1 ...Show All

  • .NET Development Operator '+' cannot be applied to operands of type 'System.DateTime' and 'System.DateTime'

    Hi guys, I am trying to add two DateTime instances together. One is an actual DateTime Stamp and the second is a TimeSpan Stamp. However I keep getting the following error.. class.cs(63): Operator '+' cannot be applied to operands of type 'System.DateTime' and 'System.DateTime' Does anybody understand why Also what should I do to add two DateTimes together. The code I am using is: if (thePaidGivenData.TimeStamp < (CloseTime+Time2Calc) & CcyCcy != CcyPair) { continue ; } else { return alPaidGiven; } Regards, Harry What are the data-types of all these variables Also, you might want to make your code more readable by doing something like this: if ...Show All

  • Visual C++ some charactor losed

    i build a vc++6.0 console program,and use HINTERNET send a string to server,and on server,i use asp script receive this string and insert it to access database,when the string include character as '\0',just like a[0]='a',a[1]='b',a[2]='\0',a[3]='c',the script dose not work well,it lose some charactor,why and how to solve this problem Hello Re: some charactor losed Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups. OTP Thanks Damien ...Show All

  • Visual Studio 2008 (Pre-release) Named Pipe Timeout Issue

    Hello, I have a named pipe duplex channel, and it seems that if I don't send a message across it approximately every 10 seconds, the channel faults with an IO.PipeException stating that the pipe was ended. Sending a message on a regular interval prevents this from happening. Is this the intended default behevior of named pipes, and if so, is there a particular setting I need to configure to change it I thought inactivityTimeout might be the issue, but I didn't notice any configuration tags to configure the reliableSession as some of the other transports have. Thanks, Aaron Well, I'm rather confused to report that increasing the receive and send timeouts appears to have made a difference. Given the d ...Show All

  • Visual Studio Updating CodeModel/Intellisense

    Is there any function to find out whether or not the code model is currently up to date or not The IDE shows it in its status bar (Updating intellisense) and the object browser shows ... files to parse. So I think there should be any function, but I couldn't find. Does this mean that I have to iterate over all files in a solution to get the status of the code model This is very slow, or ...Show All

  • Visual Basic Groupbox resizing info/help

    Hi How do I make a groupbox automatically resize to the form that is in being expanded SITUATION:- I have Two groups with buttons etc one docked on the right the other docked on the left:- When I expand the form groupbox1 goes to the right and groupbox2 goes to the left leaving an empty space in the middle of the two groupboxes, how would I expand both group box’s evenly into the empty space in the middle So that grouptbox1 expands to the left (into the middle) and groupbox2 expands right (into the middle) Many thanks, Andy Sorry about the wait ;) If you want the user to be able to resize the 2 groupboxes, then a Splitter will be better suited: -- ...Show All

  • Visual Studio Team System VSS --> TFS How to disable incremental migration

    Threee attempts of attempting to migrate Visual SourceSafe to TFS results in the following error message: TF60047: Converter is retrying to migrate the action that was failed to migrate . This could be due a temporary problem with network or server. Incase this prob lem persist then please check your network connection or Team Foundation Server. Interestingly, the VSS database resides on TFS, so I doubt this is a network problem. I'd like to start "fresh" and do a full migration instead of incremental. What files do I need to delete The message I'm seeing is below: E:\>VSSConverter migrate convert_migrate.xml Microsoft (R) Visual SourceSafe Converter version 8.0.0.0 for Microsoft (R) Visual Studio 2005 Team Sys ...Show All

©2008 Software Development Network