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

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

Sean_Kim

Member List

Fdooch
MaxLC
JonyBGood2
pkasanda
Jeff Bogdan
R.D.
Bernardo16
chairuou
BreSmith
michael scott
DamienAtCox
AndyjW1
Randy Focht
Balaji K
Samya
Joyceee
bplucas
twiztar
Hurz
Markkos
Only Title

Sean_Kim's Q&A profile

  • Visual Studio Team System FxCop 1.35 Copy as SuppressMessage

    I just discovered the neat feature that I can right click on an excluded violation and select "Copy As SuppressMessage" to get a SuppressMessage attribute to paste in my source file. Only thing is, the Justification named parameter is not added. It would be nice if the text of all notes, or at least the first note, associated with the excluded violation were used as the Justification parameter. ...Show All

  • .NET Development Reading XML from a db column in C#

    Hi Everyone: I would appreciate it if someone can help me this problem as I am a c# beginner. I am writing a C# method that is supposed to read in XML from SQL Server 2005 Database. The table I am reading from has a column which is set to XML data type and has a well formed XML document. I would like to load that xml into a xml document in my c# and return back as a xmldocument in my method. Here is my method so far, as you can see i am utilizing the Enterprise Library Data Access Block for db access. I woud appreciate if you can provide me with some help. Thanks. Note: What i am doing right now maybe completely off track from what I a ...Show All

  • SQL Server MDF file to full SQL Server 2005 DB?

    I've developed an ASP.NET site based on using SSE, specifically using an MDF file.  What is the process for upgrading to full SQL Server   Is there an easy way a hosting company can easily suck the MDF file into a SQL Server 2005 DB I think upgrading from a minor version to a full version will not cause any problems i.e. if you have a database developed in Express and you want it to run on an Enterprise Edition of SQL server there will be no problems at all . you will use the sp_attatch_db to do so using the .mdf File. ...Show All

  • .NET Development Ent. Library substitute data from app.config

    I have been searching the internet for 12+ hours on how to do this. At this point I'm about to give up. I am using VB .Net 2.0 with the enterprise library jan 2006 release. This is my first time using it and I'm a novice to .Net. I am using the data access quickstart solution and I just started adding my own forms and stuff to it. I got my sql query to work and populate a dataview on my new form with just a few lines of code. Here is my problem : I work in an environment where we have 2000+ MS SQL servers. My app will use a text box to get the name of the server you wish to connect to and retrieve data. The ent lib seems to have the server n ...Show All

  • .NET Development Advanced options > Refresh the dataset

    I am trying to use objectdatasource control binded to a dataset in VS 2005. I have clicked the Refresh dataset option and in the designer.cs generated code it generates below statement. how do I retreive the autoincrement coloumn of _ENTITYID from the objectdatasource Also when I run this SQL statement it gives me the last entered row to the table which is cool but , I could not find it the @_ENTITYID in select parameters and insert parameters while debugging the objectdatasource control. What should I do ____________ exec sp_executesql N'INSERT INTO [LEAD] ([_ENTITYOWNER], [_ENTITYUSER], [_ENTITYMODIFYDATE], [_ENT ...Show All

  • Visual Studio Problems with .net 2.0 beta 2

    I tried installing visual basic 2005, the installer download all the files and ran through the install then after that had all red crosses next to everything and said that .net framework 2.0 beta 2 had failed resulting in everything else failing, I have read other posts on this and tried installing after downloading from microsoft manually and recieved this error: Error 1719 Windows Installer Service cannot be accessed, this can occur in safe mode and if the installer isnt installed correctly, I followed this up and read about it on microsofts site and neither reinstalling or re-registereing works, and I can install any other program fine, i ...Show All

  • Windows Forms Master-Detail Binding Support for Custom Object Datasources??? (for DataGridView’s)

    Hi, Can VS2005 Beta 2 support having 2 DataGridView’s in a Master-Detail arrangement, but when the underlying data which the DataGridView’s are bound to (albeit via a bindingsource) are custom Lists (e.g. BindingList<T>), where the master list of A objects, each A object contains another list of item B objects.   An example of potential A, B classes are shown below (where class Person has a list of Detail objects in it). If this is possible is there a simple example which can be provided BTW - The actual object is to break-up management of a detailed list of data into a Master view (which is summarised) and a drill down ...Show All

  • SQL Server Reference Child Objects in a Report based on...Objects.

    Hello, I have an object that I consume for a Windows Forms Report in VS 2005. The Report displays all of the elements on the top level of the Object (FirstName, LastName, Phone, etc...) but when I attempt to pull items from one of the child objects, such as SkillName, VS.Net throws an error stating that: Error 1 The Value expression for the textbox ‘SkillName’ refers to the field ‘SkillName’. Report item expressions can only refer to fields within the current data set scope or, if inside an aggregate, the specified data set scope. The structure of my object is as follows: Person |_ FirstName |_ LastName - PersonSkill |_ Skil ...Show All

  • Visual C++ Problem with DLL loading on non-development systems

    I work on a python library using (originally) Visual Studios 7.1, but now Visual C++ 8.0 Express.  Python libraries are simply DLLs which export one function.  Under VS 7.1, this built, installed, and ran fine.  However, while using Visual C++ 8.0 Express, I get an error stating: ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. This program runs fine on my development machine (and on any machine with VC++ 8.0 Express).  I figured this may be a problem with dependency DLLs, but my application includes ms ...Show All

  • Visual C# Read from html file

    how can i get my email on hotmail from my application like outlook You want to get the e-mails from Outlook You can find a article on code project that shows you how to interact with Outlook, go check it out here . ...Show All

  • Visual Studio Express Editions Cannot activate express products

    Hi everyone, When I click on the "Register now" link in the Help->Activate Product... menu for both Visual Web Developer Express and Visual C# Express nothing happens.  IE is my only installed browser. Is there a link on the Express product web sites that would allow me to actiavte my 2 products   Or any idea on why clicking that link would not take me into my IE Thanks, Mike Hatfield When are these microsoft idiots going to fix this problem I looked at the reported bugs and all they say is they cannot duplicate the problem.  Tough luck for us. What a bunch of incompetant, useless ...Show All

  • SQL Server Complex Query

    Hello, I am having trouble in getting the expected results. I have two tables as below. I need Idno,transdt,cd,cycdt,amt from joining two tables. The criteria is that if the transdt greater than same month of cycdt then we need get the next month cycdt and corresponding amount for that, if it is less than or equal to same months cycdt then get the same months cycdt and amt. Cd is dummy field which can be anything. I am using sqlserver 8.0 table1 idno,trandt,cd 12345,04/15/2005,cd1 12345,04/15/2005,cd2 12345,04/22/2005,cd3 12345,07/03/2005,cd4 12345,09/10/2005,cd5 3421,03/05/2005,cd6 3421,05/06/2005,cd7 3421,07/04/2005,cd8 3421,07/15/2005, ...Show All

  • SQL Server Using Client Initiated Notification in Analysis Server 2005

    Hi Does any one knows how to use the Client Initiated Notification in Analysis Server 2005 How and where the client sends the notifications Any suggestions Thanks! Rakesh You can use AMO object model to write to submit a notification to Analysis Server. Take a look at books online for information about Server.NotifyTableChange method. You can also construct your own XMLA command to submit notfication to Analysis Server. For example to notify about changes in the Customer table you can submit following XMLA command <NotifyTableChange xmlns="http://schemas.microsoft.com/analysisservices/2 ...Show All

  • Visual Studio 2008 (Pre-release) An explicit conversion exists

    Hey! I've tryed to compile the following code: public class QueryService : QueryContract { public void Query(string query) { EndpointAddress replyTo = OperationContext.Current.IncomingMessageHeaders.ReplyTo; System.Xml.UniqueId messageId = OperationContext.Current.IncomingMessageHeaders.MessageId; CustomBinding binding = new CustomBinding(new TextMessageEncodingBindingElement(), new HttpTransportBindingElement()); using (new OperationContextScope()) { using (ChannelFactory<QueryContract> factory = new ChannelFactory<QueryContract>(binding, replyTo)) { QueryCallb ...Show All

  • Visual C++ VC++ hierarchy information

    Like there is for java, is there any place where I can find all the hierarchy information for the classes in VC++ online Also, I was looking through the stream classes and I found that the order of include statements is as follows: (<fstream> and <iostream>) include <istream> includes <istream> includes <ios> I am learning C++ from Stan Lippman's book and it mentions that <fstream> actually includes <iostream>. Am I missing something here. I meant (<fstream> and <iostream>) include <istream> includes <ostream> includes <ios> ...Show All

©2008 Software Development Network