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

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

SilverMecer

Member List

HLdeveloper
Jagan P
Jose Eloy
RavensAngel
Unbeliever
Laurent
Seyed
Richard Morgan
Roberto_1959
bleeyt
chenthorn
13one
Terry Muench
bounty
GDM
MosIdiot
Danidiner
Splinta
DevMate
Russell Klenk
Only Title

SilverMecer's Q&A profile

  • Visual C++ Error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'

    I keep getting the following error message every time I try to run or build a C++ application in Visual Studio 2005: Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\system32\cmd.exe'. It only comes up with a C++ program. VB seems to be fine. I was working on a "Class Library" when it first started so I tried creating a new project. I tried doing a build before doing anything and the error message still ca ...Show All

  • SQL Server Redimensionate parametervalue array

    Hello, in reporting services I have to pass parameters as an arry, the problem is that I dont know the number of parameters that the user is going to select because one of those parameters is a multivalue parameter, So I used a constructor with a constant number of 10 for example, then I iterate through the checkboxlist to know which checkboxes the user selected, as I have 2 already know parameters, the number of parameters will be minimum 2 if ...Show All

  • SQL Server SSIS Package failing in SQL Agent only

    Hi, I have an SSIS package that contains a single data-flow task: Exporting from a SQL Server table to a tab-delimited text file. When I run the package in BIDS or within SQL Server it runs fine, but if I try to run it from within a SQL Agent Job it fails. The step contains the following Command Line configuration:  /DTS "\File System\GfKLoad1" /SERVER "SCSRV-DR2" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF When I run dtexec f ...Show All

  • Visual Studio Team System Sometime unable to connect to TFS from team explorer

    Hi All, I've winxp which install team suite, including TFS client. This machine doesn't login to domain where the TFS server is. As a result, when I tried to add the server url the first time, it was OK from VS2k5. Close it and re-open VS2k5, sometime I got an error "Unable to connect to BIS service", and no login dialog popup. Restart machine, and tried to re-open VS2k5, got popup login dialog. Then login is OK. Has anybody experience this prob ...Show All

  • Software Development for Windows Vista Using a Create Task Activity inside a While loop

    Hi I have developed a sharepoint sequential workflow. It consists of a while loop, inside which there are 2 activities (in a sequence)- 1. Create task activity 2. Code activity Code activity is used to set the test condition of the while loop. The loop executes successfully on the first iteration. But on the subsequent iterations, an error occurs in the workflow. My requirement is to create the task repeatedly as long as while ...Show All

  • Visual Studio Won't check in dot files

    We are using Eclipse for some development and the project has some important hidden dot files (for example ".myfile_properties"). These file hold some properties that are not kept in the source file itself. However, we are not able to add these files to VSS. The client version I am using is 6.0d. I have tried through VSS client and the eclispe plugin. It comes back with an error, 'Invalid SourceSafe syntax: "$/Modified Lawson Source/AMRPGSRC8/.i ...Show All

  • Visual Studio Team System Error TF42052

    Hi, I received the "TF42052 : The file system on the build machine does not support access control lists. Please specify build directory on a file system that supports access control lists like NTFS " error when I try to build on the server. Sorry, I posted this in another forum as well but I wasn't getting any responses I use the Team Foundation Server Workgroup Edition and the Team Explorer version is 8.0.50727.147. ...Show All

  • SQL Server Publication creating bcp files on server

    using publication from server one to server two. On server one, I have several directories with bcp files. Can the older files and directories be deleted Hi Paul Are these bcp files being created by merge/tran replication If so here is a detailed reply from Raymond Mak from a previous post specifically for tran replication. Post back here if you need any further help. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=265814& ...Show All

  • Smart Device Development DeviceEmulator can't save state for Windows CE5.0 emulator

    Hi, Is there anyone knows how to solve this problem I need you help very much,thanks! Sorry, but this doesn't work in the CE 5.0 DeviceEmulator BSP. I debugged it enough to know what is wrong, but the fix is too large to post as a patch. Barry ...Show All

  • Smart Device Development Wake up the device..!

    Hello all, I need to wake my device and run a program at a specified time or atleast wake it up.. I figured out something like v gotta use CeAppRunAtTime command but couldn't get the code in VB .net.. So can you pls help me out.. Or also can try converting this to VB for me... here it goes #include "stdafx.h" #include "Notify.h" int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance ...Show All

  • Visual Studio Tools for Office Toolbox weird behavior!!!

    I am using VSTO 2005. I am working on an Excel Template. Suddenly the toolbox becomes disabled and prevents me from adding controls to the Excel sheet but it is enabled in regard to the taskpane. I reinstalled VSTO and it was enabled but now disabled again. Do you have any idea this is very urgent.... Thank you........   Mr. AhnFIRE wrote: Ha... found my answer on this post: http://foru ...Show All

  • Visual Studio Team System Integrating with TFS: Use of ExecuteDefaultAction

    We have an internal tool that we use to keep track of work items and a bunch of other stuff. For a lot of reasons, I would really like to start using TFS for what it can handle. In order to make this feasible, I'm going to need to integrate TFS with our existing tool. I'm starting to get a picture of what I need to implement in order to integrate with TFS, but one aspect is still unclear: Suppose that I have a work item that is linked to an & ...Show All

  • Visual FoxPro migrating VFP app to .net (architecture question)

    Hello everyone! I'm a fairly experieced database developer (SQL Server primarily, and Oracle quite a bit less). My experience with .net is primarily vb.net to built asp.net applications, using web services as my middle man. I just started at a new company which has a few legacy systems, one of which is a rather large FoxPro application. There are a host of problems associated with it, primarily data conflicts. Because the company has grown so mu ...Show All

  • Visual C# Resume Next

    I've got VB6 and VB.NET code that I'm converting over to C#. In Vb there is a "resume next" statement. What is the statement in C# to convert "Resume Next" ie Try 'more vb code 'some line caused an exception End Try Catch Resume Next End Catch Thanks, /dz There is no equivalent for good reason. Resume Next is considered very bad practic ...Show All

  • Windows Forms Click Event

    Can someone tell me what the code for opening a link is.   Like Process.Start(" www.microsoft.com ")  for Visual Basic .net.   Also could someone tell me where to put the code. I don't understand - if you mean a URL link, that is the code. Put the code where-ever you want to open a URL. I suspect you're asking something else, but it's not clear to me. Do you mean a link button I ...Show All

©2008 Software Development Network

powered by phorum