___anshu's Q&A profile
.NET Development Windows Update and the .NET FW 3.0
Hi All, Does anyone know if and when the .NET FW 3.0 will be pushed out to Win XP users via windows update I seem to recall that's what was done when .NET FW 2.0 was released but I haven't seen the FW 3.0 available via windows update yet. Anybody know whats up with that Thanks in advance, Andy Hi, I meant, will it ever automatically be pushed out via the windows updates Kind of like security patches and so forth--those are automatically pushed out to the end-users if they've set their automatic updates to lookup and/or automatically download and/or install updates. I'm just curious. -Andy ...Show All
SQL Server How to programmatically add new role assignments?
SQL Server 2005 Reporting Services From the Report Manager home page, if you click on the Properties tab, you get to a security page where you can add new role assignments for users or groups. We need to add role assignments programmatically (not manually using Report Manager). How can we programmatically add new role assignments Thanks for the info. Daniel. However, we're not wanting to create a role. What we're needing to programmatically create is a New Role Assignment. Again, from the Report Manager home page, if you click on the Properties tab, you're taken to a page in which you can create a new role assignment. On this page, there is a New Role Assignment button that takes you to anot ...Show All
Smart Device Development Accessing a Network from smartphone
Dear Sir , How can I acess Network Pc using a smartphone I tried a very simple file copy command given below ret_val = CopyFile((TEXT( "\\\\192.168.1.2\\projects\\ovdec\\version.c" )),(TEXT( "\\Program Files\\test_folder\\flower.c" )), TRUE); This gives an Error code of 1222 "Network is not present or not started" When i ping the PC from the phone . It shows it connected. Can you tell how to go about it regards, shailu155 Can we port a CIFS client on the Smartphone so that we are able to copy files from the shared folders ...Show All
Architecture Performance issue become worse upon split out Web Applications into web server and DB server
Hi, Currenly i'm faced web applications (in web server, 2GB RAM) with performance issues upon seperated database(4GB RAM) and web application into 2 machines. Before spliting, it have performance issue where IIS need to be reset when "Server is un-available" or hanging occur. In this case I proposed to split out for better performance and hope to resolve the issue. Now, after spliting, users complaint that the responce time even worst that before. Any one have this problem before Any suggestions to help * DB server with SQL Server 2005 and SQL Server 2000 installed but i only used SQL Server 2000 and both web servers with Window Server 2003 installed together with crystal report 10. Thank you.. ...Show All
Visual Studio Team System Can a test belong to multiple Test Lists?
Our project is getting to the point where there are so many tests, that we would like to organize them into groups. I attempted to use Test Lists to do this, and set up different batches of tests that would be run for different purposes. I would like a list for all unit tests, a list for unit tests relating to a specific functional area, a list for all integration tests, a list for all unit tests + all integration tests, etc. However, it appears to me that a test can only appear on one test list. Is this true If not how can I add a test to multiple lists Right now I am just selecting the All Loaded Tests in Test Manager, and dragging the test name to the target Test List on the left. Thanks, Dylan ...Show All
Windows Forms Binding Navigator Problem
Hi, I was wondering how you see the code for the previous, first and delete buttons on the binding navigator. The reason being is I run my application and the user presses the + button which displays a new record but if they then press the previous or first record button the program crashes with an unhandled exception. This is because there are fields in the new record that are required. I have put in a try catch for the Save button click event as I can see the code when I double click the Save button. I can then handle the exception gracefully by displaying the error message to the user via a status strip label if fields are required before a save is possible. I was wondering where I can access the code for the other buttons to prev ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Shooting help
Can anyone post a website, code, or a project they have on making something shoot. I have tried, and it doesn't draw the bullet right, and some other ppl's code meses up i put everything like it is but it wont draw the bullet, only thing i changed was instead of using the space bar, is used the xbox 360 controller button. ...Show All
Visual FoxPro Report listener, HTML output on a Win98 machine.
Hi All; I've been using a report listener to produce an html file. On win98 machines the detail band of the erport it empty. On XP all is Okay. Anyone experienced this and knows if there is a solution (Aside from upgrading to XP) Thanks. I have no solutions, but a couple of questions. 1. I hope you mean Win98SE, and not the original Win98. 2. When you say "detail band is empty" do you mean the actual HTML contains no data, or that the HTML does not render properly in a browser ...Show All
.NET Development convert string to an io.stream
Hi I've got a text string which I need to convert to a system.io.stream. How do I do this (in VB.net - 2005) Thanks Bruce Forgive me if I make any mistakes, my VB is very rusty: Using writer As StreamWriter = New StreamWriter(stream) writer.Write(myText) End Using ...Show All
SQL Server Inserting chars into nvarchar turns into '?'
hey.. im using a simple insert command (sqldataadapter) to insert a string in hebrew into a nvarchar field in my db... the problem is that i always done that perfectly..but lately i started a new project and instead of the hebrew chars the command insert " " char instead of any hebrew char... any idea thanks From your comment, it seems like you had things working correctly in the past. Other than starting a new project, was there any other changes, in terms of language setting Starting the new project on a different computer If you know for sure that the column is nvarchar, then it is likely an issue with the client side application. If the client application was in the Hebrew locale and was i ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Optimal WaveFormat's Properties for VOIP
I am using DirectX DirectSound's WaveFormat for capturing voice from microphone. What are the optimal properties of WaveFormat (AverageBytesPerSecond, BitsPerSample, SamplesPerSecond and etc.) for VOIP (using UDP transfer protocol). And what the optimal datagram of voice to be sent using UdpClient.Send What I meant, is that I don't want to use any codecs for the voice. ...Show All
Visual Studio Team System No dates when 'finding labes'
Am I missing something When opening the Find Label window in team version control, there's no data column. How am I supposed to pick one label out of hundreds if I can't sort by date Thanks Hello, You may wish to use Labels Sidekick . It does provide there access to label "last modified" date. Hope that helps. Cheers, Eugene ...Show All
Visual Basic Setting AD information from LotusScript
Yes, I know what you're going to say; "What's a LotusScript question doing here in a VB forum " Well I'll tell you. The language is almost the same and I think I need to get a little closer to those well versed in Microsoft rather than the Notes folks. This is really more about AD access through a language rather than the actual language itself. Here goes.... A little while back, I posted a nifty script to update AD from notes -> https://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/89727caefb8ca61b852571ef00607bb4 OpenDocument Since presently I'm a Domain Admin, it runs great when I run it manually from my PC. If however I have it run on schedule on the server, I get the above error. If I put my Domino ser ...Show All
Windows Forms ContextMenuStrip
hi using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; namespace cLib { /// <summary> /// This ContextMenuStrip i use with dgvs to control which /// fields the user want to hide/unhide. /// I want to cancel e.cancel when the mouse is clicked on it. /// See further inside for expl. /// </summary> public partial class CDGVFields : ContextMenuStrip { DataGridView x; public CDGVFields() { InitializeComponent(); } private void CDGVFields_Opening( object sender, CancelEventArgs e) { x = ( DataG ...Show All
Visual Studio Express Editions Help!! - Code doesn't update when I run debug
OK - This is my second time asking. No one has answered my last post. Yesterday - I created a program. While I was working on the code I occasional would run the program. I would then see some errors in the way I wanted the code to work and then make changes to the code. All the sudden – when doing the same thing as above – when running the code through debug I noticed that the changes in the code where not taking effect. I then tested my theory and found that I could even create errors or remove large chunks of code and the program would still run as if I didn’t make these changes. Can anyone please explain i've seen the exact same thing a fair few times myself! to fix it, exit the pro ...Show All
