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

Software Development Network >> Jeffrey.Ye's Q&A profile

Jeffrey.Ye

Member List

oguchi
BobbyRayudu83
Rui Sun
Jim Vinsel
Dave Fetterman
Doublezeta
futurix
SPC Posson
Kent Daniel
DenMori
vagrant
mauricioe
Evan Mulawski
DiegoMoreno
EternalStudent
Jim Wooley
roger42
SL88
thahn
Saverain
Only Title

Jeffrey.Ye's Q&A profile

  • .NET Development Exception Handling DO NOT WORK!! Help Please!@!

    Hi. I want that you think with me... When i put a try-catch exception handler block in an application what i expect from it i expect that it will handle the error and begin the normal flow of the application. Now, you aswer me, why it doesn’t work in this scenary : I have one Form1 (Project > Add New > Form, nothing different), and another Form2 and one Form3. i’m proud of my creativity for names. Form1 : private void Form1_Load( object sender, EventArgs e ) { try { new Form2().Show(); } catch (Exception ex) { MessageBox.Show("Error calling form 2" + ex.Message ...Show All

  • .NET Development What did I do wrong?

    I am trying to connect to a database via a config file. I get an error complaining about the line 3 of the app.config --------------------------------------------------------------- Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports System.Configuration.ConfigurationSettings Module Module1 Public SqlConnection1 As SqlConnection = New SqlConnection(AppSettings("DataBaseConnection")) End Module ----------------------------------------------------------------- Here is the stuff from the app.config file ------------------------------------------- &l ...Show All

  • Visual Studio Express Editions Cant compile!

    Hi there, I am using Visual C++ 2005 Express Edition, downloaded from the site. I want to compile a project, but when try to select Build -> Compile, the option to compile is greyed out. Does anybody have any idea why Thanks in advance With your Solution open, you should see a "Build" menu entry on the top menu bar of th VC++ IDE. Do you see that Can you select Build | Build Solution (F7) If not, it may depend on (1) which project template you chose and (2) what your solution explorer shows as being in your project. It is difficult to advise you without knowing more ...Show All

  • SQL Server Oracle 9i -> SQL Server 2005: Snapshot agent aborts suddenly uninterrupted

    Hi - I hope some of you can help me with this problem. I'm trying to run the snapshot agent for 77 published tables, but the agent stops suddenly uninterrupted. It stops in the middle of taking a snapshot of a table containing 81,719,531 rows. The error message is pasted below. Message 2006-06-14 05:33:33.53 [89%] Bulk copied 100000 rows from "ORAMSSQLREPL"."HREPL_ARTICLE_21_21" (57200000 total rows copied) 2006-06-14 05:34:12.57 [89%] Bulk copied 100000 rows from "ORAMSSQLREPL"."HREPL_ARTICLE_21_21" (57300000 total rows copied) 2006-06-14 05:34:51.23 [89%] Bulk copied 100000 rows from "ORAM ...Show All

  • .NET Development get an URL from an ".lnk" shortcut

    Holla Again, I'd like to know how i can get the url from a shortcut. thanks a lot; Internet shortcuts have a .Url file extension and are just Ini-like text files. They should be pretty easy to parse, just open one in a text editor to see the format. There is a system API for reading them but it's COM based.   ...Show All

  • Visual C# How Events work and how to control them

    Hello. I want ask you about events. I have two events one timer event and "other" generated by com object. I dont anderstand clearly how they work togather(crosing in time or just wait each other to finish, if some body know about this please tell me little bit of theory ...) Both of them (events) work with single database, timer event delete rows and "other" event add or change them. About Timer event i am not wory becouse it fired in speciefic time frame but "other" event can fire in any time (it fire when message come from client and alot of clients can be) and i am worry about next: what if  more than 1000 clients send simultaniusly ...Show All

  • Smart Device Development Updated images for Windows Mobile 5?

    Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank The SDK has Magneto AKU0.0 version and the most recent AKU is 2.1. Is there something in particular that you need out of a later AKU There are currently no plans to release 2.1 (the volume of changes is not high between the two versions), but that can change if there is customer demand. Thanks, Vladimir ...Show All

  • SQL Server SET IDENTITY_INSERT

    We have created an "AdminUser" with the bare minimum rights for the activites it will need to do. One thing the "AdminUser" will need to do is a "SET IDENTITY_INSERT ON/OFF". I understand that for this user to be able to do this they will need ddl_admin rights. But that gives them all kinds of permission that I don't want this user to have. Is there a specific permission I can give the user so they can do the "IDENTITY_INSERT" I tried "GRANT create table to AdminUser" but that didn't work. I tried "GRANT alter any database DDL trigger to AdminUser" but that didn't work ei ...Show All

  • Visual Basic Drag and drop between VB 6 app and VB.NET app

    My client is using a migration approach whereby they are only migrating small pieces of the application at one time - using COM interop to handle the integration until all of the pieces are migrated. One of the pieces that has been migrated needs to be able to drag and drop onto a form containing a VB 6 User Control that is using OLEDragDrop internally. Is there any way to get the drag and drop to work between VB 6 and .NET Thanks! Since there are quite a few people who have reviewed this topic - I thought it worthwhile to post that this actually DID work. We have successfully implemented drag ...Show All

  • Visual C++ windows.h

    I know that windows.h is an old file that Is for older versions and is not located in Visual C++ Express Beta 2, and I have an app that is required to run including windows.h, but my question is what .h file should I use in the place of windows.h Hi, If you get a chance to download the Platform SDK , please do, you can find windows.h in package. Regards, -chris ...Show All

  • SQL Server raw file source avoid bad data?

    I want to have a data flow like this: 1. raw file source 2. validate data or conditional split 3. sql server destination there is some bad data in my raw file.  by bad data I mean datetimes that are out of the range that sql server can handle. this should be simple right so debugging script components does not work nice. all the time I have wasted with integration services already. I could have hand written a console c# app to to the same thing I was trying to do with integrations services. I think I will wait for integration services 2.0 by that time it might be actually usefull. ...Show All

  • SQL Server Report Builder - Error!

    I defined a report through the Development Studio of SQL server 2005 which has got a grid and a chart in its layout. If i try opening the same report through the Report builder I get the following error. Why is it so ====================================================== Cannot open this item The report cannot be opened in the report builder. Object reference not set to an instance of an object. ====================================================== And also, by default the Report Builder provides the layout of Matrix, grid and Chart. Does that mean that I cannot define reports having the mixed element like a chart and a grid in one ...Show All

  • .NET Development new hardware .net runtime optimization service

    What hardware Help me be rid of this Hi topographicaltales, can you restate your question with a bit more detail I'm not sure what you're asking. Cheers, JJustice [MSFT] ...Show All

  • Visual Studio Express Editions Reader machine

    ask for proffisional can i connect to H ardware and design application for it with visual basic 2005 this hardware like reader machine to read barcode Probably. Call the hardware vendor for support. ...Show All

  • Software Development for Windows Vista RuleSet Editor

    The readme for the RuleSet Editor says you're looking for comments. Well, here's what I'd like to see: Visual Studio integration (duh!) References and IntelliSense like the other Visual Studio editors Storing the rules in XML or a database Ability to search for rules and organize them Add to the Rule class an ActiveCondition property of type RuleCondition. If you set it, then getting the Active property evaluates that condition. If you set the Active property, it nulls out the ActiveCondition property and getting the Active property returns whatever you set it to. Setting the ActiveCondition property to null would set the Active proper ...Show All

©2008 Software Development Network