Software Development Network Logo
  • Windows Live
  • Game Technologies
  • Windows Forms
  • Microsoft ISV
  • Architecture
  • VS Express Editions
  • Visual Basic
  • SQL Server
  • Visual C#
  • VS Team System
  • Smart Device
  • Visual J#
  • Visual Studio
  • Visual C++
  • Windows Vista

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

RashiQ

Member List

Nathon Dalton
Computing student
Kiran Math
Miran Drgajner
haricharan
rob444
Ratheesh
prog
H.Th. van der Steen
Tatjana
anderson.fvgn
Rod Landers
JLee
frans poc
RobLinton
saulius74
Javier_Uy
phillip toussaint
Sybs
HiddenDragon
Only Title

RashiQ's Q&A profile

  • Visual Studio 2008 (Pre-release) how to support datetime datamember or I am on a wrong way?

    First I define a datacontract:   [DataContract]   public class Order {     private DateTime mTime;     [DataMember]     public DateTime ServerTime{        get  { return this.mTime;}        set  { this.mTime = value;}     }    } Then in a service I use it like this:     public service : IService {        public Order[ ] GetOrders(){           Order[ ] orders = new Orde ...Show All

  • Visual Studio SourceSafe Setup problem

    Hello all, I have tested VS 2005 b1 for a while now and started testing the VSS a few days ago. I'm having a problem setting it up right. Here is my teams setup. 2 developers: A, B Developer has opened an existing website (on a remote server) and added it to the SourceSafe database which is placed on the same remote server (accessed by file share). Developer B now opens the website from SourceSafe and a local copy is generated on developer B's computer. But when developer B add's new files or changes some of the existing files, the website is not updated. The only thing updated is the SourceSafe database. I ...Show All

  • Visual Studio 2008 (Pre-release) alternate styles for a control

    hi, can any one please tell me how to implement alternate styles for my control in WPF dynamically thanks in advance nani You mean something like "skins" Where a person can change the look of the application on the fly ...Show All

  • Visual C++ Notification on Text change for Windows Control

    Hello, I have a question in SDK windows programming. I have a window control, implemented as an editable control for user to enter text. User can add text in the window control either by typing through keypad or copy/paste using mouse. I call GetWindowText() to read text from the control. I want to display a message while user is entering text or copying a value, if the text exceeds a certain length. I am aware that I can trap keyboard and mouse events to do this. But I would like to know if there is any way to get notified, when there is a change in text on a window control Your response is appreciated. Thanks. I haven' ...Show All

  • SQL Server Parameter for Breaking at start of Group

    Hello, I'm using SQLServer 2005 and I build a report in the visual studio. I need a way to pass as parameter whether to break at start of a specific group or not. Thanks, Talia. Hi Talia, unfortunately, RS does not accept expressions as values for the page break properties.  However, I have a similar problem and I have an idea that might work for you.  You can add a small List within the List you are using to group.  Your original list will have Page Break at Start = False.  This small List will have the Page Break at Start = True, but it's Hidden propert ...Show All

  • Visual Studio 2008 (Pre-release) Can the auto-generated partial class of the data contract be modified?

    On the client side, I want to make the data contract class to support INofifyPropertyChanged interface. Can I modify the partial class Or can I find another way to achieve that You can generate INotifyPropertyChanged interface on classes generated by svcutil using /enableDataBinding switch. For more info, please do 'svcutil / ' I hope this helps ...Show All

  • Visual Studio Team System Make the process fit the project: A minimal methodology template

    Does Microsoft have any plans to produce a minimal methodology template for people who want to produce their own process I would like something with perhaps just two roles (developer & customer), some work items (bugs, tasks, story), one activity (report bug), one workstream (team build) and one work product (source file). Lots of people seem to be spending a lot of time stripping down the existing templates to get to this sort of minimal state. Will You're not alone in wearing many hats; product manager, program manager, developer etc. Most people in software development seem to do the same. Even big companies usually o ...Show All

  • Visual Studio Team System Connecting to VSTFS in a Virtual PC

    Hi I have the following scenario: Host running Windows XP sp2, VSTS Client Tier, VS2005, Virtual PC 2004 Guest: VPC VM running Windows Server 2003 sp1, AD, DNS, IIS, WSS sp2, SQL Std 2005, VSTFS Dec 2005 CTP (single server install) I was able to get to a successfully install, and everything works great as long as I'm connected to a network (since both the host and the guest are using DHCP to get their respective IP addresses) However, I'd like to be able to work offline, how should I do that I'd appreciate any step-by-step instructions to config my network settings or pointers to good references of how to do that thx ...Show All

  • SQL Server Table's Filter Value not recognised

    I have a table which receives a result set from a stored procedure.  The result set has rows that are identified by the "divider" value of 1, 2 or 3.  I want to use this field no filter report data.  The SProc populates my table fine UNTIL I try to apply a filter to the table.  I have tried variations of the following in the filter expression but it seems unable to do a comparison and returns no data: =Fields!Divider.Value = 3 =Fields!Divider.Value = "3" =Fields!Divider.Value = '3' =CInt(Fields!Divider.Value) = 3 The data type of the divider field passed from the stored procedure is I ...Show All

  • SQL Server Install Error with Sept CTP

    Hi all, I am running into install error when prompted "PLEASE INSERT DISC 2" when I am installing with virtual drive using Daemon Tools instead of from CD or DVD.  I am a Universal MSDN Download Subscriber, but apparently MSDN don't support install issue with beta version of their product.  I am stuck with not able to use this app, and any help is much appreciated. Sincerely, -Lawrence Great!  I did not know Tools ISO would also be needed together with the Server ISO.  Typically installation uses one ISO, and Server contains all necessary components.  Was that mentioned in MSDN ...Show All

  • Smart Device Development Problem debugging CE5 app with VS2005 (no activesync)

    Hello all,  After much searching I have been able to get the deploy feature running with my c++ App from Vs2005 to my CE 5 device.  Unfortunately, I am unable to debug.  I get a "Unable to start debugging" error message from Visual Studio and not much else. The exe makes it to the device and I can run the exe from the device.  I just can't debug it.  I still have eVC++4 on my machine so I tried that and I am able to debug the same application using  eVC++4.  The app is just a simple dialog based windows app created by the wizard.   I have done tons of searching on the net and the closest thing ...Show All

  • Visual Studio Team System "Show Project Portal" dimmed out

    It seems that I have no permission anymore after the upgrade. Can someone tell me what my IIS Directory Settings should be and what my AppPools persmissions should be Can you please share out setup logs they should be under %programfiles%\<%ProdName%>\<%ProdName%>\Logs. Also, can you do the following: 1- Go to TFSWSSAdmin appPool and verify that it is running under the tfsservice identity 2-verify that tfsservice can connect to STS_Config_TFS in the Data tier 3- verify that you can create a new TFS project Thanks, Elyasse ...Show All

  • .NET Development run servers localy

    how can i run 2 servers localy in .net remoting i tried register two different ports in the server side but i got an exception. do i need to create 2 different projects , each one for a server thanks in advanced im finding it a little bit difficult to put it in a config...maybe you can help me the problem is that i wrote- Type theType=new TasksManagement().GetType();  RemotingConfiguration.RegisterWellKnownServiceType(theType,"Server",WellKnownObjectMode.Singleton); how to put that in the config < wellknown mode ="Singleton" type ="ServerSide.TaskManagement,ServerSide" objectUri ="Server.rem ...Show All

  • Visual Studio Team System Checkin crashes

    I've repeatable problems with the checkin functionality in visual studio team suite with tfs trial version. When I try to checkin new files visual studio often chrashes especially if it's the first checkin after a longer period of time. Sometimes vs just shuts down completely, sometimes an error report is generated. On both sides (client and server) I use the latest versions I know. The client is the visual studio team edition for developers from the msdn dvds, the server is the trial version of the tfs, downloaded from msdn subscriptions. The server is an absolutly fresh test installation with only the necessary software, exactly inst ...Show All

  • Smart Device Development Asynchronous writing to serialport

    Hi all I've been trying to get asynchronous writing to the serialport to work, because I would like to use infinite timeout but still be able to cancel the transmition, on user input, after the reciever has stoped reading from the port. I read that this is not supported on the serialport base stream by the serialport in the compact framework. Does anyone know if I can do this with beginInvoke and endInvoke I've been trying but ran into a not supported exception. Maybe someone can point me to a running example Thank you for any comments. Cheers Thomas Hi Anthony Thank you for the ans ...Show All

©2008 Software Development Network