Software Development Network Logo
  • Microsoft ISV
  • Visual C#
  • Visual Studio
  • Windows Live
  • .NET Development
  • Windows Vista
  • Visual FoxPro
  • Visual J#
  • Smart Device
  • Architecture
  • SQL Server
  • Visual Basic
  • Windows Forms
  • VS Express Editions
  • Visual C++

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

rc594

Member List

rr_dot_net
Prokennedy
Andreas Link
hberenson
kkkwj
David Mc Quillan
BPCoder
Chris.Chen
Matt Payne
bauann
StuartLodge
kuponutcom
chiharu09
tjanke
reubstr
settinghead
J-BRIM
Jeffr wilr
babysox76
Ahmed_khemiri
Only Title

rc594's Q&A profile

  • Software Development for Windows Vista can't install the wwf!

    the following are my steps 1.install vs2005 2.install vs2005 extension for wff 2.0 3.start the vs2005 ,it shows wwf is installed in started form 4.file->new project,can't find the workflow node! what's wrong with my steps my system is win2003+office 2000 Do you install the SDK and the Foundation Check in your control panel/AddorRemove program. You should see both the Windows Workflow Foundation and Visual Studio 2005 extensions for Windows Workflow Foundation. Bill ...Show All

  • SQL Server Dynamic field base on parameter

    Hi, I have a matrix based on a cube. I would like to load up a field based on the selection of a parameter. The parameter values has, Actual, Budget, Target For the one field, base on the above parameter, will select, if the value for the parameter is Actual, then =Fields!Actual.Value if it's Budget, then =Fields!Budget.Value if it's Target, then =Fields!Target.Value Is this possible And If so, how should I do it Thanks a lot. hi, thanks a lot for your reply. But what if I loaded the parameter list from the database, that means there maybe more option later in ...Show All

  • Visual C# New Guy: Threading Info

    I'm working on a small server project where I believe I need two threads in a C# application: 1 Thread to handle user interface (Windows Forms) requests and 1 Thread to perform tasks requested through the user interface against MS SQL Server Hopefully this is sensible ... In any event, are there any good articles on multi-threading w/ C# that cover the basics from the ground up   Thanks! DB Thanks to everyone for your responses.  Several creative answers, and they will all be helpful!   Doug ...Show All

  • .NET Development SerialPort SerialDataReceivedEventHandler

    Hi, I can't figure out how to get the event handler to work when data is received on the com port. I've looked around the forums here and I downloaded a console sample program that I tested on my computer and it works. But when I try and apply the same Idea to my C# windows form program I can't get the event to fire. Am I doing something wrong Some other post on the forum were talking about using different threads for the SerialDataReceivedEvent handler...  Thanks in advance for your help. Kevin Jones     using System; using System.Collections.Generic; using System.ComponentModel; using System ...Show All

  • Visual Studio 2008 (Pre-release) Exception at WindowsFormIntegration.dll

    After I upgrade to Feb CTP and run my program, a exception is thrown : System.IO.FileLoadException occurred   Message="Could not load file or assembly 'WindowsFormsIntegration, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)"   Source="Flag.PMS"   FileName="WindowsFormsIntegration, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"   FusionLog=""   StackTrace:        at Flag.PMS.GlobalBusinessDomain.Init()        at Fl ...Show All

  • Visual Studio Team System Team Project Creation Fails because of Sharepoint

    OK this one is killing me.  I have done the install about 3 times and keep getting the same error.  When I go to create a new team project, I step through the wizard and click finish.  The wizard then goes on to create the Reporting Services Part, the Source Control part, and when it gets to Share Point it fails on authentication.  Everything is in a domain and I have used service accounts as specified per the install. Here is the kicker, when I am local (terminal serviced into team foundation server) all goes well, but when I am on my workstation it fails and does not give me a whole lot to go on.  It barks about p ...Show All

  • SQL Server Splitting a field

    hi all i have a field which displays the full name of our customers i.e. John Smith Is there a way of creating an additional fields first name , last name and automatical splitting the field display name first name last name john smith john smith Thanks rich Once you create the two new columns for first and last names you are going to get rid of the full name column, right You can add it back with a calculated column: create table personName ( first_name varchar(20) not null, last_name varchar(20) not null, full_name as first_name + ' ' + last_name ) insert ...Show All

  • Visual Studio Reportviewer doesn't print first time I click print button

    I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form Spain.               Are you using the RTM version of the controls and of the 2.0 framework   We saw iss ...Show All

  • Windows Forms DataGrid Not Updating

    In my first attempt at using a DataGrid I created one that pulls data from a table in a Microsoft Access database. The data displays fine. I have an update command that should update the row. I have a row updated event handler that checks to see if the update threw any exceptions. It comes back with no exceptions yet my update is not happening. The fields are not read-only so I'm puzzled as to how it could indicate success yet nothing is happening. any ideas No and that is part of my confusion. In the sample code I've seen they make it look like the "updatecommand" line in the .aspx field is ...Show All

  • Visual Studio 2008 (Pre-release) Why will LINQ fail ?

    Microsoft tries to helping object developers to close the gap between the relational world and the object world.And they call this " object modelling approach " Dlinq. Using " custom business entities " in enterprise programming with Dlinq might seem the best thing after " sliced bread " but it isn't. For my part I have written my Mappers and used commercial OR/M tools. They mostly provide the same thing. __Read the table from the database. ___Put that into a some HELPER thing.( DAO,DAL,ORM) ____Put that into your custom business object _____Read from your business object.(if u can :) ) I see NO REASON for this " Unnecessary Pull ...Show All

  • Visual C# StringBuilder.Length adds null character not space.

    According to the Class Library Documentation, the StringBuilder.Length property will do the following... "...If the specified length is greater than the current length, the end of the string value of this instance is padded with spaces ...." When I try this it is padded with a null character "\0". So then I have to do a sb.Replace('\0', ' '). Is this correct and common knowledge What fundamental thing am I missing I just checked the implementation of StringBuilder.Length (using .NET Reflector ) in both .NET Framework 1.1 and 2.0. Both append null characters when the set length is greater than the current le ...Show All

  • Visual Studio Team System Adding new project alerts?

    Hello, I'm a s/w program manager. I would like to have TFS send mail alerts to team members when I create a new task for them. I would also like to have TFS send a mail to me when they mark a task complete. None of the out of box alerts seem to fit this bill. Is this possible to set up, if so how Many thanks, Jon It might also be worth thinking about using the bissubscribe tool for another way of doing this by hooking into the WorkItemChangedEvent and then monitoring certain fields of the work item when it changes. Check out Buck's post from a while back for more info. http://blogs.msdn.co ...Show All

  • SQL Server sql 2000 database to sql 2005

    i updated my sql 2000 to sql 2005 server. the database has the sql 2000 compatibility level. does changing the compatibility level to sql 2005 converts the database to the new database system. or do we have to convert something on the sql 2000 database i have the same issue here. dont know how to convert my sql 2000 database to sql 2005. ...Show All

  • Visual C# ASP login to c#/aspx login

    newbie in aspx obvious. i would like to know how to setup a web page which has login form; username and password i can't access the textbox values and i can't setup a action in a button. my approach is asp. for those asp coders i know u get my point... ty ASP.NET questions are off topic here. It looks like you got your answer, and that's great, but please use www.asp.net for ASP.NET questions in future. ...Show All

  • Visual C# webBrowser1_CanGoBackChanged event doesn't fire!?

    I created a windows forms app with a browser control embedded. Actually, it is practically the code sample found in chapter 35 of this C# book, here: http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764575341,descCd-download_code.html Although, the webBrowser1_CanGoBack property does change, I can't seem to trigger the CanGoBackChanged event! Nothing outlandish here: <code> private void webBrowser1_CanGoBackChanged(object sender, EventArgs e) { buttonBack.Enabled = webBrowser1.CanGoBack; } </code> Would anyone please concur that this feature is broken -e P.S. The only event that works regularly is "Docum ...Show All

©2008 Software Development Network