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

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

tacoman667

Member List

Vaibhav_Patel
antonella cavalleri
Jordanspringer
Eric Y.
Mike Wachal
iffi raja
Moses Bunting
furjaw
DZ_Little_Rock
Mathew Ong
StevenSw
Shishir21370
Genovia
chandk
areia
RajuRaman
ams_ashraf
WASTHEBEST
Hirc
Brian OByrne
Only Title

tacoman667's Q&A profile

  • Visual Studio Team System Publish Operation Failed for Custom Test Type

    Hi there, When I try to publish the test results from a run of a custom test type, I get "Publish Operation Failed." When I include the test in a build, the build log also displays the same error: Results file:      C:\SecureBuild\AdventureWorks\Build_0111\TestResults\TFSSERVICE_VSTSL05 2005-11-18 17_30_02_Any CPU_Debug.trx         Run Configuration: Local Test Run     ...Show All

  • Visual Studio Team System VSTS Online Chat 5/26 and 5/27

    Advanced Development and Testing Tools in Visual Studio 2005 Team System Chat with members of the Visual Studio 2005 Team System team. We'll be answering questions about the advanced performance, security, and testing tools that are part of the Visual Studio 2005 Team System, including the code profiler, static analyis, unit testing, and load testing tools. Add to Calendar May 26, 2005 5:00 - 6:00 P.M. Pacific time Additional ...Show All

  • SQL Server Capture Referrer URL within a report.

    I have a situation where my best solution is to capture the full Referrer URL in my SSRS 2005 Report to facilitate "Back" links within my reports. I have looked but don't see a way to capture this information natively in a report. Any help is appreciated. We don't expose the referrer URL to the processing engine, so there is no way to embed it into the report. In many cases, there is no referrer UR ...Show All

  • Windows Forms Binding with DictionaryBase

    I have seen examples of binding with CollectionBase and IBindingList, but I need to bind collections which derive from DictionaryBase.  Can this be done Thanks, Andrew ...Show All

  • Visual Basic CREATING MODULES

    I AM TRYING TO USE A MODULE TO CALL SEVERAL FORMS IN VB2005 EXPRESS. THE PROGRAM LOOKS LIKE THIS: MODULE MODULE1        DIM form1 As New Form1        DIM form2 As New Form2               Sub Main()          MsgBox( " This is module" )          ...Show All

  • .NET Development How to implement GetFunctionPointerForDelegate function in .NET 1.1

    I try to wrap some native win32 api, but it is need the callback to be the parameter of SendMessage. I solved this by using the new GetFunctionPointerForDelegate function in .NET 2.0, but in .NET 1.1, I found no way to do the same thing, I also found the Delegate.Method.MethodHandle.Value, Delegate.Method.MethodHandle.GetFunctionPointer() and the return value of GetFunctionPointerForDelegate function are different. I was confused. How can i impl ...Show All

  • Smart Device Development Serialport XON/XOFF Handshake State

    Hello all I found the following problem/speciallty in SerialPort I/O with XON/XOFF handshaking. When the SerielPort is opened and set to xonxoff handshaking it is ready to send files, so it is in xon state. When I send a file to the reciever and my device recieves an xoff after the transmition is complete it is then in xoff mode. After this I can't send anymore files because the port is blocked in xoff and my reciever won't send an ...Show All

  • .NET Development WSE 'Bad Key' Exception

    This error has been driving me mad for weeks...Hope someone can help me out here...Thanks in adv... I am sending a soap msg encrypted using WSE 2.0 sp2, while the 'bad key' exception just keep coming out. I thought it has something to do with the certificate permission for the ASPNET accout which is generated by the .net framework automatically after it starts. However, the error still exists after I added the Read permission for that ASPNE ...Show All

  • Visual Studio Team System Specify Messagebox options

    Hi Added the messagebox options i.e messageboxoptions.rightalign (assuming that if my application was to be used in an rtl environment then the text would be right aligned), so even though rtl is set to No and the language is set to default (which I can only assume is either US English or UK English), so why are all my messages boxes titles now right aligned Have I missed something here Duncan If you sp ...Show All

  • Windows Forms How to display SmartTags/DesignerVerbs in a home made DesignerHost

    Hello, I have a some custom controls that i drag and drop onto a form designerhost that i've implemented. The custom control i'm adding has its own designer that adds properties and designer verbs. My form designerhost is able to display the new properties generated in its designer, but the designerverbs are not visible. Which services/interfaces have to be implemented by my designerhost to get this to work (when I add my custom control t ...Show All

  • Visual Basic strange bracket problem

    Hi, I've been finding that randomly, after building my project, the editor will start inserting brackets as I type. For example: I type "a" - it changes to "a()" I type "try" - it changes to "t(r)y" I type "ng.Save" - "n(g).s(a)ve" I've disabled Edit and Continue, but still have the problem. The only way to get round it is to restart visual studio. I've had the problem on two computers, ...Show All

  • Visual C++ Newbie generics question

    Hi, I'm very new to .NET and Managed C++, so bear with me The following code compiles fine: using namespace System; using namespace System::IO; public ref class MyFileSet : public Collections::Generic::IEnumerable<FileSystemInfo^> { public : MyFileSet() { _MyFileInfos = gcnew Collections::Generic::List<FileSystemInfo^>(); } virtual Collections::Generic::IEnumerator<FileSystemInfo^>^ GetEnumerator() { return _MyF ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Trying to restart a streaming video. It plays in a different window!

    I have a C++ dll that is used by a .NET app that plays Video using DirectX 9.0. It plays fine with local wmv file. I can stop it, pause it or restart it. It works fine. I use the same code to play a file from a streaming website. When I do this I am not able to restart. I play the video in one of the windows and when the user chooses to navigate out of it I call VideoCleanup(). When the user navigates back to the video screen I am attempting ...Show All

  • SQL Server import hierarchical data

    hi folks, I have to import hierarchical text files like: 32;country;city;postalcode;street 21;name;firstname;salutation;title;age;nickname 21;name;firstname;salutation;title;age;nickname ... additionally I have to eleminate doubles. what is the best way for this problem I have set up a flatfilesource with two columns and a conditional split on the first column so now I have an output with [country;city;postalcode;street] and one with [name;firs ...Show All

  • Software Development for Windows Vista Binding

    Hallo, i have a binding problem, need some help on this issue. The workflow that i have has some specific properties like public string Location { get{return this.myTimeOut;} set{this.myTimeOut = value;} } Inside the workflow is use a "Transfer" activity which has some generic parameter, something like public static DependencyProperty ParametersProperty = DependencyProperty.Register("Parameters", typeof(Dictionary<string, ...Show All

©2008 Software Development Network

powered by phorum