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

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

ijemiD

Member List

Daring
Caleb Sim
leovernazza
Witzbold
xyz_Lucky_abc
Mihir Mehta
Arnshea Clayton
Suresh Beniwal
HighTekHillbilly
Idev
GavinRitchie
wjcampbe
Kristy2610
MKMahesh
Interdart-ML
kelly hughes
Alex118
Stonehaven
Dale Harris
Charles Adams
Only Title

ijemiD's Q&A profile

  • Visual Studio 2008 (Pre-release) [bug] wcf hangs indefinitely on complex type when returning (worked on feb ctp)

    In the may beta 2 release, I can no longer return some of my domain types. Something I could do perfectly with the feb. ctp. My domain model is decorated with the correct datacontract and datamember attributes. In it I have a 'Person' which inherits from a base class. In that baseclass I have a private bool. This class serializes and deserializes great. However, when I use some other domain object, which has a property of type 'Person', the server never returns to the client. Commenting out the private boolean [Datamember] attribute, does let it return. (obviously, this is not a workaround I can consider). I have created a test where I ...Show All

  • Visual C++ Activex control newbie question

    Is there a difference between OCX files (Activex Control) to a DLL component that is created using ATL Which method is better Also, can I package DLL into cab files to embed in HTML Or can I only do this with OCX files steve bushner wrote: Is there a difference between OCX files (Activex Control) to a DLL component that is created using ATL Which method is better Also, can I package DLL into cab files to embed in HTML Or can I only do this with OCX files I don't think anyone uses the ocx extension anymore - but back when they used to, an ocx was a COM DLL with an ocx extens ...Show All

  • Visual Basic New Project dialog is empty - No templates whatsoever!

    Look at this screenshot: http://dondata.homepage.dk/Empty.gif I have allready tried to Repair the installation, and allso completely uninstalled VB and the installed it again, but the dialog is still empty. What is happening and more important; how to get my default templates back Maby I can copy them from CD or something Thanks for the extensive info. I can see the the structure of my filesystem is OK. However my VB still only shows a completely empty "New project" and "Add item" dialog. Here is a screenshot of my document settings . ...Show All

  • Visual Studio Source Safe Analyze

    We are using the VSS 2005 Beta with about 10 local users and 3 remote user. Looking from the VSS Admin GUI, we see that nobody is Logged into the Database, but when we try to run Analzye -f it complains that someone is logged in. Where can I see all the machines logged into SourceSafe The remote people are using the VS 2005 Beta with the Internet plugin. These people never seam to show up in the list of users logged in. How can I determine if they are logged in We need to run the Analyze program but can not. How else can I get everyone logged out > The remote people are using the VS 2005 Beta with the In ...Show All

  • SQL Server The subscription to publication is Invalid

    Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is invalid. (Source: Merge Replication Provider (Agent); Error number: -2147201019) --------------------------------------------------------------------------------------------------------------- The remo ...Show All

  • SQL Server Invalid length parameter passed to the SUBSTRING function

    Hi all, I am having a weird issue after we upgraded our DB server to SQL 2005. I have a SP used to extract exchange rate, and a job calls this SP daily. This job worked fine on SQL 2000, and works very well in Management studio if I call this SP seperately, but failed in sql job in 2005. The error statement pointed to: select left(@row, charindex(',', @row)-1), REVERSE(left(@reversedrow, charindex(',', @reversedrow)-1)) The error message is: Invalid length parameter passed to the SUBSTRING function. Anyone knows what's the difference for LEFT function between sql 2000 and 2005 Thanks Bill I would imagine C ...Show All

  • Windows Forms unload me

    in vb6 we have this function unload me however in .net i can't seem to find it so how do we unload a form here in .net  not close but unload NOT THIS ONE (e.g.)  me.close me.dispose application.exit i'm looking for the convertion of that unload me code here in .net thanks in advance You may wish to build a parent form to Form1, so&nbs ...Show All

  • .NET Development is the Client online????

    Hi, I am new in C# programming. I have developed a Client-Server Application.The Clients can loggin to the Server and send messages to each other. My Question is: How can the Server know whether a Clients is still connected I use TcpListener, TcpClient .Connect(serverIP, serverPort), StreamReader and StreamWriter for the communication. Thanks. MAT. This question is better suited for the .NET Framework Networking forum where general framework related questions are posted.  Reserve this forum for general questions related to C#. I'm moving the thread over there where the experts ma ...Show All

  • Windows Forms How to update a partial table in to the databse from a dataset

    I have a table with 6 columns. The first four columns forms the primarykey for the table. From the application, I am supplying three paramaters to the DataAdapter's SELECT command. I am retrieving the records that has values specified by these three paramaters for the first three columns of the table respectively. So my DataTable in the DataSet contains only&nbs ...Show All

  • SQL Server "product level is insufficient" message during flat file import

    I'm using the import wizard to create a new table from a flat file source.  The table gets created but no data gets copied.  What's wrong   Here's the report: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Error)         Messages         * Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source - inSsrc_txt" (1).    ...Show All

  • Windows Forms More information

    When we use the grid, it auto-generates columns for us. At first I thought that was handy. We removed some columns, but they are again re-generated automatically. ITEM TWO We also noticed that the order of the columns is not the same at run time as it is at design time. Note: I am using VSTS Beta 3. Beat regards, Jerry Nixon YES!  I have the same problems!  A copy of all of my textboxcolumns (I have 27) gets generated, but they are not referenced.  Also, the column order gets switched -- for me, I get all of my image columns first, then my combo box columns, then my text box columns.  It's VERY ann ...Show All

  • Visual Studio How to print a simple JPEG ?

    I am just want to print a very simple jpeg from my hard drive using the report control How can I do The jpeg path may change up to different record You can create a report with an image control that gets the image bytes from a data source. At runtime, you can construct a single column, single row data set that contains your report bytes and pass it to the viewer. But I'd like to understand your scenario a little better. If the only thing you want to do is print a single image, without displaying any data/aggregations/charts, etc there may be other winforms controls, or even a small amount of code that could do the job more easily. ...Show All

  • Visual Studio Team System Email, Exchange integration

    Just a quick question if anybody has any ideas.  We typically generate a lot of email around a project and store these in dedicated project mail boxes.  I just wondered if anybody has any ideas if it would be possible to link to a specific mailbox in exchange to somewhere within TFS project. You can't map an Outlook folder to a TFS project.  However, you can subscribe to email alerts on work items in a team project.  There's also a sample in the Beta 2 Extensibility Kit that covers how you could write a tool that synchronizes between TFS and Outlook.  We will provide ...Show All

  • Visual Studio Tools for Office Excel Application Object question

    I'm currently trying to make a program that interacts with Excel.  Problem is that when I'm editing a cell directly and try to change the property of ANY cell, the program crashes and says I can't edit the property (stuff like ColorIndex). How on earth can I detect if a cell is currently being edited I'm using the Excel application version that is from Office XP, not Office 2003. You might get some better results by asking in the Visual Studio Tools for Office Forums. ...Show All

  • Visual C# C# Needs a Property keyword like MC++ has now

    I've said this before, even directly to Anders, and I'll say it again: C# needs a simpler way to declare properties. Don't believe me Check out this video of a John Lam talk about the future of programming languages that espouses dynamic programming langauges like Ruby: http://www.ftponline.com/channels/net/reports/vsliveto/2006/multimedia/lam.aspx About 1/5 of the way into the presentation he gives this example of a piece of code everybody has to write and should be sick of doing by now: private string _data; public string Data { get { return _data; } set { _data = value; } } He's right. There isn't a good reason to have ...Show All

©2008 Software Development Network