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

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

gorance

Member List

Brian Z
surferboy
Harry Miller - MSFT
Sumedh Barde - MSFT
DanielSilva
Frank777
bud1024
klva1
Alex Guion
csgear
Ganesan R
_Tom
tylerl
ruggerz
Rogerio Lima
MacKenzieMi
jimmy_t
Joe Johnson
moteris
Dan Radu
Only Title

gorance's Q&A profile

  • .NET Development ADO.net, how to use INSERT statement

    when execute insert statement, happend exception "fail to connect datasource". if change the value( , , ) to real value(3,'dfdf',11). it work well. so it prove that it can connect to DB. and execute select statement, no problem. why insert can happened the problem how to handle it CageNo defined to AutoNumber, CageName to Text and Food to Number(long integer) in Access. Any help, i will appreciate it. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Data.Odbc; namespace WindowsApplication3 {  /// <summary>  /// Summa ...Show All

  • Visual C# attaching data to TreeNode

    does the TreeNode contain an object pointer that i can attach data too Hi, You can use the Tag property on the TreeNode. More info below: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwindowsformstreenodeclasstagtopic.asp Regards, Vikram ...Show All

  • Software Development for Windows Vista WF implications for MSF, LINQ, OOD, Software Factories

    When will a new MSF (MS Solution Framework) be released detailing the SDLC using workflows can we see some examples / doco of WF leveraging LINQ I've read somewhere that Don Box says that "objects are done". how does WF change OOD How does WF slot into the Software Factories concept Will the final release of WF be extensible in the sense that it is able to utilize the Rete MS Business Rules Engine or some kind of backward-chaining inference engine These are interesting questions.  I would be interested in seeing someone demonstrate a WF application that used LINQ and how these two technologies wo ...Show All

  • Visual Studio Express Editions 2 questions...?

    hi everyone... i got 2 questions: 1) can i display the datagrid in my program in a better way ..cuz what I've seen that it displays it like a table in the database 2) I've used the listbox and i would like to clear the items displayed in it....for an example i have a button search which will search in the database then displays the result in the listbox....and i have a button Clear which should clear the listbox....so how can i Clear the listbox thanx... bye I believe you are referring to GridView when you mentioned DataGrid. If "better way" mean displaying dropdowns, checkboxes etc then it is possi ...Show All

  • SQL Server attribute date of type numeric to datetime...!

    hi everyone..!! how can I turn an attribute date of type numeric of a table and pass it to another table (using SSIS) as datetime Can you provide an example of what those 'dates' look like /Kenneth ...Show All

  • Visual J# j# compiling problems

    Hi, i've got visual j# 2005 (beta version). Every time i try running an application/program. The command prompt comes on the screen and dissappears after bout a millisecond, so you can't actually look at the output. Basically the command prompt should stay on the screen till i close it. Can any1 help with this please Hi, Above link (in Daniel's reply) must help you out. Please read the replies by Paul Domag carefully. He has explained it nicely. Thanks. ...Show All

  • Windows Forms Custom displaymember and valuemember in a bound Combobox?

    I have created a form with a combobox that is bound to the database table field "State". The State field use numeric values 0,1,2,3,4 according to the state. The problem is that i don't want to show the exact same values it retrieves from DB, i rather want to display a list of possible "States", with custom text corresponding to the value. Example: The value 0 actually means "Stopped". So i want it to add the option "Stopped" (displaymember) in the list, with value 0. Whenever i select "Stopped" in the list and save the form, i want the value "0" to be saved in the database. How do i do this I k ...Show All

  • .NET Development How to Deal with Pop mail

    in the framework there is a good smtp class for sending email. However I'm still missing the pop class to receive mail and to decode the mime does anyone has a good sample There is currently no support for POP3 in the System.Net class.  We are planning this for a future release.  We are very interesting in hearing how you plan to use POP3 support.  Please feel free to email your scenrio to us at nclasks@microsoft.com ...Show All

  • SQL Server compatibility question

    just a question.... my web project is using SQL Express2005 and ASP.NET and C#. my web hosting company only have MSsql2000. would there be any conflict with regards to my database im sorry if i sound dumb. im a newbie to this. thanks a lot! There will not be a conflict but you may have to make code changes, there are a fair number of features in SQL Express that will not work with SQL 2000. I suggest downloading a copy of MSDE for yourself(which is free) so you can test before going live with the hoster. ...Show All

  • .NET Development Convert Untyped Dataset to Typed Dataset

    I am using the Enterprise Library which returns untyped dataset. I have a typed dataset that was generated from the same stored procedure that the enterprise library calls. I need to convert the untyped dataset that I am getting into a typed dataset that will be utilized by the presentation layer. I tried using DataSet.Merge but it just adds the untyped table into the typed dataset as a second table. How can I make this work Thanks, Steve Hi! You need to cast it to the typed dataset like as follow: TypedDataSet myTypedDataSet = (TypedDataSet)GetUntypedDataSet(); Where myTypedDataSet is variable of TypedDataSet and GetUntype ...Show All

  • Visual Studio 2008 (Pre-release) Lambdas in Custom Attributes

    I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more.  public class Customer {   [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)]   public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are supported by AssociationAttribute and allow for additional conditions. In that way, queries need not repeat those conditions.  Note that regardless of whether DLINQ adopts this, there is a deeper is ...Show All

  • Visual Studio Unable to debug System.Net.DigestClient throws an exception

    I converted a VS2003 application to a VS2005 application. I have no errors and no warnings when I compile. When I attempt to run I get the error:   Unable to start debugging on the web server. The type initializer for 'System.Net.DigestClinet' threw an exception. Any thoughts on how to fix this There hasn't been any activity on this thread for awhile, but there is good content here so I'm going to close this thread by marking it as answered. If they thread originator would like to revive the thread, they can unmark it as answered. Thanks. -Noah Coad, VS Debugger PM ...Show All

  • Visual C++ Resource Compiler Fatal Error in Visual Studio 2005 Beta

    It's impossible to launch Resource Editor from IDE. Resource Compiler Fatal Error RC1107 is displayed. Charming! So, I've wasted half an hour downloading this, and around the same again getting the img file burned onto disk, and installed, half an hour pratting around setting up a project, only to find that this VERY basic functionality is deliberately missing - and that's only confirmed after doing a web search. I'm disgusted. What a waste of time! ...Show All

  • Visual Studio Tools for Office The Ultimate VSTO Outlook deployment package

    I'm working on a solution with a custom installer class and custom prerequisites in VS2005 to make the VSTO Outlook deployment as painless as possible. I'd really like input and feedback on the work: http://weblogs.asp.net/mnissen/archive/2005/10/14/427508.aspx Thanks for any insight! Mads, Can you post a project with all the components and settings.  I've reviewed your document and am having problems particularly with RC1 deployment, since for example, VSTOR if pulled from the web will be B2. And, here are the Build Errors associated with the VSTOR WARNING: Xml validation did not pass for item 'VSTOR' located at 'C:\Program F ...Show All

  • Windows Search Technologies Preview problem

    I have Microsoft Windows Desktop Search installed on a number of computers but on one the preview is not working. No e-mail, contacts etc are previewed. Only a message saying in Swedish "Det gar inte att visa en forhandsgranskning" (approx "preview can not be shown") is shown. Any ideas what to do Thanks Anders Sneckenborg Hi Brandon I tried to delete the "Temporary Internet Files" but it didn't help. Still no preview. I have made no such changes. Regards Anders ...Show All

©2008 Software Development Network