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

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

gon_no1

Member List

MarkNicholson
CSWong
kfschaefer
omniGames
KevinBurton
Michael Herman - Parallelspace
ST W
Drakuz
gmaenrile
rabbitoh
Sobachatina
toneho
Drokker
bigove
GregFarquhar
dabrosch
goldband
cdun2
Malay Thakershi
mbuchetics
Only Title

gon_no1's Q&A profile

  • .NET Development WSE 3.0 and SSL mutual authentication

    I am developing a web service for a client using WSE 3.0. For client authentication my client prefers to use SSL mutual authentication instead of WS-Security. I have experience using SSL mutual auth with IIS and ASP.NET, but not with WSE, and cannot find any documentation on this. Is this possible to use SSL mutual auth with WSE 3.0, and if so, can anyone point me to docs or sample code Thanks, DavidJ DavidJ, SSL mutual auth is a transport layer security implementation. WSE's main purpose is to provide message layer security using WS-* standards. WSE 3.0 allows you to implement message layer security with X.509 certificates including mutual authentication features. Apart from that, it is possible to combine message ...Show All

  • Visual Studio 2008 (Pre-release) Charts with Xaml

    in my work i need a WPF chart that I can use it in xaml code i search about it but i can't find any chart, just ChartFX of softwarefx website i download it but it is not working please i need this chart , any one know where i can download it ok I found the solution to my deployment problems in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=517152&SiteID=1 This link now works: http://150.101.100.238/~john/TestApplicationWeb/Swordfish.WinFX.TestApplicationWeb.xbap ...Show All

  • Software Development for Windows Vista Pattern for updating custom Activity Properties without completing Activity

    Hi Most activities in my workflows are human activities and are therefore event-driven. The workflow blocks at each new activity waiting for a user to click "Complete" or "Approve" in the application GUI. These activities have a number of common business-logic properties, encapsulated in a custom base class. Example properties are: TargetCompletionTime, Priority, RequiresApproval etc. The values of these properties are tracked using TrackingExtracts and custom TrackingProfiles. This allows me to query the tracking service for the current state of my activities, including the values of the custom properties. The complication is that I need to be allow my users to update the values of these activity properties at any time without closing the ...Show All

  • SQL Server Need textboxs in a table to show zeros if no record found - not a NoRows message

    I need a way to have the text boxes in a table to show a 0 if there is no record found for the query (not looking for a NoRows message). I've tried setting a default value for the textbox, but it isn't displayed since the query is empty. Is there a way to setup the query to have an if statement that would return a value of zero for the fields as in: If recordcount =0 then set field to 0 Using the ISNULL, but the textbox still does not appear. This seems to be a field level solution, is there something that works at the record level My hunch is that the table is driven from the record, not the field. ...Show All

  • Commerce Server find discount for product

    i have to show on the product page the price , the reduced price ( with the first discount that can apply ex : 10 % off if you buy 1 item) ex : product XXX 10 $ > 9$ ( 10% off) then i have to show other discount that can apply if you buy more ex : buy 2 product XXX then get 20% off ( discount can be linked to user profile and or product expression) i have tried DiscountCriteriaFilter filter = new DiscountCriteriaFilter (); ... but it don't show discount linked to profil ( because you can not send profil information in it) also tried the solution with the pipeline RunCSOWithItemsAndProducts (..., ...) but it didn't show other related discount to my product Did someone know how to show discounted price ...Show All

  • Windows Forms forecolor for datetimepicker

    Hi i am new to VB.net windows application how to set forecolor for textbox portion of the datetimepicker . Is that always black Thanks in advance Naren ...Show All

  • SQL Server Database snapshot

    I drop and recreate a database snapshot for reporting purposes at the end of a DW loading process. I need to create some indexes to improve query performance. Where I should create the index, on the originale db or on the snapshot db Cosimo If I remember from an article, you can not do this on a snapshot database. So I guess you should do this on the source DB. Please check it though. ...Show All

  • Visual FoxPro Mixing XLS and DBF tables

    In l ieu of some latest trends in my FoxPro development I want to know how do you sensible mix Excel .xls tables, workbooks and projects with FoxPro .dbf tables and databases. I have followed Marcia's earlier suggestion to use convert .dbf into .xls for graphs and now I want to integrate my .xls into existing databases. I tried to attach an .xls table to my databases but only could do in the browser as free table. This was to now avail, however, since I could not open it in FoxPro anyway. Another question, somewhat related: I used a wizard to define the connection string to a FoxPro Database. How can I do it if I need to define a connection string to an .xls table What is the equivalent for a database in Excel: a workbook Is th ...Show All

  • .NET Development What happened to Designed Components

    In VS 2003 you could drag and drop components from the toolbox to the design surface of an ASMX file. I'm just wondering what happened to this feature in VS 2005 I'm guessing that the feature was "turned-off" because some may have thought (for good reason) that it was a bad coding practice. Well fine, but none the less is there any way to get it back Regards, Ralph Shillington ...Show All

  • SQL Server acces multiple servers

    Hi, I need to access a table from another server in my procedure...I am now connected to say SERVERA...I need to access another table SERVERB.TABLE2 in the same procedure... Is there a way to do that... I need to connect to two servers from the same procedure to get data.. Please get back Thanks, Hi Swapna, Yes, there are a few methods, however the most straightforward would be to create a linked server. Have a look at BOL or http://www.databasejournal.com/features/mssql/article.php/3085211 for more info. Cheers, Rob ...Show All

  • Visual C# IDE changes the .csproj file <SubType> between UserControl and Component

    When any file in my project is changed, I have one UserControl that the IDE changes the .csproj file <SubType> between UserControl and Component. This happens even if the UserControl is not changed. Is there any way to stop the IDE from changing this Hello all, I think another user has hit on the "answer" to this issue here: http://www.pcreview.co.uk/forums/showpost.php p=3645831&postcount=5 The IDE seems to get confused if there is more than one class defined in the user control source code file. Moving your extra classes (besides the one inheriting from UserControl) to separate files seems to "solve" the issue. I was having this problem, and a quick test s ...Show All

  • Audio and Video Development How clockDivisor works?

    Hi, Can anyone explain how clockDivisor works in HDiSim Frankly speaking I cannot catch the idea :) Simple sample below is to display "OK" on the screen after 1s. timeBase is 60fps, clockDivisor is 120. When "OK" should appear After 1s, after 2s, after 5s... And why Thanks in advance < head > < timing clock =" page " clockDivisor =" 120 "> < cue begin =" 1s " select =" id('ok') " dur =" 5s "> < set style:visibility =" visible "/> </ cue > </ timing > < styling /> </ head > < body style:font =" file:///dvddisc/ADV_OBJ/font.ttf " > < p id =" ...Show All

  • Visual Studio Express Editions Edit and Continue don't work?

    HI guys a have been working in some code all this week and for some reason that I don't know the edit and continue stop working. It have been working all this time but now no way. I can't edit when I'm debbugin and I'm getting frustated. Can some one help me I have VB.net express edition, so i don't know where to configure this feature. When I click the start button to launch the application with debug mode VB.Net 2005 looks the files. I see a lock picture in the tabs of the code files in the window. A chek the project file it's not marked as read only, then when I launch debug (the start button), I go to the file and the file is marked as read only, when I stop the debug mode the file stay marked as read o ...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 the act of charging is irrelevant to whether or not your OS recognizes the device, USB2.0 power is simply 2 wires that feed into receiving wires in the device that typically run straight to a power supply. have you tried other USB ports are these front ports you're currently using by any chance (front ports have a greater chance of bad wiring, as they're typically not hardmounted on your mobo.) ...Show All

  • Visual Studio Team System Adding a .NET Assembly to the project

    I have been trying to add a .NET assembly to my database project. However I am not able to deploy the project because of an error that I get... "Execution of .NET Framework code is disabled. Set "clr enabled" configuration option and restart the server." Now I know the server has clr enabled and it has been restarted. So I then tried 2 other options to see if they would work. First, I opened the properties of the project and checked the Enable SQLCLR Integration and second I also added a pre-deployment script to enable the clr. EXEC sp_configure 'clr enabled', 1 RECONFIGURE WITH OVERRIDE GO but unfortunetly I still can't deploy because of the same error. I have looked through the help and have not found anything t ...Show All

©2008 Software Development Network