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

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

dunc1107

Member List

David A. Leon
George Clingerman
Andy Pope
ChristoLee
Ken Morley
CharlieL
dolot
t_o_n_y
Mei1eiric
Joe C...
ciboys
steve13
Steve Landis
Martyn Lovell
Rama.NET
Slesh
Pogman
JohnStallo
geniusguy
imac2005
Only Title

dunc1107's Q&A profile

  • Visual Studio DSL Toolkit and VSIP License?

    Will it always be required for DSL creators to have a VSIP license, and if so, what level of VSIP will be required Thanks in advance Doug Holland The DSLToolkit produces a VSIP package and you will need a package load key to distribute your DSL created package. The good news is that the package load key is free. See www.vsipdev.com for information on the VSIP program. See http://msdn.microsoft.com/vstu ...Show All

  • .NET Development Copy DataSet problem

    I'm using the DataSet.Copy method and trying to create a whole new set of records in database based on previous one. However, by using this method, it will copy the identity column as well. As a result, this will update my existing record instead of creating a new set. What should I do to make what I want Thanks! I suppose you could copy the dataset then remove the indentity column using something like: DataSet ds = GetMyDataSet(); // ...Show All

  • Visual Studio Team System Where's the log?

    We just installed Team Foundation Server Suite. I can access it from the same machine but when I try from other machines, I get a failure notice, TF31002: Unable to connect to this Team Foundation Server. Possible reasons for failure are - The Team Foundation Server name, port or protocol - The Team Foundation server is offline - Password is expired or incorrect. For more information, contact the ...Show All

  • Windows Forms Comparing types of objects???

    Hi In the following code, I am trying to compare the type of object in obj variable with type of typeInt. int typeInt=0; int a = 1; object obj; obj = (object) a; if (typeInt.GetType() == obj.GetType()) { MessageBox.Show("Int returned"); } I want to make sure if&n ...Show All

  • Visual J# Error - Cannot find the Web Service

    I have created a Web Service using VWD 2005 and verified that it is working correctly. I am now trying to access this service from a J# application (named HelloClient) but I get the error. In the HelloClient project, I have created a Web Reference that I have named LeService, which points to http://localhost:8081/HelloService/Service.asmx. On Form1.jsl, I have added a button for which I have the following event handler: private void button1_Cl ...Show All

  • Visual Studio 2008 (Pre-release) Does SvcTraceViewer decrypt messages automatically?

    We're trying to see what our messages look like on the wire and have been using SvcTraceViewer along with message logging. Does SvcTraceViewer show the raw messages going over the wire or does it "massage" the message for display If it massages the message for display what's the best way to see the raw message that is going over the wire SOAP Scope Thanks, Steve it will show raw message,we will t ...Show All

  • Visual C# Socket Question

    I followed the MSDN example for Asynchronus Sockets. It seems to be working, but I'm having a few issues on how it works. Basically I have two Flash clients that connect to the socket server. I want to be able to send a message from one Flash client to the other. I have been successful in wrtining to the socket and returning the data to the client that sent the message. How do I get the other client to recieve data that is sent to the socket. Is ...Show All

  • Windows Forms remove treeview node - convert string to treenode

    I have a treeview and dynamically add nodes to one of the main nodes placed there at design time. I have the name of the node as a string. I need to remove it but am having trouble converting this string name to a TreeNode.... this .tvFolders.Nodes[0].Nodes.Remove(myNodeNameAsString); So, need to convert myNodeNameAsString to TreeNode. Suggestions Thanks, Zath When you add the nodes to the ...Show All

  • Windows Forms why isn't my dataset filled ???

    Hi there, I want to create an Crystal Report and to do that I have to fill an DataSet, but the DataSet isn't filled....why not  The dataset dsValuta contains 2 tables: stam_valuta and stam_valuta_koers they are linked with an foreign key on val_co ...Show All

  • Visual Basic Remove items from My namespace

    Is there any way to remove items from the My namespace or to disable My completely so that I can fill it with custom objects   I like the idea of implementing the My namespace in my app, but I have no use for the default objects.  For example, I want My.User to refer to a shared instance of a class in my application that has nothing to do with Microsoft.VisualBasic.ApplicationServices.User. Thanks, Lance ...Show All

  • .NET Development web service does not work on webserver only on local box!

    Hi there. Interesting thing I just found. I made a webservice which updates my app on request. This is the way it works, simple pseudo: [webservice] Recieves incoming versioning compares with server files if server file versioning > incoming versioning    send the file name end if [client] if filename != null    create the file    request file size from webservice [webservice] recieves incoming request for updat ...Show All

  • Visual Studio Team System New FxCop Rule Requested

    Folks: My I recommend the addition of a new rule (or does this rule already exist ). FxCop should generate a warning message when an object that implements the IDisposable interface is instantiated in a method, and is only used in that method, and is not part of a using block, and isn't disposed. Sincerely, Eric Bergman-Terrell www.PersonalMicroCosms.com Hi James, I would love to receive the code now if ...Show All

  • SQL Server CLR Stored Procedure Not Visible

    I am trying to do some time series analysis on data that I have. I've read that the best way to do this is to use CLR to write the manipulation code in .Net and then load the assembly into SQL rather than extracting the data, manipulating it and putting it back again. I'm using crystal reports with visual studio 2003 to do my reporting. The problem I am facing is that the CLR stored procedures I create using SQLExpress are not visible from my SQ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX messes up other Threads!

    This is my situation: In my app I create a new form that renders directx things (simple meshes...)... The DX (DirectX Feb 2006) form starts up it's own render loop, which runs until the form is disposed. On another thread I run a control that displays a graph... When adding points to the control it calculates the DateTime value to it's internal format and then displays the form. If the DX form is disabled (not even loaded) the graph wor ...Show All

  • Visual C# JPEG Image compression

    How do i create a function that takes a jpeg image and compress it even more, and save it again i have tried to search for an answer but can't find the solution, is there a class i can use en .net like the system.drawing.image links i found, but they are in C and using gdi http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdicpp/GDIPlus/usingGDIPlus/usingimageencodersanddecoders/transformingajpegimagewithoutlossofinformat ...Show All

©2008 Software Development Network

powered by phorum