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

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

Judah

Member List

jimmy06
Kendrew
MarlaF
945
Manjushree
Akash69
Bil
EricJ
wattgn
EB78
Matthew.S.Davis
gatsby0121
Oya ORER
Joseph Z
DtwSailor
Tom Morrison
Dev_1
Nathan Dolly
arpicheck
Yanbing Hu
Only Title

Judah's Q&A profile

  • .NET Development OnThreadException

    Hello All, I use BackGroudWorker in a Windows forms application I have a question : In the RunWorkerCompleted event handler, I throw a new exception of type "RefreshException" as follows: private void refreshWorker_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) { if (e.Error != null) { if (!mIgnoreException) { throw e.Error; } else { ...Show All

  • Visual Studio Team System Test Run deployment issue: directory is not trusted.

    Hi all, I have an application which uses a DLL from our network drive M:\VS2005. Build works fine, but when I call the Testproject it always aborts with this error message: Failed to Queue Test Run ... with id ...: Microsoft.VisualStudio.TestTools.TestManagement.ExecutionException: Test Run deployment issue: The location of the file or directory 'M:\VS2005\MyDLL.dll' is not trusted. Here i've read about caspol.exe and I tried it with every comb ...Show All

  • SQL Server sql server 2005 auto number property

    Hello I have a table with two columns. First column is type and second column is ID. ID column must be unique and I want to give values in ascending order to the new records. For example first record's ID is 1 ,second one's is 2 ... How can I do this in sql server 2005 Hi, Just go over the column you want to modify as an identity column. Open the context menu by right clicking on the column. And select M ...Show All

  • Visual Basic Convert Visual Basic program to a executable file

    Hi, I have coded the visual basic program using Ms-Excel. I wanted to create a self executable file from the program. I have Visual Basic 2005 installed but do not know how to make a self execuatbel file. Can anybody help me on this The program converts a one format file (File1 - CSV) to another format file (File2- prn format). Or may be there is another way to make a self exceutable file which takes the input file as CSV and convert it ...Show All

  • Visual Studio Express Editions Installing PSDK for vc++

    I have sucessfully downloaded and installed vc++ express and registered it. I want to develop a graphical win32 app but there is no standard project template to do this. I read an article saying i should download PSDK so i have done that i downloaded x86 version and have sp2 and fully updated winxp about 2/3 through installation i get the error 1330 C:\WINDOWS\Installer\MSI67.tmp invalid digital siginal corrupt cabinet file. Plz help. I am a new ...Show All

  • SQL Server Which version is best for me ?

    Hi I want to install SQL Server 2005 on a dedicated server. I will be placing around 20-25 databases on this which will be access by same number of web-sites with under 1000 pages visits each per web-site. Can you please suggest which will be the best version of SQL Server for my needs. Thanks for you help. G, Hi, I know this is a very plain answer to your question, but see the limitations of the editions here: http ...Show All

  • Visual C# Get a windows object from its handle

    How do I get a windows object from its handle in C# IntPtr pointer = MyControl.Handle // this is fine but how do I .... Control c = GetControlFromIntPtr(IntPtr). Thank you. I had trudged through MSDN, this forum and Google with no luck. I even missed in Intellisense cus I had declared an instance. ...Show All

  • SQL Server Work tables/bookmark lookups

    I notice that SQL Server 2005 creates worktables where SQL 2000 does not. Often these work tables appear in STATISTICS IO, but they show a 0 scan count and 0 logical reads. These worktables often appear to be substituted for bookmark lookups. Has the optimizer decided to use worktables instead of bookmark lookups (often resulting in a higher cost plan) Sharon Hi Sharon,   ...Show All

  • Software Development for Windows Vista Adding unauthenticated attribute to PKCS#7-message using CryptoAPI in "stream-mode"

    Hello! Please, help! How can I add unauthenticated attribute to the signed PKCS#7-message using stream (message is rather large) What sequence of calling CryptMsg-functions:CryptMsgOpenToDecode(...), may be CryptMsgOpenToEncode(...), CryptMsgControl(CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR...), CryptMsgUpdate(..) have I implement I've experimented with different combinations, but no results... :( This is really important problem that I'm trying to resol ...Show All

  • Visual Studio Tools for Office Serious Error with Action Pane/User Control

    Hi, I have created one user control named "usercontrol1" and added two combobox onto this user control. Then on click event of one button I have added following code to add this usercontrol to action pane: private void button1_Click( object sender, EventArgs e) { Globals .ThisWorkbook.ActionsPane.Controls.Add( new usercontrol1 ()); } When I run the application and click on button1, I get the content of usercontr ...Show All

  • Visual Basic Intellisense Problem

    I have a problem with the autocomplete feature of Visual Studio 2005. When I use VS2005 for an extended period of time the code editor starts to behave very strange. When I'm writing code it starts to autocomplete my code when it should not. Example, if I want to write: Dim sName as String it can ends in: d(ims) nameas String Dim s(name) as string Dim sn(ameas) string etc. As it was loosing focus and it autocompletes while I'm writing (I write v ...Show All

  • Visual Studio Cannot change aggregate function behavior in matrix

    I'm having trouble with changing the default behavior of the subtotal aggregate function in my matrix report. If I just add the subtotal without specifying it's aggregate function, it always defaults to the first value in its respective column or row (below). Date Person1 Person2 Person3 Total 1/1/2006 100 10 4 100 2/1/2006 70 5 3 70 3/1/2006 10 6 2 10 Tot ...Show All

  • .NET Development Web service consuming error

    Hi, I have a simple web service that looks like: [WebMethod] public bool TestMethod() { return true; } I have to consume this service from a Windows application written in C#. On my develop machine the application works fine, but on another machine I get an Exception: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** ...Show All

  • Windows Forms Is taskvision free?

    What are the terms and conditions for using TaskVision as the basis for an application used for commercial purposes Hi Mike (and any other reader), I am not trying to be difficult or a trouble maker, I have been burned in the&nbs ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this questi ...Show All

©2008 Software Development Network

powered by phorum