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

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

kolja2005

Member List

zxber
jmol
scott t
Wisc
atoast
Loren Bain
marbanno
Clemenza
Rahul Shankar
psique
Glenn0305
FernandoAlvarez
slyi
Sam Bent
quan170165
elke0842
gfunsmoot
Andy Lindley
tim1234
PeterR
Only Title

kolja2005's Q&A profile

  • Visual Studio 2008 (Pre-release) Reliable Transactions.....

    Is there a way to call a method at a publish endpoint and if that site is down, have messages queued so that when the site comes back up, those messages are sent all with out the client not caring or knowing   thanks Ralph Yes, using the netMsmqBinding. The service exposes an endpoint over netMsmqBinding, the client will be configured for the same binding. So long as MSMQ is installed on the clien ...Show All

  • Windows Forms Saving a Cookie from Inside a Secondary Thread

    Yes, I know this is an ASP.NET question and I should ask it on the ASP.NET site, but I'm usually a WindowsForms kinda guy so I wanted to post the question here first. I have to start a new thread on an ASP.NET page (using VB.NET)  ...Show All

  • Visual C# Hardware Abstraction Layer (HAL) for the .net framework

    MS has done a great job with the .net platform. but as today's apps are business oriented the .net framework is largely developed for business centric apps. C# will undoubtedly be MS's next generation development language but when it comes to low level system functions such as accessing ports and pci slots, usb devices we have to undergo through win32 apis. so i would like to suggest a HAL for the .net platform so that devices can be programmed ...Show All

  • SQL Server Error handling with MDX and Reporting Services

    I have having trouble with an MDX Statement. There are some instances where the MDX statement I am passing in isn't correct or invalid.  The report takes in serveral default parameters and creates an MDX statement from it. When this error happens I get an error similiar to Formula error - cannot find dimension member ("[Time].[2005]") - in a name-binding function on the report page. I would like to be able to handle this error in report ...Show All

  • Visual Studio Tools for Office Installation of VSTO require Framework 2.0

    Hello, I am try to install VSTO beta 1 for Office, but when the installation start I receive message that inform me that I have to install before Microsoft Framework 2.0. But on this machine I have been installed the Framework v2.0.50727. where is the problem you have to install the beta of VSTO correspondig to the framework. For example i have installed recently the VSTO Release Candidate and the Redistribuible Framework RC .... ps: are ...Show All

  • .NET Development how do i validate and deserialise xml?

    I want to use the XmlSerializer to deserialize an xml data file to an object. As part of this process, I want to validate the xml data against a schema to avoid errors. My solution was to use a XmlValidatingReader to load the xml file into an XmlDocument object and validate against the schema. If the data is valid, the XmlDocument data is passed to the XmlSerializer. It works but there a simpler way Thanks Jason ...Show All

  • SQL Server Support for Execute DTS 2000 Package Task on Win 64 AMD?

    I have imported a series of SQL 2000 DTS packages to our 64bit AMD SQL 2005 server. I then created SSIS pkgs to run each SQL 2000 package using the Execute DTS 2000 package task. Then I deployed these packages to the Yukon server as well. I can run these packages when launching them via Integration Services from Management Studio on my workstation, but when I try to run them via a SQL Job or the DTExec command on the server, I get this error. ...Show All

  • .NET Development Shortcut to application launches windows installer repair program

    On my Windows Installation project, I have a registry entry - to have the program run at startup - that's set during the install process. In my application, user can opt to have this feature turned off (the program will then delete this registry entry). However, when that's done, the next time user launches the program through the shortcut item, the windows installer repair is launched. This however is not happening when they ...Show All

  • Visual Studio Team System Attempting to auto assign to triage user

    Under our AD we have a user called triage, created with the intent that this user will be logged in during the morning war-room meetings where dev and qa meet to discuss new bugs and what to do with them. I'm trying to set team system to auto-assign any bugs with status of New to this triage user, but whenever I try to verify the xml through the witimport tool, I keep getting the error: '[domain name]\triage' is not a valid user or group name. ...Show All

  • Windows Forms Terrariom Down?

    Am I missing something   "Played" this game a year ago or so and just stumbled across it again over Thanksgiving but it seems to be down.  I'd like to see things start up again. What do we need to do to make that happen ...Show All

  • Visual Studio Express Editions how to add new line in messagebox

    in vb.net, " &vbnewline& " is used to add a new line in the messagebox.show(); e.g. messagebox.show("this is first line" & vbnewline & "this is second line"); how to do it in c#.net plz help Brendan Grant wrote: MessageBox.Show("this is first line" + "Environment.NewLine" + "this is second line"); Also I'd like to add; If you would l ...Show All

  • .NET Development Q: Executing a method in another thread

    Hello, I know that this has been discussed before, but the answers I have found were "you don't want to do this" rather than "how to do this", or specific to the main thread. I am in Thread A. I have want to call function (or delegate) F in the context of Thread B. When thread B is the main UI thread, I have a dispatcher that can invoke the function. However, I'd like a more general mechanism of telling .NET "execu ...Show All

  • .NET Development No symbols are loaded for any call stack frame. The source code cannot be displayed.

    Hello. I installed VisualStudio.NET 2005 a few days ago.  ( not beta ) While I'm debugging, I'm faced with strange message box. -- MessageBox -- No symbols are loaded for any call stack frame. The source code cannot be displayed. -- Debug Detail Window -- FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7a2b5aec, on thread 0x358. The error code is 0xc0000005. This ...Show All

  • Windows Forms Detecting if preview mode

    Hi, When I use the System.Windows.Forms.PrintPreviewDialog and get a PrintPage event. How can I see the difference between painting to the screen (in preview mode) or if painting to a printer (e.g. the user has pressed the Print button the PrintPreviewDialog) ...Show All

  • .NET Development visual studio 2005 and 2003

    Hi! can we have visual studio 2005 and 2003 on the same machine Roxane ...Show All

©2008 Software Development Network

powered by phorum