Susan Bradley's Q&A profile
Smart Device Development Deploying VS2003 app(converted to Vs2005) in CE5.0 Device
My application was developed in vs2003 C# CF1.0 and Sql Server Ce with SQL Server 2000 for synchronization for PPC2003 devices. I am trying to convert that project to VS2005 sothat I can deploy it on Windows Ce5.0 device. The conversion wizard didn't successfully convert the project, it kept throwing the error Compact Framework 1.0 is not installed on the computer even though I had it and I can compile the project in Vs2003. So I installed VS2005 on other computer and successfully converted the project. But still it didn't give me the option to connect to Ce5.0 device. So I created new Vs2005 project for Ce5.0 devices a ...Show All
Visual Studio 2008 (Pre-release) svcutil throw an exception
Hi, I have installed WinFX and WindowsSDK yesterday from the latest release. Besides I am using WinXP service pack 2 with all updates updated. I have successfully created WCF host and I was trying to create proxy class for client with svcutil. But it throws me an exception even if I run it without parameters. C:\Program Files\Microsoft SDKs\Windows\v1.0>svcutil Unhandled Exception: System.IO.FileNotFoundException: Could not load file or *** embly 'System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKey Token=b77a5c561934e089' or one of its dependencies. The system cannot find the f ile specified. File name: ' ...Show All
Visual Studio Team System C#2.0 CA2123 and CA2122 ... Need Help to Resolve
Hi There Apologies for posting such a dumb question but I my knowledge of security is amatuer and I need to deploy this project tomorrow with no security warnings ... I am inheriting from DateTimePicker class to create a DateTimePicker control with a configurable back colour. I got the original code from http://dotnet.mvps.org/ then converted it to C# and it works OK in .NET 2.0 except for two warnings from CodeAnalysis: CA2123 : Microsoft.Security : The virtual method DateTimePicker.WndProc(Message&):Void defined by type 'System.Windows.Forms.DateTimePicker' and its override ExtendedDateTimePicker.WndProc(Mes ...Show All
Windows Forms How to call file browse dialog and enter file path in to a text box?
I am trying to use application settings of type string for storing a file path. User must have ability to change the file path in a runtime. At a moment I created only a PropertyGrid, which allows a user to type a file path. How can I create a browse dialog and enter selected file's path to a text box or directly to an application settings Using Visual Studio 2005 and Visual Basic language Hi AAjusLT, Use the following code (after add a new setting field with the name "FilePath") : Dim TempOpenFileDialog As New OpenFileDialog &n ...Show All
SQL Server Best practice question
I have a aspx page that needs data from sqlexpress. When I installed sqlexpress, I installed it with "mixed-mode" security. When a user visit's my page, by default the username is IUSR_MyMachine. So, I added this user to the SQLServer2005MSSSQLUSers$MyMachine$SQLEXPRESS group. I have a connection string that looks like: "Data Source=MyServer\sqlexpress;Initial Catalog=MyDB;Integrated Security=True;Pooling=True" At this point I can go on my merry way and log in and do my thing. My question is this, is this the right way to do this Should I be adding IUSR to the sql group Should I set up a sql user instead What's the best practice ...Show All
Visual Studio Express Editions Getting the current logged on user and NOT the user running the App
G'day I'm trying to find a way to get the current Username of the person logged on. I ahve tried the following: I've read your question three times and I'm afraid I don't understand the description of the problem. Could you post a small snippet of code and identify where the failure occurs ...Show All
Visual Studio 2008 (Pre-release) "late binding" communication and more questions
I have several more basic questions concerning indigo: 1. Does the WCF provide a way to communicate to a slick way to communicate to a web service which is discovered during runtime. As an example: somebody provides a WSDL and an operation he wants to call from this service as well as a XML message he sends to the service and a XSL that he wants to apply to the response message. Currently I do something like that with a manual HttpWebRequest. Is something like that possible with WCF in a better way or is the contract/a known interface a requirement for WCF communications 2. Is WCF supported on the Compact Framework or will it be 3. ...Show All
Visual Basic Walkthrough -- Select XML File... click Add but there is no XML File Choice
Walkthrough -- States ... Because this walkthrough focuses on reading XML data into a dataset, the contents of an XML file is provided. To create the XML file that will be read into the dataset From the Project menu, choose Add New Item. Select XML File Microsoft Sooooooo many of your helps simply do... not... work. I have the new 2005 VB Express and installed it without any tricks and there is no following choice -- From the Project menu, choose Add New Item. Select XML File. Any suggestions <rant> Do you even try to debug the help by actually running them Sorry would not want to piss off anyone since i am forced to be ...Show All
SQL Server Parent Child Relationship
I created a parent child relationship in SA 2005. It works great, except when adding it to the cube and browsing it. It shows the ID instead of the Name attribute. How do I make it show the name attribute Thanks in advance, Mardo Suppose you have the following columns in your table: ID - Integer. Primary key column of your table ParentID - Integer. The id of the parent object. Name - String. The name of the object identified by ID. Since things already work for you then you already have the key attribute and parent attribute set in your dimension. To resolve your problem select the parent attribute oin Dimension Struct ...Show All
Visual C# how can i get a substring in a string and then change its color?
for example if I type /* in the textfield all preceding characters should change to color green and when I type */ the change should stop. You have two options. 1 - use a rich text box, and parse the text so that you change the color 2- write your own control derived from the textbox to do this. ...Show All
Visual Studio A Software Factory Newbie Wants To Understand Some Things....
First of all to Jack Greenfield and Keith Short, the Software Factories book is just an incredible piece of work. Having only recently taken on the role of architect in my organization I have found it an extremely helpful guide through a number of challenges. The progression of why the industry is in need of industrialization to the tools and techniques that will support it is just amazing. So I guess what I want to say is Bravo! Not sure if you guys follow this forum but I couldn't figure out an easy way to send this to you directly and I figured what they heck everyone else is probably thinking it too :) Ok now for my questions because ...Show All
Visual C# Dynamic Tables
Hey everyone, I'm looking for a little assistance doing dynamic tables or bar graphs based on data returned by a sql call to a database in C# .Net. Any assistance or links to templates or anything like that would be helpful, I'm just gaining familiarity with the language. Thanks, Robert Could you give more information of the requirement please ...Show All
Software Development for Windows Vista custom activities property values
If I have a custom activity with a public property that is set during the execution of the activity, how can I access the value of this property after the activity has completed Anyone You can bind the property to a workflow level variable using ActivityBind. Then you would have access to the value from anywhere in the workflow. ...Show All
Microsoft ISV Community Center Forums DataGridView ComboBox Problem
Hi, I have the same problem as M_Taha. I need to fill items in a comboBox located in a certain cell of the datagridview with different items located in another cell but of the same column of the DataGridView Thank you, ...Show All
Visual C++ DateTime format{ts 'YYYY-MM-DD '} used with SQL
I am using instances of DateTime within my application and i need their values to be used as selection criteria in an SQL select clause. So i need them to return a literal string representation of themselves in the following format '{ts '1990-01-01 00:00:00'}' Where the date can be any valid date as contained in the DataTime instance. How can i get them to do this I Thanks Martin, that neally works, i did not know you could do that with the format string. Except that the it requires the {ts' '} characters as in {ts '2006-03-28 13:06:50'} else i get SQL error. When i include these ...Show All
