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

Software Development Network >> Luigi Conti's Q&A profile

Luigi Conti

Member List

Richard Purchas
Dan Konigsbach
SKasic
tlin5043
Guri
Rick1138
husman
ba2007_2008
barnefr
kari0002
RamsBangalore
Muskoka
Navind
danion
Brian Bergh
MaTT_17
Salimgbelim
cosmopoet
Bob McCaffrey
m1n2i3s4ti5ka
Only Title

Luigi Conti's Q&A profile

  • SQL Server Broker:Corrupted message

    Hello, Has anyone seen this in profiler I have two brokers on different servers with one of them being the initiator. All messages end up sitting in the initiator's transmission queue. Profiler on the target broker's machine displays this for every attempt to send by the initiator: A corrupt message has been received. The End of Conversation and Error flags may not be set in the first sequenced message. This occorred in the message with Co ...Show All

  • Visual C++ binaries compiled using VC8 not running on IA64

    As VS 2005 is not supported on IA64 platform i had to use cross-compilation on 32bit machine. i did vcvarsall.bat x86_ia64 for setting the build environment. after building the application i tried running it on  IA64 machine but it is not running. D:\samples>exercise.exe The system cannot execute the specified program. manifest info is embeded in the application and in its dependency dlls. on checking C:\Windows\WinS ...Show All

  • Visual Basic Just wondering is it possible to change the default title of MsgBox?

    Is there a way to change the default *ugly* title of MsgBox Please don't take it wrong. I know that I can provide the 3rd parameter - but I have to do it on every call. Any ideas   Neo wrote: I think I would like to file a product feedback. You very welcome to :) - do you need any help in doing so (use the send feedback on the community menu item in Visual Studio) ...Show All

  • SQL Server SCD Insert and Identity Columns

    It looks like you can't use an identity column to generate your surrogates. (Leave out the value during the insert operation) What gives So is the only alternative to do a lookup when I start my data flow to get the Max surrogate, then after my SCD and before the OLE insert destination , use a script task to increment Using identity columns should be a best practice for surrogate keys in SSIS -  ...Show All

  • Windows Forms Assembly downloads every time

    Hi All, I have developed an application that consists of a windows user control and an ASP.NET application that has a Web Form loading this control using the object tag. The HTML code looks like this: <OBJECT id="LoginControl" style="WIDTH: 673px;&nbs ...Show All

  • Visual Studio Team System Extending Team System Version control Mechanism

    Hi         I want to use my legacy Version Control Implementation using Team System clients(GUI). Is it possible for me to plugin my version control dll(eg:SCC.dll) in to Visual studio . In Visual studio ,we use to implement SCC -SDK and plug in our source control in to visual studio. is it possible to achieve the same in team system. On client side ,visual studio team system uses - M icroso ...Show All

  • Visual Studio Team System Custom validation rule to compare a response header key/value with an expected response.

    Just wanted to share this solution with all.  Another good example of the tool's extensibility... Sorry about the formatting, looks like it lost indentations. /*********************************************************/ using System; using System.Text; using System.ComponentModel; using System.Collections.Generic; using System.Collections.Specialized; using Microsoft.VisualStudio.QualityTools.WebTestFramework; ...Show All

  • .NET Development Any way to find the number of subscribers to an event using reflection?

    As the topic says, I need to find out how many subscribers there are to an event, given only an object and the event's name.  And, that event is owned by another class (currently limited to my own code, in my own assembly, but I can't expect that in the future).  My previous solution was to modifty the add/remove accessors, and expose a field that counted the adds/removes.  That was ugly. Ok, ok, I know.  Just the mere idea ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Move a Mesh

    Newbie Question here, How does one move a mesh around in a 3d space The only thing I can seem to do is move the camera around it. I have my mesh loaded up and everything, I just want to know how to change its x,y, and z coordinates. Thank you! class World { private Device _device; private _transform1, _transform2; public World( Device device ) { _device = device; _transform1 = Matrix.Tran ...Show All

  • Visual Studio Team System Test Approach document

    Heya, we've just started using the Foundation Server and I'm being assign with the task of creating a test approach. I opened the document "Test Approach.doc" and I have no clue whatsoever what kind of information I should put there. Is there a guide (except for the "MSF for Agile Software development" web pages) that can explain it a bit more. Terms such as "Tests supporting programming" and "Tests challenging product" are a bit vague for me. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Thread safety and graphics device

    I am experiencing errors in the form of a locked application when I have a device (with two backbuffers) in one thread which i use for rendering while another thread attempts to lock and read the other backbuffer. I get no error. The application just freezes on the call to getBackBuffer. I attempt to lock buffer 1 while rendering into buffer 0. How is the graphics device working in relation to threads Can you work on a buffer while renderi ...Show All

  • Visual Basic Vb.net

    How to create a textbox during runtime IN VB.NET IS IT POSSIBLE ...Show All

  • Visual C# How can I traverse a treeview and delete every node that deosn't have child?

    Hello, I am wondering how can I traverse a treeview and delete every node that deosn't have child. Please help. Thanks. You have two options. You can traverse by index in reverse through the TreeNodeCollection and remove them as you find them. Or, you can loop through them and store a reference to each one found in an array or collection. And then afterwards use the Remove method on each item in the array ...Show All

  • Windows Forms problem with printer trays

    hi i am have a problem with my application using the printer for getting printouts problem: i have an application developed in vb.net and a printer having three trays.when the user wants to get the printout from tray1 he should get it only from tray ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find SvcUtil.exe

    I am unable to find svcutil.exe even after intstalling WinFx Runtime components. Looking at other posts, it should be in Program Files/Microsoft Sdks/Windows.... folder but there is no folder of this type. I have written a service, I am stuck at the step of generating the Proxy. Thanks, Akhil Did you also install the WinFX SDK Look here for installation instructions: http://blogs.msdn.com/madhup ...Show All

©2008 Software Development Network

powered by phorum