Kavita Kamani's Q&A profile
Visual Studio Team System One Crazy Warning...
Hey all, I'm working on a ASP.Net web site. I get this warning message: Warning 1 The type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_bcyeejys.0.cs' conflicts with the imported type '_Default' in 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\waskweb\ec73eddd\81462276\App_Web_2lb5qop3.dll'. Using the one in 'c:\WINDOWS\Microsoft.NE ...Show All
.NET Development Datasets aren't finalized after leaving the scope
Hi, we discovered a strange behaviour concerning garbage collection of datasets. Because our application needs a tremendous amount of memory and constantly allocates more and more of it we are counting the instances of our objects in memory. Thus we able to determinate if an object is finalized by the garbage collection. Basically most of our objects contain these code snippets in the "new" and "finalize" methods: Public Sub Ne ...Show All
Visual C++ Moving from VC 6.0 to VC 2005
Hi all, I'm current investigating a way to move from Visual studio 6.0 to the lastest VS 2005. My project comprises with MFC, stl, and thirdparty libraries. When I test converting it to VS 2005 beta 2 the compiler generated 6500+ error. Is there a better way to do this Or is there a compiler switch that make the new compiler compatible with VS6.0 compiler You will need to go through the errors. This isn't norma ...Show All
Software Development for Windows Vista Does WWF 2.2 persist the detailed layout information into the XOML file?
In Beta 1, the detailed layout information for the state machine workflows was persisted in the Visual Studio .SOU file and not in the actual XOML workflow definition. Has this been fixed since Beta 1 ...i.e. in Beta 2 or Beta 2.2 If not, what are the plans for addressing this Michael. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. VC++ 2005 Express & MDX9(October 2005)
Hi everyone, Can you please tell me if it possible to Managed DirectX 9 (October 2005) from within Visual C++ 2005 Express My code stumbles at a simple line: PresentParameters^ presentParameters = gcnew PresentParameters(); I can compile and build, but when I try to run this code, the debugger gives an error (pointing to line above): An unhandled exception of type 'System.IO.FileNotFoundException' occurred in myapp.exe Additional informatio ...Show All
Visual Studio Express Editions LIB: Adding Files to Existing Library
Please bear with this newbie issue ... I would like to add, one at a time, oject files to an existing library using something like lib /OUT:existing.lib newfile0.obj lib /OUT:existing.lib newfile1.obj The trouble seems to be that when newfile1.obj is added to existing.lib, it actually *replaces* the current contents of existing.lib (e.g., newfile0.obj is deleted). I know that I can make the multi-file library by placing all the objects on the co ...Show All
Software Development for Windows Vista BPEL-compatible Workflow-Engine with WWF?
Does anyone know something about a released product that executes and manages workflows and whose workflows are BPEL-compatible I'm thinking about something like "OraXXX BPEL Process Manager" but based on WWF/.NET ... and about something reliable :-) I understood that BizTalk Server doesn't include this functionality but not exactly why ... as an ISP we have to handle about 5000+ BP - so importing an exporting BPEL files is not a ...Show All
Windows Forms Getting Output Debug screen messages to show on a listbox in windows form
Hi... How do I get output debug messages generated by the debug mode (ie. Start with debugging) If I can get them, I wish to display them to listbox that I have in the windows form I created. Is there a smarter way other than using the following : lstDebugMessage.Items.Add("Whatever is inside debug message"); Where lstDebugMessage is the listbox I generated in my windows form. Thanks for any ideas! hi try { // ...Show All
Visual Basic Build Complete Notification Sounds
I just upgraded to Visual Studio 2005 from VS6.0 and I cannot find any documentation for Visual Studio sounds schemes. In VS6.0 I could have seperate sounds for "BuildComplete", "BuildError", and "BuildWarning". In Visual Studio I can only create a sound for VS_BreakpointHit Are any of the others available The three I mentioned in my post BuildComplete, BuildWarrning, and BuildError.&nbs ...Show All
Visual Studio Team System error 32000
Team Foundation Server Dual-Server Deployment ,while install Application Tier get the error: Error 32000.Failed to get CustomActionData. here is log file info: vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"Z:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\widbloc.exe" -s datasvr -d CurrituckDB' returned non-zero value: 1. [06/16/05,23:57:14] vs70uimgr: DisplayMessage_END:Error 32000.The Commandline '"Z:\Progr ...Show All
Windows Forms DataGridView v DataGrid Performance
Hi I have just started using the Datagridview and have noticed a significant performance difference over a Datagrid. Below is 2 methods calling the same Stored procedure from two separate buttons. The datagrid view takes about 4.5 seconds to populate, the datagrid about 0.2 seconds. The problem seems to be with the number of columns (with a few the performance is similar but with 50 + this is where the differences occur. Any ...Show All
.NET Development Hi Can anyone let me know
Hi Can anyone let me know when the MCAD will have ASP.NET 2.0 as a syllabus e.g for paper no.315 Hello Nikhil, The MCAD certification will not be updated for ASP.NET 2.0. Rather, we have introduced a new family of certifications for developers which start with the .NET Framework 2.0, and will continue to be updated as the technology evolves. The new certifications include a Microsoft Certified Technology ...Show All
SQL Server Upsizing Access to SQL Server 2005
I am upsizing a number of Access 2003 databases to SQL Server 2005 with Access Project front ends. Access Tables all upsize OK, some Queries upsize to SQL Views, some to SQL Functions and some get skipped completely. I have fixed up data type issues with Yes/No and Date/Time fields. I would like all my Access Queries to be SQL Views. Some queries may have calculated fields and I suspect this is one of the issues. The only log in the re ...Show All
Visual Studio Tools for Office Insert Word field...programmatically?
In Word, you can go to Insert --> Field and insert a formula. I know that works great. But my question is, can you do all of that programmatically OK, I found something like this: Me .Paragraphs( 1 ).Range.InsertParagraphAfter() Me .Fields.Add( Me .Paragraphs( 1 ).Range, Word.WdFieldType. wdFieldExpression ) But how can you create the formula ...Show All
Windows Forms Using Hot Keys in TabControl
Hello, I am trying to use hot keys in the Tab control but apparently it doesnt function. I am using &Customers, A&dmin etc to define the hot keys for each of the tabbed pages. But it invariably displays them as &Customers etc, and d ...Show All
