Jacksparrow1985's Q&A profile
Smart Device Development Upload a file on FTP server
Hi all, I want to know how i can upload files on ftp server. I tried to use opennetCF but it doesn't work every time. The GPRS connection works fine, the log in to the ftp server too, but when i try to send a file I have often this error : "couldn't open passive data connection, no DataConnection IP was given." So, Maybe i have to use another way to send the files, and if someone havce an idea, thanks to tell me it. Alright, thanks. It seems to work now. Just a last question: can you see the advance of the upload with FtpPutFile I'd like to put a progress bar in the application which ...Show All
.NET Development Order of webmethods
Hi, I've whole bunch of web methods in my web service and they are all appearing in random order instead of the order specified in the cs file. Can somebody tell me if there is any attribute or setting that will let us specify the order, please Thanks for your time! Regards, Swamy Yeah, I've just found it on web. Thanks anyway for your help! http://www.dotnet247.com/247reference/a.aspx u=http://www.dotnet247.com/247reference/msgs/12/62668.aspx http://dotnetjunkies.com/WebLog/razor/archive/2004/03/28/10229.aspx ...Show All
Visual Basic Copying data from one listbox to another
Does anyone have idea the best way to copy the data that is in one listbox to another one Hi there, Well the .Items property of a list box is read-only so you can't do something like: ListBox2.Items = ListBox1.Items Whenever I have to do this a loop seems the easiest way: Dim iter As Integer For iter = 0 To (ListBox1.Items.Count - 1) ListBox2.Items.Add(ListBox1.Items.Item(iter)) Next I'm sure one of the gurus around here knows a better way though. Hope that helps a bit, but sorry if it doesn't. ...Show All
Visual Studio Team System installation problems
Hi, When making the installation of the line of visual studio 2005 gives to error with number 2337 and problems me with the package. the installation I am making it from a network with administrator permissions I wait for an answer urgently since I need to test tester edition for the company that work that is to partner of Microsoft, and we focused to the performance test. sorry, my ingles this is the log error: [04/26/05,16:41:05] Visual Studio 2005 Beta - English: [2] ERROR:Error 1331.Failed to correctly copy Microsoft.VisualStudio.QualityTools.Resources.dll file: CRC error. [04/26/05,16:41:06] Visual Studio 2005 Beta - En ...Show All
Visual Basic ScriptControl
Visual Basic 6 had a component called ScriptControl which allowed scripting through VBScript and JScript. is there any namespace that can let me implement scripting ...Show All
Smart Device Development Windows Mobile 5.0 Developer Resource Kit
Windows Mobile 5.0 Developer Resource Kit is available for Order. Please see http://msdn.microsoft.com/mobility/windowsmobile/howto/resourcekit/default.aspx What's inside the kit Tools and Technologies Visual Studio 2005 Professional Edition (90-day trial)* Windows Mobile 5.0 SDKs for Pocket PC and Smartphone ActiveSync 4.1 .NET Compact Framework 2.0 Localized emulator images and other useful developer tools SQL Server 2005 Mobile Edition Developer Resources Links to technical whitepapers and webcasts WeFly247-50 sample applications Hands-on labs and videos Partnering opportunities ...Show All
Visual Studio Preprocess target
Hi, I have a preprocessor that goes trough .cs files and changes them, and I'd like that to be doen before compilation. I tried adding "CodeGen" to AvailableItemNames, and then defining the CodeGen target, but then intellisense wouldn't work on files with that Action. Then I tried using the CustomToolNamespace to indicate my action (also tried the Generator, but than would give me warnings) <Target Name="BeforeBuild" DependsOnTargets="CodeGen"/> <Target Name="CodeGen" Inputs="Compile" Outputs="Compile"> <CreateProperty Condition=" '%(Compile.C ...Show All
Windows Forms Whidbey! Whidbey! Whidbey! My Arse!
Ok I what's the deal For a few weeks now the front page of this site has been taken up by the announcement of the Whidbey section. What I read so far I have found that Whidbey is very cool. But plastering articles every where in not helping me at all. When I see the title to article and I start reading "Dynamic SQL  ...Show All
Smart Device Development Privilege Certificates
There is some confusion over the need for privileged signing in our product. We are porting to WMv5 PPC. According to the link, http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/wce51conWindowsMobileDeviceSecurityModel.asp , this has one-tier security. Part of our product installs a small device driver that implements the stream interface. In order to get it running on one manufacturer's device, I had to sign it with the SDK privilege certificate and install the SDK certificates. It didn't work when signed with the SDK Unprivileged certificate. If this is a one-tier system, why didn't it wor ...Show All
Visual Studio Binary files randomly corrupted after check-in in VSS RTM (8.0.50727.42)
With VSS RTM (8.0.50727.42), when we check-in binary files (.lib, .dll, .pdb) the file is randomly stored corrupted. Our investigation discovered that it seems that the final part of the file is missing. 1) Checkout the binary file 2) Modify it 3) Check it in 4) Get the file The file is corrupted. We were not able to deterministically reproduce the problem; we are absolutely sure that no error is reported during checkin, nor within Source Safe explorer nor with OLE automation. We run analyze, but the database did not show any corruption. The OS is Windows Server 2003 Standard Edition SP1 for the server and Windows XP SP2 for the client. Chec ...Show All
SQL Server SQL 2005 interface issues
Okay, I'm feeling really dumb here... Two things (so far) that have me completely baffled in the new 2005 interface: 1. How do I set the query window so it shows MORE than the first 1000 error messages I often have to compile 2000+ procs at a time, and I need to know what failed! If we are compiling procs that already exist (without dropping them first) I need to know that, too. What am I missing 2. In our previous sql environment, we granted "Alter Proc" permissions to some users on a db wide basis. I cannot seem to find this permission anywhere... Thanks for any assistance! ...Show All
Windows Forms How to set the tab order of columns w/in a DatagridView control
How do you set the tab order for columns in a datagridview VS2005 B2 Columns in a DataGridView do not have tab order. Tabbing goes to the next column and at the end of the grid it wraps to the next row, first column. You can set StandardTab to true and tabbing will not tab through the columns but to the next control. You can adjust the display order by changing the DisplayIndex property. Hope this helps, -mark DataGridView Program Manager Microsoft This post is provided "as-is" ...Show All
Visual Studio msvsmon.exe /__dbgautolaunch
I am looking for some information on the msvsmon.exe command line argument used by Visual Studio 2005, specifically "/__dbgautolaunch". I need to know the purpose of this command and my searches are drawing a blank so far. Can anyone direct me to where I might find a description of it The __dbgautolaunch switch is used by the debugger to launch msvsmon.exe automatically. Habib Heydarian Program Manager Visual Studio Debugger ...Show All
Visual Studio Team System Authentication error during installation
Hi, I'm installing TFS Beta 3 on a virtual machine that sits in a domain. I have created two local accounts (TFSSERVICE and TFSREPORTS) and I use a domain account to run the setup. After a while I get the following error in the event log. Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date: 14/11/2005 Time: 13:06:00 User: N/A Computer: SRVVE32TFS Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the adm ...Show All
Visual Studio 2008 (Pre-release) Newbie WinForm WCF Question
hi. please forgive me if this question is simple, but I am new to WinForms and WCF. i have created a test WinForm which contains a TextBox and a public property allowing the text to be changed by a WCF service. I have set up the service, but there is one problem I am struggling to overcome. In the code below, how do I reference the current running instance of my WinForm class Form1, in order to set its Text property Thanks. Form1 myForm = (Form1) ActiveForm [ ServiceContract ] class My Service { [ OperationContract ] void SetText( string text) { } } This questions ...Show All
