Kunwar.G's Q&A profile
SQL Server Install SSMSE - Installation failed
Hello all, I have a problem with install SSMSE on all my PCs! :( I downloaded SQL Server Management Studio Express CTP (v9.00.1399) and I can't install it. I have Windows Installer 3.1 v2, .Net Framework 2.0 and MSXML6 installed. If I launch SQLServer2005_SSMSEE.msi its nothing to do :( I have only screen "Preparing to install" and it's go out. In Event Viewer I've evet id 11708: Product: Microsoft SQL Server Management Studio Expr ...Show All
Visual C# data gri9d
i need to look at cell in the data grid obect. I am not sure if this code is right. Could you please let me know foreach ( DataGridViewRow dgr in XMLelement_dataGridView.Rows) { // start of for each if (XMLelement_dataGridView.Rows[0].Cells[0] } } I just got done figuring this out. Here's how I did it: private void Dgrid1_SelectedIndexChanged( object sender, System.EventA ...Show All
Software Development for Windows Vista No Templates
Hi, After installing and reinstalling the VS extensions for WF (long with the latest beta 2) I do not get the templates for workflows when adding items to my projects. The weird thing is, a colleague created a project on his machine (where it is working OK with an earlier beta) and then gave me a copy of the project. If I right-click that project I do get the templates. But only for that project. As soon as I try my own, it doesn't work. ...Show All
Visual Studio Express Editions afxwin.h missing? windows.h missing? What am *I* missing?
I downloaded and installed Visual C++ EE yesterday. I'm trying to compile some OCX example code that came with a vendor library, and it's failing because "afxwin.h" can't be included. I did a search and neither than file nor "windows.h" exist on my machine. What am I missing It's been a while since I've tried to write C++ on Windows machines, but aren't these headers fundamental Why aren't they installed with VC++ How can I get them and the othe ...Show All
Software Development for Windows Vista Rules which reference Activity properties in XOML only workflows
Has anyone been successful in creating and executing a rule that refers to an property of an activity which was dropped onto the workflow at design time in a XOML only workflow. In our scenario, we have a hosted designer which outputs XOML only workflows. In the designer, we can drop activities on to the surface and reference activity properties from anywhere on the workflow. HOWEVER, if we write a rule (in a policy or condition) which acce ...Show All
Visual Studio Team System Error under load/concurrency but not when run serially - $HIDDEN1._xxx
When I run a webtest serially for 50 iterations, I do not get any exceptions, errors or warnings displayed in the VSTestHost.log. The test executes fine. However, when I run the webtest as part of a load test with just 1 other script, the following web test exception occurs very frequently invalidating my test results: at Microsoft.VisualStudio.TestTools.WebStress.WebTestInstrumentedTransaction.UpdateBindingSites(String preBoundString) a ...Show All
SQL Server Encryption and database restore
Hi Can anyone help I have a database using encryption with symmetric keys created using asymmetric keys. I backed up this database and restored it on another machine along with the service master key. I can read the encrypted data fine. But all the encrypted stored procs that are associated with the application that uses the data cannot read the data, they just return Nulls. If I regenerate all the encrypted stored procs from scri ...Show All
Smart Device Development VS2005 Emulator - won't go away
As of this morning, everytime try to deploy / run my application the emulator pops up, even though I have "Pocket PC 2003 Device" selected. Last night I was working from home, so I switched to the emulator. But now I can't switch back! No matter what I select it still pops up! In Device Options, the default device is "Pocket PC 2003 Device", as well as on my Device toolbar. Jordan ...Show All
Visual Studio Express Editions Trouble creating an Array of Objects
I'm having trouble creating an array of objects. I created a class StudentInfo. I'd like to create and array Student() of StrudentInfo. At design time I do not know the size of the array. I have attempted many different variations. This is my latest: Public Student() As Object i=0 While Not file.EndOfStream txt = file.ReadLine Student(i) = New StudentInfo() Student(i).myInfo=txt i += 1 End While The code ...Show All
SQL Server Update column with 8 digit random number
How can I replace a field for each row in my table with a Randomly generated 8 number value The field is of type int that I'm updating If you need the syntax for doing that in a db2, then I guess you are in the wrong group. Try to find a db2 group and post the link with the description and the solution within your post there. Sorry, but I think the most of the guys here are MSSQL geeks. :-) HTH, Jens Suessmeyer. ...Show All
Visual Studio Unable to start debugging on the web server
Hi I dont know if this error has been addressed already couldnt find it but here goes. When I try to debug my website on VS 2005 it is giving me the following popup error. Unable to start debugging on the web server .An authentication error occured while communicating with the web server. I have tried almost everything suggested on the net also verified my username addition in the Debugger Users group The site launches s ...Show All
Visual Studio 2008 (Pre-release) How to show a calender in xaml
I'm having a trouble with how showing calender in xaml. I'm looking for windows sdk but no answer. Please give me some suggestion. Thanks a lot. If I got the question right you are searching for a calendar control in WPF. we do not ship the calendar control as part of V1. However we are hoping to make public some equivalent samples before the release. HTH ...Show All
Visual Studio Express Editions Is this a memory leak? Array question.
I'm curious to know if this creates a memory leak. // declare and initialize a two-dimensional array int [,] myArray = new int[100, 4]; // put some stuff in the array ... // re-use the array pointer myArray = new int[75, 4]; Will the last line create a memory leak or will the garbage collection take care of the old array data Thanks to all. Daniel Daniel, No it is not a memory leak. ...Show All
Visual C++ Adding existing items (Windows forms) into a project
Environment: XPPro SP2, VS.Net2003 When I add a .Net form using the wizard, I am able to use the form designer to edit the form. However, when I add the files using "Add existing items", I won't able to use the form designer. In the later case, the resx file does not appear under the header file of the form. Is there a way to fix this Thanks! Select the header file in the Solution Expl ...Show All
Visual Studio VS 2k5 no longer hits breakpoints
Hi! My Visual Studio 2k5 suddenly refuses to hit breakpoints. The tooltip above them says that no symbols are loaded but the output window says the opposite. I can't hit a breakpoint in both managed and unmanaged code. I've even double checked all solution and project settings and haven't found anything improper. Even the Debugger.Break() method call does not break into the debugger... I've tried to clean or rebuild the solution but nothing help ...Show All
