ryuu_iku's Q&A profile
Visual Studio Team System How can shelving support working from Desktop and Laptop?
Here's the scenario, I do a bunch of work on my desktop during the day, resulting in numerous files being checked-out on my desktop. At the end of the day I'm not ready to check-in but I would like to continue my work from my laptop in the evening. My understanding was that I would shelve my pending changes from my desktop computer, then Unshelve from the laptop. I tried this and got a bunch of errors during unshelve: "The item $/... ...Show All
SQL Server Newbie: backup problem
I successfully deployed the AdventureWorks OLAP database to my 2005 Analysis Server and Backed it up under SQL Server Management Studio. When I tried to restore the backup to another sql 2005 Analysis Server the restore failed. I went back to the "Backup" dialog box and noted that it would only "store database metadata to a specific location". Metadata only How do I create a full backup that can be ...Show All
Smart Device Development Activesync 4.1 will sync all options but hangs on calendar sync.
I'm sync-ing my device to the desk top. Desk top is connected to an Outlook server. Everything syncs except the calendar, which is what I really need. It hangs after a couple of minutes. I'm running Outlook 2003 (11.8002 6568 SP2). Initially it says "syncing xx of 337 items." Then it just dies with no inidication of the problem on either the device or the desktop. Tried uninstalling and re-installing 4.0, 4.1 and running the "fix ...Show All
Visual Studio Error Creating DSL Designer Project
I installed the March 2006 Visual Studio 2005 SDK and every time I try to create a DSL Designer Project I get the following errror: <Error Message> Could not load file or assembly 'file:///C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\DSLTools\Microsoft.VisualStudio.Modeling.Sdk.DesignerWizard.dll' or one of its dependencies. The system cannot find the file specified. </Error Message> Any ideas Regards Santos ...Show All
Windows Forms Repeat UserControls similar to Asp.Net DataList
I am looking to create some sort of functionality similar to how the DataList control works in ASP.Net. Basically I want to create a template that looks like this: <Databound Text> <DataboundText> <TextBox> <Checkbox> I want to be able to bind a list of objects to this that would create a instance of this template with the corresponding values bound from the object. I know using a DataList, all you woul ...Show All
Visual C++ Strsafe.h or .NET String class
Hello there I am building an application that needs alot of string parsing. I need to know which is better for the performance and security point of view: the strsafe.h functions or the methods of the .NET String class Yes they will be slower. But there is nothing I can say, how much they ae slower. It depends strongly what you are doing. Compared to a unicode string buffer, were I have direct access through a pointer and do s ...Show All
Visual Basic Loading new forms
Hey everybody, I'm sure this is one of the simplest things to program, but I can't figure it out. I have a form with a couple checkboxes and a button on it. When I click the button, I want a new form to pop up, and have its options be related to the ones picked by the check boxes on the first form. OR, how would you design several different forms, and have several buttons on the first form that would load one of the other forms you have desig ...Show All
Visual Studio Can't use "Edit & Continue" feature due to error PRJ0046
I just converted a C++ project from Visual Studio 6 to 2005 and I find that I can not use "Edit and Continue". Edit and Continue worked fine in the VS 6 project. In VS 2005 I stop execution at a break point, edit some code, and choose "Apply Code Changes". VS 2005 respond with the error below: "Project : error PRJ0046 : Could not spawn command line because the one specified was empty." MSDN has the following i ...Show All
Visual Studio Express Editions C# OR VB
Yes I know this question is always asked, I search Google far in wide for a honest answer.. BUT no hope I do know that C# is good for gaming ASP and so on ... I want to know all of your opions on why choose VB and why not C# And whats main differances between then Does one have more power purpose Just a question I need to ask before I dive into the programing realm.. Also another thing is Im learning this both for fun and to make a possible car ...Show All
Visual Studio Font in Search Results window too small and can not be changed
When I do a Search in Visual Studio 2005 Help, a Search results window appears. The font in that window is so small that I have a hard time reading it. (My eyes are 64 years old.) Ok, no problem, I thought, I'll just change the font size to a larger font. Oops, there seems to be no way of changing the font size in the search results window! (In Help windows displaying a help article, you can change the font size, ...Show All
SQL Server Connect to SQLExpress via Internet with Windows Authentication?
I posted this message on Google but never received an answer so I thought I would try here. Is it possible to connect to SQLExpress over the Internet (TCP/IP) using Windows Authentication I can connect using SQL Authentication but the client would rather use Windows Authentication to avoid manageing another set of user names and passwords. I have tried connecting with a workstation using cached credentials but I just receive an error &quo ...Show All
Smart Device Development Device Install problem - previous version of Windows Mobile software
I know I have seen the fix for this before, but I'm not sure where. I created a nice app for the PocketPC and decided to make a cab file for installing it on a few different PocketPC's (all had PocketPC Second Edition and where Dell Axiom). When I put the cab file on the device and click it, the installation works, but I get the classic pop-up: The program you have installled may not display properly because it was designed for a previous versio ...Show All
SQL Server System.OutOfMemory Exception running MigrationWizard.exe
Hello All, I receive this message below when running MigrationWizard.exe after validation fase. Exception of type System.OutOfMemoryException was thrown. somebody help me tks Sorry i forgot my system configuration. About SQLServer 2000: - SP1 - OLAP version 8.00.760 About SQLServer 2005: - SO Windows 2003 Server x64 - SQLServer 2005 x64 SP1 build 2153 Migration Wizard is running in a x86 environment, i ...Show All
Visual Studio Error:Load Report Failed
Hello ! i just finished .msi setup package for my project and installed in to client machine. every thing is working fine except crystal reports. im getting the Error: "Load Report Failed". i already added prerequisites of crystal reports for .Net frame work 2.0,frame work 2.0,MDAC 2.8. there is no prblem when installing but im getting this error. do i have to add visual C++ runtime libraries(x86) . is this something to do with registry k ...Show All
Visual Studio Help still broken
Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use onlin ...Show All
