raghuramaiah's Q&A profile
Visual Studio Express Editions Express on Windows Vista?
Will I be able to install all the Express tools if I am using Windows Vista OS I looked and noticed I will need to wait to use SP1 but I do not see Vista listed on the system requirements for the SDKs. http://msdn2.microsoft.com/en-us/vstudio/aa948853.aspx Ok, I found the answer here. ...Show All
Visual C++ can some on help me
Here is picture of my error. Can u help me fast plz. http://img341.imageshack.us/my.php image=untitledvk0.png See this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=398802&SiteID=1 ...Show All
Visual Studio 2008 (Pre-release) Decorating OperationContract method members with MessageHeader
I was reading a blog post from Don Box (it was pretty old) at http://pluralsight.com/blogs/dbox/archive/2005/02/12/5819.aspx and he describes a way to decorate method parameters with message attributes to shortcut create message contracts for every operation as follows: [ServiceContract] interface ContractFour { [OperationContract(IsOneWay = true, Action="urn:crud:insert", Style=ServiceOperationStyle.DocumentBare)] void ProcessInsertMessage( [MessageHeader] int UserID, [MessageBody] string Name, [MessageBody] DateTime DateOfBirth ); [OperationContract(IsOneWay = true, Action="urn:crud:update", Style=ServiceOperationStyle.DocumentBare)] void ProcessUpdateMess ...Show All
.NET Development email from window form
i am using window project how can i send email to other with free smtp. You can use the SmtpClient class http://msdn2.microsoft.com/en-us/library/system.net.mail.smtpclient(VS.80).aspx You will need to point it to an smtp server for it to deliver your mail. ...Show All
Windows Live Developer Forums Capture nav control event?
Is it possible to capture the zoom level when a user changes the zoom level on the nav control I can do this when the user clicks the map but not when they change the zoom with the nav control. Thanks Danny Try the onendzoom event ...Show All
Visual Studio 2008 (Pre-release) One Table Per Class Inheritance
Hi. I'm testing Ado.Net vNext inheritance features. In my SqlSrv DB I've a one-table-per-class inheritance structure, with one table for Base objects and one table for each Derived objects, linked to the base through the ID field Base(ID, BaseProperty) Derived(ID, DerivedProperty) ..... SSDL <Schema Namespace="AdoNetEntityFrameworkTestTarget" Alias="Self" xmlns="http://schemas.microsoft.com/ado/2006/04/edm/ssdl"> <EntityType Name="Base" Key="ID"> <Property Name="ID" Type="int" Nullable="false"/> <Property Name="BaseProperty" Type="nvarchar" Nullable="false" MaxLength="50"/&g ...Show All
Visual Studio Team System Strange checkin policy error
I have setup a code analysis checkin policy on a Team project, I have a solution where I have migrated code analysis settings so I know they are as stringent as the checkin policy and a build of that solution has succeeded. However when I make a change to one of the projects in my solution and try and checkin after a successful build I get the following policy error: TF10139:The following policies have not been satisfied Internal error in Ensures that code analysis is run with a predefined set of rules This project that is having problems is one where I have significantly changed the contents of the .csproj file as it is in msbuild format. However the IDE build reports no problems. Any ideas Ma ...Show All
SQL Server Display Dynamic Column in the report
Hi Friends, I need to display dynamic columns in the report. I have to show column list to the end user then he/she will select his usefull column and then I have to display the selected coumn in to the Report. other column should not be visible in the report. Any body know hot to do it Nilay Hi Murali / Nilay, Hope this link will explain you in setting Parameter value. http://www.c-sharpcorner.com/UploadFile/uditsingh/CR1111022006055359AM/CR11.aspx ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Model not showing up in game
Hi all: I'm playing around with the XNA Framework more and starting to make sense of things. I've run through the 3D tutorial and I can see the p1_wedge model just fine. Unfortunately, when I try to make my own model and bring it into the tutorial, I don't see anything. I have a texture for the model as well as the .x file itself that I created in trueSpace 6.6, and I've verified that it compiles ok in the project. I don't get any runtime errors either. Maybe I've missed something in the documentation... is there a scale of measurement I should be using Are there guidelines for creating 3D models for use in XNA I'd love for that to be in the docs. Anyway, I've uploaded a couple of files to my website for reference: http://www.spel ...Show All
SQL Server what s wrong with this pls inside a cursor
if (@obj<>'ggg') begin set @sqlGrant= 'use ' + @DBparam + ';' + @ProtectType + @action + ' ON OBJECT:: ' + @obj + ' TO [' @newLoginParam +']' EXEC (@sqlGrant) end it gives me an error Thanks a lot it s resolved, i don t know how, but it s resolved. that sucks, many time my pb is fixed and i don t know what fixed it :) but yes, David, u re totally right. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I could use a clearer explanation of 360 garbage collection and performance monitor
I bet others could, too. Are the numbers and timings in this article still accurate http://blogs.msdn.com/netcfteam/archive/2006/12/22/managed-code-performance-on-xbox-360-for-xna-part-2-gc-and-tools.aspx If I understand it, if my game has 100,000 live objects (a live object is any call to new a class that still has a pointer to it, right ), then I can expect a 15 msec hitch every time the GC is run, which if I'm trying to run at 60 will cause a visible stutter. According to the performance monitor, I'm currently facing a 23 msec GC. My game actually seems to be running surprisingly well if that's the case - are the garbage collections done on a different core Is there a number in the performance monitor that tells me how many live object ...Show All
Visual Studio Not seeing any FireFox Fixes...
I've patched to VS2005 SP1, and loaded my "reports" project, where I have a few reports that use the ReportViewer Web control. This project has the dll's in the bin folder, so I copied the Web and Common dll's from Program Files\VS 8.0\ReportViewer folder, and the ProcessingObject dll from the Windows\Assembly\GAC_MSIL folder (as I had before) to update the project. Running the reports, the Matrix still "collapses" on itself and the Table sill shows missing borders and broken fonts. There wasn't a noticeable speed increase in rendering either. This is FireFox 2.0. We have a development server that has never had the ReportViewer.exe distributional installed, it loads everything from Bin. I updated this server's Bin folde ...Show All
SQL Server Problem inserting data from IDictionary into Sql2005
Hi, I'm not sure if this should be in the Sql or VB forums. Using VS2005 I have a graphics program which holds data in a Dictionary Object. The data consists of a Key and a Structure called Arrows. This structure holds a startpoint and an endpoint, both of which consist of x and y co-ordinates. I need to insert these four co-ordinates into X,Y,X1 and Y1 columns of a table, The following Insert statement will insert the correct IdKey and Textbox data, but will not compile the co-ordinates. I have initialised the Points of the structure, but get the error message that Type is not defined. With dbCommand Dim _mstartPoint As Point Dim _mendPoint As Point Dim strSql As String For Each kvp As Ke ...Show All
SQL Server Dividing a Column
I have a column that contains the persons Full name. I would like to split it so that it contains the persons First Name and Surname. Can i do this from a select command. Hope you can help e.g. Full Name -------------- Dave Smith Want to acheive First Name Surname Dave Smith BH: I got tasked with doing something similar to this about ten years ago. One thing that you might want to do is verify the format of your names. Check and see if some of your names are also in the format 'lastName, firstName'. Try something like select count(*) from yourTable where fullName like '%,%' Some options: Modify the table to include the desired surname ...Show All
SQL Server Is it possible to get Multiple DataTables in a DataSet like VB.NET?
Hello My stored procedure returns 4 recordsets. I require these recordsets as 4 different datatables in a dataset in Sql Server Reporting Services 2005, to use them on my rdl report. I don't want to make the 4 diffrent datasets. Is it possible in SqlServer Reporting Services 2005 Please help me. Its urgent. Well, I think nobody here is interested to answer this one. Do anyone suggest me any good forum for Reporting services queries. Looking. ...Show All
