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

Software Development Network >> Christof Koch's Q&A profile

Christof Koch

Member List

jmcole76
jmkueter
zppro
Andre's
Sam Jost
cttnpckn
JIM.H.
HerbiNZ
xRuntime
Blader
Rabtok
Roland J Young
Michael_P2234
Amritha Chand
Sharath paleri
MatthieuGD
DeadDante
RavensAngel
.net sukbir
Doug DeBug
Only Title

Christof Koch's Q&A profile

  • .NET Development Read! If you have a question about ASP.NET Web Forms, ASP.NET AJAX, HTML, DHTML, ASPX pages.

    This forum is only for questions regarding the Web Services support in ASP.NET ("asmx") and XML Serialization. For questions regarding all other technology aspects of ASP.NET , Microsoft provides a special forum system at http://forums.asp.net/ . In order to keep this forum focused, questions that are not about ASP.NET Web Services, XML Serialization or the Web Service Enhancements are off topic in this forum and will either get moved to an appripriate forum or might be removed with a note to the original poster. Thank you for your understanding. Clemens Vasters Hi, I had posted a question a few days ago and noticed it is no longer there, maybe it was considered too off the topic. Do you know where it was moved to or why ...Show All

  • Visual Studio Express Editions Newbie Crisis

    I am trying to learn programming using VB express 2005. It is becoming very frustrating especially when you are new and your ideas can not be accomplished. This is what I would like to do an maybe someone could guide me through the steps needed to perform such actions or maybe someone who reads this would like to earn a few bucks teaching me how to program using vb. What I want to do is take my 3 contracts lets call them A,B, and C and create a simply Database for each of these contracts. I would then like to create a single user interface that will allow me to choose the contract group A, B, or C from a combolist and then in a listbox it will display all of the names of my clients in that contract group. Then I could select an ...Show All

  • Visual Studio Team System Service Account

    Hello! We are about to install TFS RTM version. The install guide suggests 4 different domain accounts before we start installation. But, per company policies, the system admins are trying to avoid the number of production service accounts created due to some policies. Is it a good idea to create one service account (prodtfsservice) that has all the admin rights (like tfssetup qaccount mentioned in the install guide) and use it across for setup, service and reports purpose What risks do we potentially run into if we do this Thanks! Setup will require you to have at least 2 separate accounts. I believe it checks that the service account is different from the reporting account. I cannot remember ...Show All

  • SQL Server SQRT in Analysis Services

    Hello guys, I need to create a calculated measure that uses the square root function but there isn't a function in AS for that. On the other hand I can't calculated de SQRT in my Data Source View because the formula needs to be made at the cube level to get the needed results. Any suggestion Thanks! Alan Koo SQRT is really just a power of 1/2. So you can you the power operator. I.e. WITH MEMBER Measures.x AS 25^0.5 SELECT x ON 0 FROM [Adventure Works] HTH, Mosha ( http://www.mosha.com/msolap ) ...Show All

  • Visual C++ Creating Tables in MS-Word

    hi all, i want to automate MS Word to create tables using VC++ and MFC.. plz help me out with this.. thanks in advance Hi Vinod, Sorry , for my overlook.Anyways , i am also hearing for the first time of this type programming.If i find any helpful stuff, i'll definitely post that. Delete my previous post ,as i'm not able to that . Thanx, Ch.T.Gopi Kumar. ...Show All

  • Visual Studio Express Editions PS

    Maybe it's not C#, but whatever it is, it's not familiar to me. What I want to do is to type in something like "ostream" and have it take me to an appropriate page. I did manage to naviagate to the MSDN help system (although I've already forgotten how I did that). But it did not come up with a search box or a useful index. Things are organized by categories, like input and output. I really am impressed with C++ Express. And the price literally can't be beat. But I must say, for a decade, every time MS improves a product, the help system becomes more difficult to navigate. I go to the entry for _popen. It contains a link: ms-help://MS.VSExpressCC.v80/MS.VSIPCC.v80/MS.PSDKSVR2003R2.1033/dllproc/base/creating_a_child_proce ...Show All

  • Community Chat zune not recognized by PC

    My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K Hi, I am new here, looking for help with the zune I got my son for Christmas. We seem to be having the same trouble you are. The device is not recognized on the software or the device manager. I have updated everything I can think of and spent several hours on the phone with zune help. I exchanged one at the store already but we are out of the store's 15 day limit on exchanging merch. It does no ...Show All

  • SQL Server Defining a named set

    I have built a cube and I want to add a named set. Following dimensions are important: suscriber and handset. The set I want to create should contain only those subscribers for which the handset is different from the handset from the month before. I tried to use the filter function resulting in the following: filter ([Dim Subscriber].[Subscriber].[Subscriber]. members ,([Time].[Month],[Dim Handset].[Dim Handset].[Dim Handset])<>([Time].[Month]. prevmember ,[Dim Handset].[Dim Handset].[Dim Handset])) But deploying the cube returns the error message that "<>" cannot be used with sets... Can anybody help me Thanks in advance... Regards Joos Use MemberValue for handset ...Show All

  • SQL Server MDX Query returning top levels of dimension hierarchy

    Hi, I use AS2000 which contains the cubes and dimensions. I issue a MDX query using ADOMD and then bind the results to and Asp.Net data grid. When i run the MDX query in the query editor it displays correct results. but when i execute the MDX query in the program it also return the top levels of the dimension hierarchy. I only want a subset (lower level in the hierarchy) to be returned. Here are the details: In our cube we have dimension Region_Country_RU. The hierarchy is as follows. Region(top),Country(Middle), and Reporting Unit(Lowest). The user wants to see Country info by selecting countries as DK,GB,US. This is the query to execute. In MDX query analyzer it gives proper output. SELECT NON EMPTY {{[Meas ...Show All

  • Windows Live Developer Forums layer icons

    I read somewhere about using a different icon for each pushpin, is this possible when importing a layer via xml What I am doing is this: I have a Filemaker DB that I am exporting scheduled jobs, unscheduled jobs into an xml file and styling it to geoRSS with an xsl file. I have 7 installers, it would be nice to be able to have 7 different icons instead of 7 different layers.... is it possible to put the url of the icon in the xml If so, anyone have an example of how this might be done TIA Bob Nice! I think I will try both ways, the seperate layers and the one layer different icons, to see if there is any performance hit one way or the other. This will be pretty easy to implement and wil ...Show All

  • Software Development for Windows Vista WDS PXE installation VISTA

    Hello I hope this maybe is the forum for the question. This is the scenario. Installed WDS on top of at RIS server (Windows 2003 SP1) Added a bootimage created with WinPE (tried boot.wim from Vista CD also) Added a install image (install.win) and a captured wim-file. When i start a client computer and presses F12 i get an error message: File: \Boot\BCD Status: 0xc0000098 Info: The windows boot configuration data file does not contain a valid os entry Any suggestions Best Regards Per Hey, can you guys check the bios of the machine and see what the access mode is for the Hard drive (LBA or Large) see if that makes a differrence. Also if you could post your MB/HD config it would be cool to see what HW you're seeing this ...Show All

  • Visual C++ MessageBoxW and converting to LPCWSTR

    Hi MessageBox(NULL, "Hello World", "Message Box Title -- Hello World", MB_OK); Error: error C2664: 'MessageBoxW' : cannot convert parameter 2 from 'const char [12]' to 'LPCWSTR' IDE:VS2005 I don't understand why it gives this error. Can you please tell me what the problem is and how i can solve it. Thanks Actually using the 'L' prefix only tells the compiler that each element of the string is type wchar_t (or unsigned short) the compiler itself knows nothing about the actual encoding of the string - it could be UTF-8, UTF-16 even UTF-32 - or some other non Unicode encoding. There is a proposal before the C++ Committe to add support for Unicode string literals to C ...Show All

  • Visual Studio Express Editions Get text from a Textbox.

    This is going to sound like a very stupid problem. I'm trying to get a string out of the textbox (using Windows.forms) then parse that string into a double. double payment = Double .Parse(ConsoleApplication1. Program .Monthly.Text. ) I cant seem to get it to work.. and what I get is that the string I'm trying to parse is being passed in the inccorect format. Help Wondering, should I just start over as a Window's application Should I not have used console application at all ...Show All

  • Visual C# Delete XML node

    - < - < - <RadioBar> <Genre_Genre_Country>Genre_Country</Genre_Genre_Country> - <Genre_Genre_Country> <Title>Boot Liquor Radio - Dysfunctional Country Station, Genre</Title> <url>http://64.72.118.137:7050</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Star104 - Today's Best Country!</Title> <url>http://67.159.26.2:9794</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Broadband]</Title> <url>http://130.166.72.1:8006</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title& ...Show All

  • SQL Server how to deploy a solution created onto different system

    Hi, I have a solution with it packages, and the solution is running. Now, I want to deploy the same solution onto other server machine. What would be the best way to do this Any suggestions regarding this Well, if your packages are stored as file system files; the only think you have to do is to copy the packages files (.dtsx) onto the new SSIS server along with configuration files (if any). Project, Solution and datasource files do net need to be copied for deployment proposes. I don't know if that is the 'right' way or not but that's how I do it. I know the procedure is different if you are storing the packages in a DB.   Update: I just googled 'SSIS deploy' and found some paper ...Show All

©2008 Software Development Network