Ramesh_Kumar_02a072's Q&A profile
Visual Studio Team System Recent changes that broke our build
Environment: All workstations up until today have been able to run our automated build without any problems. Our solution has about 20 projects in it. For example sake, let's pretend we have TWO projects ProjectA (VB.NET), ProjectB (VB.NET) The change: We recently converted ProjectB completely C#. The project is still named ProjectB, but obviously it contains only .cs files instead of .vb files. The problem: Running the automated build returns tons of errors on the C# projects (ProjectB in this example): error CS0246: The type or namespace name '<TypeName>' could not be found (are you missing a using directive or an assembly reference ) error CS0308: The non-generic type '<TypeName>' cannot be used with type arguments T ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Texture Filtering Problem
I have just recently converted my MDX project over to XNA, now I have slowly ironed out most of my problems but one that remains is the texture quality. My game looks the same as the old MDX one does when mip filtering is not enabled. Is there anything special in XNA that would stop the mip filtering from working or any kind of problem that would cause a similar look on the textures. It's like something is overriding the setting, but I cant figure out what it is. Derek Nedelman wrote: A 1 is being passed, but it doesn't mean that only one mip level is created. When specifying ResourceUsage.AutoGenerateMipMap, all the mip levels are created. I know because this is what I use. In fact, passing 0 with ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Bitmap with AlphaChannel
Hello, I'm following the first tutorial from Your first XNA Game found under Help/Contents. I created a png texture of a ball, but I would like the contour to be transparent. The tutorial explains how to do this by using the DirectX Texture Tool , but then what should I save the texture as dds, and load that into my project That is what I did, but still the texture is drawn as a rectangle, ie. transparent region still show. Do I have to add some code Hi there. I had the same issue initially. Please see these two posts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=683140&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=683107&SiteID=1 Or basically in your draw routi ...Show All
Visual Basic Page Event Not following exact order?
I have a web page in .net2.0 where i change a session variable in a gridview. So during page load, i look using the 'determinepostbackmode' '__EventArguement' key to see if the event will be called and then do something appropriately. This works most of the time. On rare occasion (1 of 20 postbacks) it looks as if the gridview event finishes before the page load logic. Is this possible I thought that page events were syncronous. Thanks I'd suggest that you redirect this question to the ASP.Net forums. forums.asp.net As they are probably better able to answer your question. ...Show All
Visual Basic Printing alignment vb2005
I am printing a schedule containing currency. I can set the x coordinate but my problem is aligning the values of differing lengths i.e. 123.33 4563.21 Is there a built in alignment method Thank you for your response and help. rgds. hemo ...Show All
Visual Studio 2008 (Pre-release) Creating a Derived Type in the Designer
I am attempting to re-create my previous VideoGames database using the designer. I want to see if I can do everything I need without tweaking the underlying XML once. So far its working with NavigationProperties. However, either its been too long since I've used this stuff, or the designer is limited. I am trying to create a derived type called WiiGames that derives from VideoGames, that uses a condition where the VideoGame.Type.ID is 1 (Wii). Anyone have a walkthrough on how to do this in the designer and/or how to start using the designer and finish using XML Has anybody created a conditional derived type Thats really all I need here is how to fix this syntax so I don't get the above runtime exception about the mapping... It looks ...Show All
Visual Studio 2008 (Pre-release) Support for Group By, Having etc
How sophisticated are the query capabilities for LINQ. Can a SELECT includes Group Bys, Aggregate Functions, Having Clauses. I have a sophisticated query which runs within the MS Access query designer, but running the same query using .NET OleDb provider results in an error. The query uses joins to selects which have group by and aggregate functions in them. The error message says there is an error in the Syntax after the From clause. So I'm thinking to return result sets back to VB.NET and use LINQ to further process the data into the final result set. The other alternative is use a lot more code to massage the data into the final result set which is going to be nasty. Actually LINQ doesn't a ...Show All
SQL Server Upgrade SQL Server 2K to SP4
One of our windows service logged following events Event Type: Error Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 1/31/2006 Time: 7:56:04 AM User: N/A Computer: blah blah Description: 17066 : SQL Server Assertion: File: <rowset.cpp>, line=3260 Failed Assertion = 'm_cILockBytesOpen == 0' ================================================================== Event Type: Error Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 1/31/2006 Time: 7:56:04 AM User: N/A Computer: blah blah Description: 18052 : Error: 1203, Severity: 20, State: 1 Process ID 53 attempting to unlock unowned resource KEY: 11:2041058307:1 (8e02b4254032) ================================================================= ...Show All
SQL Server Liste of report made with ReportBuilder
Hi ! I'm trying to figure out how can i get a list of the reports made with reportbuilder. I have create a folder in ReportManger and all my report are in this folder. When i create report with ReportDesigner i get a .RDL file, but when i create a report using reportBuilder i can't file the file created. What i want to do is to create in our web application a Web page with a list of report that our client has create using ReportBuilder. I was thinking about doing a loop on the folder for each report File but i can't find those files. Any idea Thanks! Hi, How to get the list of folder from reporting server. I know we can get the list of reports from folder but before i want display a list of folder avai ...Show All
.NET Development Using a Thread in a Web Application to Access a Database
Hi. Is it possible to use a thread to interact with a database I want to do some logging of user transactions but I don't want to hold up the user while he/she is interacting with the website. I have found some examples tf using threads in a Windows application, but very little for web-applications. I really could use an example where a thread starts a parameratized function, and how to set this up. So far, as a test, I have tried: Thread t = new Thread( new ThreadStart(Send_Email_Edit_Value)); t.Start(transaction, List_Name, IB_Acct, Current_Acct, Current_Value, strNewValue, Current_Unit, New_Unit); The function I am trying to start is: private void Send_Email_Edit_Value( string transaction, ...Show All
Windows Forms Custom Object in DataGrid
Hi all, I am in the process of developing a Datagrid that is bound to a collection of custom objects, and will display the data as columns of custom controls. I have successfully created a custom gridcolumnstyle which hosts the custom controls. However I have run into problems with binding to my custom datasource, and mapping the gridcolumnstyle to the necessary properties. My data structure consists of an ArrayList (acts as my table), which then contains a collection of further ArrayLists (my rows), which each contain a collection of my custom objects. The reason my data structure is composed this way that the size at compile time is unknown i.e not only could there be any number of rows, there could also be any number o ...Show All
SQL Server SQL SERVER 2005 COMPACT EDITION RC1 - Where to Find Editor for .SDF Database?
We have a plan to use Microsoft SQL Server 2005 Compact Edition RC1 as a backend. Our Front-end is VS .NET (VB.NET). We want to know how to edit the Compact Edition database (.SDF). Is there any editor is available right now in the market or microsoft provided any editor for this. OR Can i use microsoft 2005 sql server standard edition for this. Thanks Hi, After a great struggle we have comeup with our own tool designed for managing the SQL compact edition database. Here the url http://www.satwhiz.com/datapump/info.html . You can download the beta tool. Please post your comments to gopalan@sofist.com Thanks Gops Sofist India ...Show All
.NET Development XSLT problems with "cdata-section-elements" and "omit-xml-declaration"
Hi All, Sorry, this is cross posted from the SQL server reporting services forum here: I'm using some xslt documents to transform the xml output of my reports in sql server 2005 reporting services, but have come across two curiosities where the xslt filter seems to behave unusually. Firstly, I need the final saved file to have an xml declaration, which I believe it should do by default. Even if I put omit-xml-declaration="no" in the xsl:output tag I don't get an xml declaration. At present we have a custom job that writes these declarations back into the xml after SRS has saved it. Secondly and more importantly, I need to have some of my output tags wrapped in CDATA sections. I've tried using the ...Show All
Software Development for Windows Vista Exception Error C0000005 when installing apps in Vista
Hi, I don't know where I can get help about this issue. I have a program that cannot be installed on Windows Vista, which is working well in WinXP and Win2k. It shows an exception error C0000005 for the setup.exe. The setup.exe is created using InstallShield 9 English. However if the same application, using InstallShield 7 English, witht he same project settings, then it can be installed on Windows Vista! Have anyone come across this issues as well I need help to find out what can be wrong with this. Thanks Chiu Hwa I have tried the compatibility settings, to Win XP as well as Win 2000. But both have the same results. How to turn on the MSI log Sure hope I can see some clues from there too. :) ...Show All
Visual C# Highlighting a column in listview
Im trying to figure out how to highlight an entire column when the user clicks on the column header in listview on a windows form. Im also trying to figure out how i can programatically figure out what column the user has clicked..and hence highlighted as well. thanks ...Show All
