David K Allen's Q&A profile
Smart Device Development Deployment and/or registration failed with error: 0x80070070. There is not enough space on the disk.
I tried building the camera API and got this error. I went and saw the space using Space Maker Storage (Flash) Storage Total: 27.98 MB Used: 4.60 MB Free: 23.39 MB it displays this. Please help me ------ Build started: Project: CECamera, Configuration: Release Any CPU ------ CECamera -> C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\Cs\Cecamera\bin\Release\CECamera.exe ------ Deploy started: Project: CE ...Show All
Windows Forms printing winform(not text the form image)
Hi, I need to print the winform (not the text but the entire winform.I tried with the apis as well but non of the post including msdnmag of alex of much help. The problem is for huge form with scrollable=true i am not being able to print the entire form.Also the same is getting cropped. any help on the same would be of much help. one similar discussed here but yet the discussion didn't completed:- http://groups.msn.com/-netindiagroup/technot ...Show All
Windows Forms Multiple Users and Roaming Profiles
I probably know the answer to this but want to make absolutely sure. My app is aimed at schools and colleges. Typically, staff and students will use any available computer so each computer could have hundreds of different users in the course of a term. Am I right in thinking ClickOnce would reinstall for each new user with no shared disc storage If the users have roaming profiles, does the installation get moved across the network at each login ...Show All
Visual Basic Adding Timestamp to RichTextBox
how do i go about doing so all im looking for is the time "HH:MM AM/PM" hi, addin time stamp u can do like this: Dim time As Date = System.DateTime.Now 'first is printed in console using Format function Console.WriteLine(Format(time, "Medium Time")) Console.WriteLine(time.ToShortTimeString) I have used console, but in your case, u just write string to your's RitchTextBox. Hope this helped, ...Show All
Visual Studio Team System another TF30177: Team Project Creation Failed
Hi After making a clean install of Beta 3 refresh I’ve been getting the following error when trying to create a project named 'p': Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “TF24016: Cannot find team project 'p'.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team P ...Show All
SQL Server Foreach Loop Container in SSIS
Could someone send me any links or information on how to loop through an ADO.NET dataset in SSIS I need step by step information please. Thank you, Shiva Here are BOL topics that might help http://msdn2.microsoft.com/en-us/library/ms187670.aspx http://msdn2.microsoft.com/en-us/library/ms141724.aspx http://msdn2.microsoft.com/en-us/library/ms140016.aspx Some other helpful links http://ww ...Show All
Visual Studio Express Editions vs express edition
i have down loaded the program and run it how do i start to use the program there are no short cuts or exe icons i can find Start->All programs->Microsoft Visual C# 2005 Express Edition Replace C# with Basic/J#/Web Developer depending on what you installed. Visual C++ has its own folder in Start->All programs->Visual C++ 2005 Express Edition ...Show All
Windows Forms opening a paticular cell in editMode when dg row is highlighted
hiya, When the user clicks on a dgRow, I want to be able to be open the 5th cell (in editMode) of the selected dgRow.Ideally, I want the underlying datable to be updated if the user subsequently enters data in this cell and then moves ...Show All
Visual Studio Team System What happened to Beta 2 on MSDN Subscriber Downloads?
It looks like everything has been pulled. Is that because the April SQL Server is missing Some of my downloads were right in the middle That was meant to be a joke given the context of the rest of the message ...Show All
Visual Studio Team System How do I run new UnitTests automatically?
Hi I’ve setup up a Nightly Build on the Team Foundation Server, which build my solutions, and runs UnitTests. Using the “New Team Build Type” wizard I’m only able to select a predefined list of UnitTests, and we have to remember to add new UnitTests to this list (using Visual Studios Test Manager). Of cause we all forget to add new tests to this list, and think that the build is ok, even if a new test is failing. Can I configure the Bui ...Show All
Visual C++ Problems in System::String::Split... can't understand why this dosn't work...
I'm trying to have a system::string that is a list of arguments separated by '#' character broken down into individual arguments and placed in an array, like so CODE cli::array<__wchar_t,1> ^charsplit = {'#'}; arglist->Split(charsplit, this ->listBox1->Items->Count,System::StringSplitOptions::None); arglist2->Split(charsplit, this ->listBox1->Items->Count,System::StringSplitOptions::None); /*(I also tr ...Show All
.NET Development How do I reference a string in a XML file that's part of my C# project?
Hi, I'm working on doing all my strings like message, label, title... in a XML file that's part of my C# (VS 2005) project. I'm doing this for Localization(Globalization). Can someone tell me how I can refer to my string(the us-en one) in my XML file (like subsituting the string in a MessageBox.show. < xml version = " 1.0 " encoding = " utf-8 " > < trans-unit id = " m1 " > < source x ...Show All
Visual Basic Receive Email in .Net
Hello! Can someone please help out a newbie What is the best way to create a VB .Net program that will receive Outlook emails The emails will be received, attachments saved to another directory and those attachments will later be parsed for specific information. Can you please point me in the right direction Is the documentation somewhere to which I can refer Sample Code TIA check out the followin ...Show All
Visual Studio Providing of the share-name of the VSS database at he server and client side
By configuring of the interne access for VSS, it is necessary to provide the share of the VSS database. I do not understand why is this necessary Even more, by connecting of the client to the VSS over internet the client has to also provide the same share-name. Why the client has to know this at all I had move the question to a new thread. Please help. Alin Constantin - MS ...Show All
Visual Studio Express Editions SQL Expres won't open sample files in lessons
I don't get it. MS supplies a turorial lesson, and I can't open the .mdb files, get version exception. Any thoughts I installed the entire package after deleting all SQL, etc. Thanks, Jon SQL Server will not open *.mdb files as they are Access Database files, the files for SQLExpress have an extension of *.mdf for the data files, and *.ldf for the database transaction log files. ...Show All
