mohan_hu's Q&A profile
Visual Basic VB.NET 2003 and Source Safe 6.0 problems
I have VB.net 2003 and Source Safe 6.0. I added my project to VSS and then checked everything out. I edited one form/codebehind file and checked it in. When I went to open up the form designer, it gave me some errors about not being able to load my codebehind file. I even checked it out and opened up the codbehind file and some of the code editing stuff was gone (i.e. the lines between subroutines). None of the code is gone, and I can save the f ...Show All
SQL Server SQL 2005 - Partitioning Tables
I want to know how to partition a table using two columns (Example: Salesman, OrderDate). All the examples in BOL, uses only one column. My ex-colleague who attended SQL Server 2005 training, said the Instructor had said it is possible. (He left the company after the training!!) Any help in this regard is appreciated. Thanks Baskar Hi UmaChander , Can We expect improvement in the performance in the query after partitioning the ...Show All
Visual Studio Express Editions Access denied Installer 3.1
Found the answer to the problem It works chq out http://forums.wugnet.com/Windows-Installer-Update-installedftopic-377610-days0-orderasc-15.html I had the same problem - I Repair-ed WinXP Pro using an intergrated SP2 CD, after which Windows Installer 3.1 wouldn't install, which means you can't get any updates. Here's how I solved the problem: Download the EXE installer for Windows Installer 3.1 v2 from here http: ...Show All
Visual Studio Team System Scenario - Help with detail level
I'm just starting a new project and we are using Team System to manage the project. We are at the stage of building our scenario list, however I'm struggling to decide how large a scenario should be. For example, for our first version of the software the following items have been asked for: Survey Flow Designer Ability for the business expert to develop a flow of questions (using any of the following questions: Yes/No Question, Sing ...Show All
Visual Basic Login Trigger
I need a way to let my programming (running on a Windows 2003 Server machine) get triggered when a user logs on a computer in the domain controlled by this server. The server is the only DC of the domain. Can you help please you need to create a login script http://support.microsoft.com/Default.aspx kbid=198642 http://msdn.microsoft.com/library/default.asp url=/library/en-us/script56/html/5593b353-ef4b-4c ...Show All
Visual Basic synchronous vs asynchronous
I am a newbie and can anyone explain to me the difference between synchronous vs asynchronous programming Does .NET framework (VB 2005) is synchronous by default asynchronous means the code in the background. You should use this for procedures that take a long time to run so your program does not appear to be locked up. Synchronous means the code runs in the foreground. ...Show All
Visual C++ Japanese Application
Hi I developed an Jananese application in MFC (VS 7.2). When i run this application in Japanese Windows its working fine, if i run in other then japanese it display charactors. How can i solve this problem Manoj Jangid I haven’t really tried this stuff but the subject "Languages, Locales, and Keyboard Layouts" might help: http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windows ...Show All
Visual Studio Team System Installing VSS
Is it safe to install VSS 6.0d on the same server as Team Foundation Server RC We're migrating to new hardware and need to keep VSS around awhile while we move to TFS. Thanks, Toby, TFS and VSS can exist side-by-side. Please see the following post for more information including information about solution binding and switching between VSS and TFS: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=240790&SiteID=1 Thanks, ...Show All
Visual Studio 2008 (Pre-release) Why the reverse German-like syntax?
Why do the LINQ queries have to look like a SQL query in German If you are trying to make it easier and are adding SQL-like keywords to the language, at least keep the ordering the same as SQL. The way this is, I have to know C#, SQL for triggers and stored procedures, and LINQ for the in-code queries. I don't see how this is going to make my life any easier. As I recall from the spec, the ...Show All
SQL Server Connecting jdbc driver from an applet
Hi, I've found problems when executing Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); I get a java.lang.ClassNotFoundException, and I have done this steps: 1o I got the driver from msdn web page 2o I modified the classpath in Windows XP adding the path to the sqljdbc.jar, testing if there was any problems with blanks in the path, I tried to put the .jar file in a more simple folder, but it didn't work. ...Show All
Visual Studio Team System TypeInitializationException error
I have created one DLL file and added it to the references of my projects. And i tried to execute the my source code (in C Sharp) which calls up the dll file file. Now i tried to execute without debugging and encountered with the following error : "Unit Test Adapter threw exception: System.TypeInitializationException: The type initializer for 'Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ConsoleOutputRedirector' threw an exception. ---> ...Show All
Smart Device Development removing controls from hashtable
hi, i added few controls dynamically by using hash table. i need to remove them after some processing. But i couldn't remove them. how to do that i tried me.myhashtable.clear() if i use remove property,it's asking for some keys. what is that Thank You! You need to understand how hash table works, as soon as you do it all would be very clear. Please see this: http://msdn.microsoft ...Show All
Visual Studio Tools for Office How to create a hyper link to insert into a file ?
Hi dear all: how to create a hyper link ( is it an object ) prorammatically to save ( insert ) into a .doc or a .rtf file ( like the one we create manually in MS Word ) even without MS Word running or installed on the machine. Thanks. ...Show All
Visual Studio Team System DeleteTeamProject change message
The DeleteTeamProject.exe utility still refers to Team Projects as Porfolio Projects. If this inconsistency is still in the latest build, please change. ...Show All
Visual Studio Problem Loading Package
I am trying to load the NUnit Test Code Conversion extension written by James Newkirk ( http://blogs.msdn.com/jamesnewkirk/default.aspx ). I realize that it seems that I should be talking to him to troubleshoot this, but I don't think its a problem with his package. The reason I think this is because the exception being returned is that an assembly couldn't be found "Microsoft.Practices.RecipeFramework.Library". This leads me to believe that ...Show All
