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

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

Merlinv

Member List

Nigel Findlater
Tony Bass
spm
DummyJone
Buda56
Kajal Sinha
computer creations
Giuse
mofo
axdimensions
Dorie Hannan
Software Arch
Andy Rich
Pranav Shah
Johnson Maynopas
Mike Mueller
mandara
iGattreX
Vimm
DesperadoMike
Only Title

Merlinv's Q&A profile

  • Visual C++ problems with debugging

    i have installed 2003 .NET and Visual C++ 6.0. i want to debug a C++ code and also attach a process to the debugger. but i cant do it with Visual C++ debugger. i can do it with .NET debugger. the debugger in C++ is not showing any processes. can anyone help me with this. i want to use c++ debugger. i dont see any processes in VC++ debugger. the code is written in VC6. ...Show All

  • Visual Basic Page UnLoad

    I want to write some code while closing a particular aspx page.How can I call Page Unload event And also how can we fire Session End event while closing the browser ...Show All

  • SQL Server Create New SQL Server Mobile Edition Database

    Hi, I follow the instruction to install SQL Server 2005 Mobile Edition, but when I try to change the Data Source to add a new connection, I don't find "Create New SQL Server Mobile Edition Database". Does anyone know how to fix this Thanks Paolo Giorgio DEVTOOLS ==> Microsoft SQL Server 2005 Mobile [ENU] Beta 3 or Microsoft SQL Server 2005 Mobile [ENU] Developer Tools Uninstall & Reinstall&nb ...Show All

  • Visual Studio Team System TF Beta 3 Compatible with VS 2005 RC1 ?

    I can't imagine that it is not but you know what they say about ***-u-me-ing.  I'd like to start evaluating Beta 3 without having to wait until Nov 7th.  :-) WRT the TF Server, I *think* the final MSRP was some something like $2899.  The CALS are included with the various Visual Studio 2005 Team System SKUs.  So the price varies depending on which SKU you buy. I have a few more questions ...Show All

  • Visual Studio Team System Portfolio Explorer location?

    According to the Power Point slide show the software comes with a "Portfolio Explorer" but I have loaded the client and can not find this feature. Am I missing something or looking in the wrong place Thanks, Kevin "Portfolio Explorer" was an early working name for "Team Explorer". Team Explorer is a separate install which integrates into Visual Studio and is used to connect to a ...Show All

  • .NET Development IIS And Impersonation - accessing file shares?

    hi all, i have two servers, one web server (called WS01) and a file server (FS01). I have a new drive on FS01 and i want to store my uploads to it. The problem is that the two servers are separated, they are located in the same place, and can see each other via private ip addresses but are not on a windows network together, so they dont share user accounts. I was testing the sites on our servers and discovered that i can't get into the ...Show All

  • Visual Studio Where to put additional tasks

    I'm having a problem with my build. We have TFS and I created a buildtype to build our solutions. Everything works fine. However, I need to do some other work delete some directories and execute some command-line tools. I created two targets and added them to TFSBuild.proj. In the first target I used the "Delete" task and in the second target I used the "Exec" task. They never get run when I do a build. I wante ...Show All

  • Smart Device Development Deploy MSD with C# aoo on Tablet PC

    Hello, Where I can find some info on how I can pack an MSDE db with a C# app to deploy them together on client machine, in this case a tablet, or any machine. This should also apply when there is a db schema change Thanks ...Show All

  • Visual Studio 2008 (Pre-release) MS SoapToolKit 3.0 - SoapClient30 Client calling a WCF server

    I get a Run-Time error '5415' when I call a WCF service from VB 6.0 with the MS Soap Toolkit 3.0 Error : connector: connection time out. HRESULT=0x800A1527 Client: Sending the Soap message failed or no recognizable response was received.   Unspecified client error.   Const WS_URL = "http://10.3.10.7:860/WS/ wsdl" Dim oWS As SoapClient30 Set oWS = New SoapClient30 oWS.MSSoapInit (WS_URL) strResp = oWS.Hello("VB", "Pas ...Show All

  • Visual Studio Team System Automating Test Execution

    I would like to know the class which could be used to automate test case execution. Currently, we need to manually start the test case execution in the test manager.  But, I have a requirement to execute the test cases in the test project for multiple times with different types of data. This is to verify the functionality - not to measure the performance or load. I found that test cases can be executed in command line with the command “ ...Show All

  • Visual FoxPro Can't write to new tables.

    Hey, I was given the task of updating a project in .NET and foxpro. I opened up the foxpro database and added a couple tables. I can write to them from the command line, but I can't insert or update records through the oledb. The users have write access, and can write to any of the old tables, but not the new ones. I am doing this in VFP 6.0. I don't know what the version to make the originals was. What am I missing ...Show All

  • .NET Development How to encrypt a SOAP response

    Hi, I wonder how we can encrypt the response using WSE2.0. Thanks, Justin Hi Justin, This will help you. http://www.theserverside.net/articles/showarticle.tss id=InteropWSE thanks, kedar ...Show All

  • Visual Basic Passing 2d arrays from VB.NET to VB6

    Hi, I've got a VB6 ActiveX DLL that exposes the following method, which checks that the argument is a 2-d array of the correct size: Private Function myFunction(strDes() As String)     If Not UBound(strDes, 1) = 10 Then Exit Function     If Not UBound(strDes, 2) = 2 Then Exit Function I need to call this from VB.NET, so I tried the following: Dim strDes(10,2) As String vbObject.myFunction(str ...Show All

  • .NET Development Strange behaviour when calling a sql function using SqlCommand

    Hi! Have a very strange problem when trying to call a sql function from my .NET code using SqlCommand. In my sql function I'll do a check if a table exists before doing anything else in that function CREATE FUNCTION [dbo].[a_function] ( @param1 int ) RETURNS bit BEGIN IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'<MYTABLE>') AND type in (N'U')) BEGIN RETURN 1 END <more logic> END When I run ...Show All

  • Windows Forms CODE FOR PRINTING

    Please HELP!!! I am a college student in an online only environment. I need to create a windows application that displays "Hello" and prints the numbers 1-10. I have completed everything else, but every time I try to program the print button I either get an expression expected notification during the build, or if I have a successful build, I get an IOException error. How do you make the button output the numbers to a printer I am lo ...Show All

©2008 Software Development Network

powered by phorum