Bharat Bhushan's Q&A profile
Smart Device Development Wondering why i cant run XML/XSL on my PDA (Windows Mobile 2nd Ed)
Currently running Windows Mobile 2003, Second Edition version 4.21.1088 (Build 14260.2.0.5) and am not able to display any XML/XSL on the Internet explorer(eg the link below has an example xml/xsl that also wont display). I'm wondering if im supposed to update my IE or run some kind of XML upgrade package to allow me to run XML . Pocket PC Sample: Using XML and XSL in Pocket Internet Explorer http://www.microsoft.com/downloads/details.aspx FamilyID=c0ca4c57-06d2-4c85-97d7-5e8fcc8923a7&DisplayLang=en This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. Please post to relevant forum or news group: http://support.microsoft ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Here's How to use XNA GSE with the F# programming language
F# is a research programming language written by Microsoft Reserch. It's still in its experimental phase, but I like to play with it. Here are my notes on how to use XNA GSE from F#. (Note: F# is an exotic programming language, and is harder to learn and use than C#. If you don't care about exotic programming languages, you're much better off using C#, since it's much easier and faster to use C# with XNA GSE. But if you _are_ an exotic programming language fan, especially of functional languages, I hope these notes are useful to you!) Part 1: How to Write XNA Game Studio Express Games with F# - Part 1 Getting Started http://grammerjack.spaces.live.com/blog/cns!F2629C772A178A7C!156.entry Part ...Show All
Visual Studio Team System source control server events
Hi, how can I subscribe for events like check in, before check in, pending changes and etc I saw that VersionControlServer class has very interesting events that I can use but they did not fire up for me. Basically here is what I am doing: TeamFoundationServer tfs = new TeamFoundationServerFactory.GetServer(serverName); VersionControlServer vcs = (VersionControlServer) tfs.GetService( typeof (VersionControlServer)); vcs.BeforeCheckinPendingChange += OnBeforeCheckinPendingChange; Then I keep the application running so the method can be called. And I expect when someone else is making a checkin to receive a notification about it. What am I doing wrong or I got the whole idea wrong Where can I find more information about t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Trouble Distributing Code
I have a little trouble when I try to distribute a game; I send it to my Graphic Designer with all necessary file (also Microsoft.XNAFramework and Microsoft.XNAFramework.Game dll). But when he tries to start the game he receives this error message: EventType : clr20r3 P1 : xnatanda.exe P2 : 1.0.0.0 P3 : 44f7491a P4 : microsoft.xna.framework.game P5 : 1.0.0.0 P6 : 44ef267e P7 : 12d P8 : 9 P9 : system.io.filenotfoundexception He has installed in this order DirectX9c and .NET Framework 2.0. There is someone who can help me Thanks I'm afraid your graphics designer will have to go through the same setup processes as you have to get the project running (this won't always be the case in the f ...Show All
Visual Studio 2008 (Pre-release) Release build of .NET 3.0 has broken my application publishing
Before uninstalling September beta version of WPF I was able to publish my application. Now, with the release version of WPF, after a complete rebuild, I get the following error when I try to publish the application: Error 2 SignTool reported an error 'Failed to sign .\bin\Release\MySample.publish\\setup.exe. SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the latest version of CAPICOM.dll into the directory that contains SignTool.exe. If CAPICOM.dll exists, you may not have proper permissions to install CAPICOM. CAPICOM.dll does exist and its version is 2.1.0.2 (10/30/2006). Just in case, I manually registered the dll with regsvr32 but it made no difference. Does anybody know why this is ha ...Show All
SQL Server simple custom data flow transformation doesn't produce any output
I've built a simple custom data flow transformation component following the Hands On Lab ( http://www.microsoft.com/downloads/details.aspx familyid=1C2A7DD2-3EC3-4641-9407-A5A337BEA7D3&displaylang=en ) and the Books Online (ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.SQL.v2005.en/dtsref9/html/adc70cc5-f79c-4bb6-8387-f0f2cdfaad11.htm and ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.SQL.v2005.en/dtsref9/html/b694d21f-9919-402d-9192-666c6449b0b7.htm). All it is supposed to do is create an output column and set its value to the result of calling a web service method (the transformation is synchronous). Everything seems fine, but when I run the data flow task that contains it, it doesn't generate any output. The Visual Studio debugger displ ...Show All
Visual Studio Team System The maximum number of errors has been reached.
On building a database project i am getting 0 error, 200 warnings and 1 message. Message is - "The maximum number of errors has been reached. 41 total errors and 1231 total warnings were encountered." As a result i am not able to build the solution.Is there any way to ignore this message and go ahead with building and deploying the solution Or if there is any way to resolve the issue then please let me know. Thanks. shekhar saran wrote: I am getting a message on build saying "4 errors has been occurred."but it is not showing the text for those errors because i am not able to identify where the errors are occurring.... Where is the above text - in the "Outp ...Show All
Windows Forms VS-Like sliding window!
Im trying to create a nice application.. and i want to add a sliding window to it.. just like the one in the VS 2005... when u enable the Auto-Hide proberty for the window it slides away .. and when the mouse hover it slides back in.. very cool and nice.. but i wonder .. is it a Panel ! or a Form or maybe somthing else ! or is there any specific control for this type of things! thank u. You can easily simulate this effect with a timer. Drop a tall, narrow panel control on your form and give it a dark background. Paste this code: public partial class Form1 : Form { private Timer mCool; private int mCoolDir; private int mPanelWidth; public Form1() { InitializeComponent(); } private void Form1_Load(object sender, Event ...Show All
Visual Basic Are you running MSDN Library
Hi, we are currently migrating our VB.NET VS 2003 projects to VS 2005. Some of our developers are experiencing performance problems with their VS 2005 IDE. These problems are becoming a blocking issue since it slows down their development time... The performance problems are multiple: slow builds, slow Intellisense, ... but when opening a designer screen with a PropertyGrid (eg. the "Properties" - "Compile" window of a VB.NET project's properties, the "embedded resource editor", ...) is really slow. The PropertyGrid draws itself one 'cell' every second, and in the case of a resource file with 100+ lines this takes a very long time to render. When we place another window over this property grid, or if we 'hide' ...Show All
Visual Studio Team System Getting error on Validation rule at run time.
Hello Everybody, I am very new to the Visual Studio Team System for testers. Currently, I am working with Web Test. Still trying to figure out various things. I am working with the 'Validation rule' which has been added to the http link. In the 'Form Post Parameters' of this link the field name 'IX_BOX_NUMBER' is equal to '3'. However, if i add a validation rule for the field name 'IX_BOX_NUMBER', whose expected value is supposed to be '3', i get run time error. I can't understand why I am getting this error. In the 'Test Results' under the Error Message i get that '1 primary requests and 0 dependant requests failed'. In the details of this error the 'Result' description displays that "Form field 'IX_BOX_NUMBER' was not ...Show All
SQL Server Default Report Server Web Page
I've only just started working on Sql Server Reporting Services 2005, My role is mainly that of administrator (some other unfortunate sole will be doing the development) However, I'm having some problems configuring the "Welcome" screen on the server. Currently it looks like a default web directory, I can click through to Data Sources and a directory containing the current test reports: Looks like: Wednesday, January 10, 2007 4:14 PM <dir> Data Sources Wednesday, January 10, 2007 4:14 PM <dir> Test Reports Clicking on Test Reports gives: [To Parent Directory] Wednesday, January 10, 2007 4:14 PM 15193 Basic Test Report Question is: Is there an XML (Or XSL) file somewhere where I can define how the websit ...Show All
Visual Studio Team System Getting list of workspaces and solutions under Team Project
Hi, How to get the list of workspaces and list of solutions under a given Team Project programatically Please help me with some pointers. It can be done throught the Source Control Object model, here I give you the home pointer to that documentation in MSDN, I hope it will give you a nioce starting point http://msdn2.microsoft.com/en-us/library/aa399022(VS.80).aspx ...Show All
Architecture Runing web apps with Windows NT Load Balancing Service
I was assigned to solve problem with our IIS web server cluster. The problem is when we need to boot one of our servers, the sessions connected to server are lost. Which means that the client needs to login. Is there a way to do this without losing the logins Is your cluster configured with high server affinity and without a shared session store between all servers in the cluster If you configure it right, this shouldn't happen. Sure, some connections will be lost when the server that has them breaks the connection, but after a simple client-side refresh it should connect to one of the other servers and if the session is in a shared store, it should pick it right up again. ...Show All
Visual Basic Emails
Is there a way to send emails through outlook all the email addresses are on a server. what is a mechanism and you mean that the private sub goes in a sub... and the me.sendbydefaultmailclient goes in the button_click handler or the me.sendbydefaultmailclient should go in a sub as well and also i the data for the body of the messages are coming from textboxes and labels and such... any ideas on how to get that into the body of the email thx, Ian ...Show All
SQL Server Can't add a SQL Database (2005 Express Edition) to a C# Project over RDP
Good Afternoon. I installed C# with SQL Server 2005 Express Edition. Everything works fine on the account I installed it on, on the local machine. However. 1) I can't connect using RDP to that same account and use SQL. It times out. 2) Other users on that computer cannot make user of SQL. Also times out. I couldn't find documentation on these issues. Thanks, Philski When you first set up the SQL Express edition the system installs with the networking systems turned off. You will need to activate the remote connections on the sql server express system by using the SQL Server Configuration Manager tools. (These should have also been installed when you installed the sql express system) ...Show All
