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

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

JFoushee

Member List

Ori'
bitbonk
Manuk
teamels
adamp2000
Superobotz
Neal Sidhwaney
PSamuel
Jamie Thomson
davep1553
Hollix
KTI
Dylan Barber
sigme
jcoburn
nithinraj
bryanedds
Adrien Regimbald
rgny
Henry Ong
Only Title

JFoushee's Q&A profile

  • .NET Development Is this only possible in XPath 2.0

    I can't fugure out how to write an xpath to do the following in xpath 1.0: Doc < Plane > < Seats Number =" 1 " Window =" No "/> < Seats Number =" 2 " Window =" Yes "/> </ Plane > I would like to concatinate the @Number & @Window fields on each node set returned Desired Results: 1^NO 2^Yes The problem is if I use concat in xpath 1.0 I only get a single string result. Any ideas This is easy if the number of "Seats" elements is known (or can be obtained and then the XPath expression can be dynamically generated. In case one knows an expected maximum number of "Seats" elements, it is still ...Show All

  • SQL Server RS2000 - PDF Format and Local machine permissions

    My ASP.NET application builds dynamic links to a report that is specified as PDF output. Because RS2000 does not appear to support passing in parameters programmatically (all the documentation I've come across shows parameters being passed in the querystring, I'd love to know how to circumvent this), I am linking directly to the reporting server using the machine's loopback IP (the redirection is hidden from the user). The reporting server is not intended to be accessed externally, however, the ASP.NET app is intended to be accessed externally. Both reside on the same machine. When a user selects a link, they are warned that they are accessing a resource on the local network - once they accept this warning they are prompted to downlo ...Show All

  • Visual Studio Team System Mixed Platforms is not available

    Okay, in my Web Application Project, the Mixed Platforms build platform is not available. Actually, it doesn't matter what kind of project I have open, that option just doesn't exist. How can I get it back Chris Team Build deals with Solution -level Platform / Configuration combinations, which are really just collections of Project -level Platform / Configuration combinations. Mixed Platforms is what Visual Studio uses as a platform by default when a solution contains two or more projects with different ( Project -level) default platforms. For example, C# projects default to "Any CPU", while web projects default to ".NET". If you have one of each in a solution, the default Solution -level platform will be " ...Show All

  • Visual Studio Express Editions Fails to create new project

    All that it says is "Creating <whatever name project is>...project creation failed" that message is at the bottem of the screen. Thanks for any help that i may recive! Hello Re: Fails to create new project I am going to mark this thread as answered since you have not followed up with any further information on your problem - I assume you solved the problem yourself or one of the suggestions in this thread helped you solved the problem. If this is incorrect then please submit further details and then mark the thread as unanswered. Thanks Damien ...Show All

  • Windows Search Technologies Limited search locations via the toolbar

    I've noticed that when I perform a search via the WDS search window in my taskbar it seems that my only option is a global search on my desktop or the web. If I use the toolbar in Outlook I can limit the search to Outlook, Desktop, Web. If I search using the WDS window I have several other options for searching within Outlook, e.g. Attachments, Appointments, Contacts, Task, Notes, Folders and then there is the Other option which support IM Chats, Documents and this can be narrowed down to Text Documents, Notes, Spreadsheets, Presentations other areas within Other are Music, Pictures, Videos, Favorites, Programs. Is there any way I can get this fine control from the window in the taskbar and the toolbar in Outlook ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. imagebox

    is there anyway i can get a picture with the format .dds in a picturebox or is there any other way i can show a dds There are tutorial projects in the Feb 07 DX SDK that will show you how I believe. Download it here . ...Show All

  • .NET Development Best way to configure a service with multiple instances

    Hi there, I am developing a service will be installed multiple times under different service names and each instance requires a different configuration file. What is the neatest method is to achieve this At the moment I think it has to be registry settings based on the service name which I assume must be accessible. Thanks, Duncan If anyone can update this thread it would be most appreciated. I'm using VB.net 2005, have got my service up and running, but want to be able to install multiple copies of it under different names. I can get the service name to change during installation but the new instance all still have the original name stored somewhere (i.e. me.servicename always returns the original nam ...Show All

  • Visual C# wanto use a function as a parameter

    in C# can this be done private bool CallItUp(objetc o) return (o's condition) true:false; } private void ProcessBy(object o) { PleaseHelpMe(); } public static void main() { ProcessBy(CallItUp); } This is incorrect but i would like to now something simlar, possible Yes its posible through delegates: Just have a quick look: private delegate bool FunctionRef(object o); // Should have same signature as function to which it holds reference private static FunctionRef functionRef = new FunctionRef ( CallItUp ) ; private static bool CallItUp(object o) return (o's condition) true:false; } public static void main() {      ...Show All

  • Connected Services Framework Where has the Message Body Gone?

    Hi, all. According to my last thread Message Routing doesn't work , I have corrected some problems and the message could be routed to my destination service. But now comes another problem that the message body seemed lost. First let me give a short introduction about the projects. There are totally 5 projects: Client: The console UI. ClientService: Contains ClientServiceHandler class that inherites from CsfService. http://localhost/ClientServiceSite/ : Hosting the ClientService. http://localhost/ServerService : The destination web service. CsfHelper: A helper project to simplifiy CSF work. The destination web service is a simple asmx, which code is as follows: using System; using System.IO; using System.Web; usin ...Show All

  • Visual Studio ClassInterfaceType.AutoDual attribute on project properties class

    I added the System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual) attribute to my class that inherits from ProjectNodeProperties per the instructions in the readme file for VS SDK July CTP. I had a property that returned a generic List<string> collection. This property is no longer visible after I add this attribute. I verified this by changing the return type to a simple string and it was than visible. Is there a way around this, so that I can still return a List<string> collection Thanks, Mike ...Show All

  • Smart Device Development Developing a pictures cab

    I am working on developing a cab file that will deploy all of the pictures that the system uses. This will allow the user to put the pictures on the storage card as required. The only thing i am adding to this cab file is a bunch of .jpg images. I am getting an error Windows CE CAB Wizard Error: File c:\docume~1\u4eevjas\locals~1\temp\wiz853.inf contains DirIDs, which are not supported ERROR: The Windows CE CAB Wizard encountered an error. See the output window for more information. ========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ========== I have looked and the qiz853.inf file does not exist. Can anyone inform me of what is happening and/or how to fix it. I am wanting to just move a l ...Show All

  • SQL Server Invalid Character in Flat File or Turncate problem

    My source is a csv flat file. Currently I use that same flat file on SQL 2000 and SQL 2005. On SQL 2000 it runs fine and it inserts that character as part of the string (varchar), however, it gives me truncate error on sql 2005. I already use the "Suggest Types...." and my Output columns have the correct lenght (specially that lehght of that column is only 30 char which is less than the default anyways). If I remove that character it runs fine for that column..... This is the values that I get in my flat file for the trouble coulmn is "ATTN: JON OLSEN a€“ CTRL8 " And the error that I get when running the SSIS is [Flat File Source OrderDetail [1]] Error: Data conversion failed. The data conversion for ...Show All

  • SQL Server Customising toolbar in the browser of RS HTML viewer

        Dear friends, please help me by commenting on my query. Query:: I want to know  how to customise the tool bar in RS HTML viewer, we can hide or show the toolbar using rc:toolbar= false/true, But i want to customise the tool bar. ie, There is a combo for export formats to export the displaying reports. I want to customise that combo. I can clear the items by removing the extension element in the config of RS, but i want to do it in run time . ie, My different reports should show different export formats simulteniously       Hai it's good idea, thanks .. i did one try and it's working. i had add "rc:Stylesheet=cssfilename" in my ...Show All

  • SQL Server Processing Cube hangs

    Hi, I have a problem with processing my cube. My fact table (with telephone data) contains about 400,000 records... which is increasing rapidly (400,000 records is about 8 months of data)... I have a few dimensions: Dimension User: about 200 records Dimension Line: about 200 records Dimension Direction: 4 records Dimension Date: 365 records for each year Dimension TimeInterval: with 24 intervals So far so good... when I process this dimension I have no problem.... However, when I add a dimension (CalledNumber, with exactly 101 records) the processing hangs as soon as it starts... The SQL performed when processing the cube looks like this: [CODE] SELECT field1, field2,... fieldn FROM table1, table2,.... tablem WHERE (table1.id=tabl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Lightmaps

    Can anyone point or explain how to deal with lightmap in a hlsl shader I managed to render my lightmaps in a single pass by using a multiply but I dont wan't the lightmap to use the texcoord from my poly since I want them to stretch and fill the polygon. thanks I don't know if I correctly understand you, but you could make a Multitexture HLSL Shader with the input variables TEXCOORD0, TEXCOORD1... The first texture would be the normal texture and the second the lightmap. Simply combine them by multiply of the two texture colors. ...Show All

©2008 Software Development Network