Venkata Veeraraghavan's Q&A profile
Visual Studio 2008 (Pre-release) BamlParseException was unhandled
App was running fine under VS.NET 2005 B2. Clean installed VS.NET C# Express 2005 and now get to compile-run my app once, all following runs yield the enclosed error. I'm assuming such fineness has been addressed and I'm posting this for emphasis. - System.Windows.Serialization.BamlParseException was unhandled Message="Error at element 'Setter' in markup file '' : Invalid value '0,1,0,Auto' for property 'Margin'.." Source="Presen ...Show All
Windows Forms GDI plus in .net 2.0 advantages
I have a winforms app in .net 1.1 that extensively uses GDI instead of controls on forms, as there is lot of content. Now, we are migrating to VS 2005 on .net 2.0. What are the features of the GDI+ in .net 2.0 that I should look at leveraging How different is it from the GDI of 1.1 GDI+ isn't a new feature in 2.0, it's been there since .NET 1.0. GDI is the old graphics API part of Win32. I don't know if th ...Show All
Visual Basic Storing Drag and drop items
Hello All. I have a "Consultation" form in my VB.NET application. It is meant to catch a history of consultation with a client regarding a project application that they made. When a client files an issue with the company they may include emails, excel documents, pdf's and even (in the future) items for systems not yet written, and so forth. The consultation system goes like this: A Customer/client is a member of an organisation. The client makes ...Show All
Visual Basic VB2005 Performance Questions
Hello After I turn on my computer and when I launch first program (which programed by VB2005), it's take a long time to show main form. VB6 was faster. CPU speed: 2600 MHz Memory: 1024 MB Is there a solution for that Thanks & Regards What do you mean by 'long time' It's possible that, even though windows appears to have finished booting up, it hasn't - it's still ...Show All
Visual Studio Can't see the data in the report viewer
I'm pretty new to this version of reports but wanted to try it. So far everything works fine but I can't see any of my data once my report opens in the report viewer. I did the following: 1. I created a local report (TerminDruckversion.rdlc). 2. In the data source window of the report I added a dataset of my project, DataSetTermin. This dataset only contains one table, termin. 3. Now I drag and drop a few of the data rows onto my report ...Show All
Windows Forms How did they achieve the Windows XP Look?
Does anyone know how they got the controls on the forms to take on the Windows XP appearance. For instance the combobox controls take on a flat border style appeareance which isn't even a DropDownStyle option. All the controls seem to take&nbs ...Show All
Visual Studio Express Editions Problems debugging
I have a problem when I'm debugging a project. Error while trying to run project: Unable to start debugging. What can I do What kind of project is it I don't believe you can debug a class library... and probably some other types of projects. ...Show All
Visual Studio Express Editions Can't remove Microsoft SQL Server Configuration Manager from my system.
I am trying to install SQL Server 2005 Express and I get the following error message: SQL Server 2005 Setup has detected incompatible components from beta versions of Visual Studio, .NET Framework, or SQL Server 2005. You can view the complete error message from: http://130.94.232.236/temp/temp.gif SQL Server Configuration Manager is still active under Start - All Programs, but I can't find it in my Add/Remove Programs ...Show All
Visual Studio Paging in toolbar off-by-one
I'm using the ReportViewer control in a WinForms project, using Local processing mode. On the report itself, it always correctly shows the current page and total number of pages in the report using Globals!PageNumber and Globals!TotalPages. However, in the toolbar page navigator, the total number of pages is always initially shown as one less than the actual number of total pages. For example, I've got a report that actually has ...Show All
Visual Studio 2008 (Pre-release) Phantom Build Errors February CTP
Since installing the February CTP I find my application fails to build and Visual Studio (Express Ed.) reported the following build error; "Error 10 The name 'MyApplication' does not exist in the current context C:\ExampleApp\ExamplePage.xaml.cs" Immediately building the software after the error has been reported is successful. Has anybody else found this problem ...Show All
Windows Forms Double Buffering and Initial Painting
when I turn on double buffering ... I get the undesirable side effect that the control which is being double buffered momentarily has the same background as whatever the window popped up on top of. So for example, if the background is the desktop, t ...Show All
SQL Server ROW_NUMBER() function in SQL 2005
Can this function accept parameter in the order clause WITH LogEntries AS ( SELECT ROW_NUMBER() OVER (ORDER BY Date DESC) AS Row, Date, Description FROM LOG) Instead of using "ORDER BY Date DESC", I would like to use "ORDER BY @SORTCOLUMN". But I could not get this to work properly. Thanks, ...Show All
SQL Server ODBC Data Source error
As other contributors, all I am trying to do is import data from an ODBC source (spelled 'non-Microsoft data source') into a SQL 2005 table. I can easily do this in SQL 2000 with DTS, but when I use the same DSN in VS 2005 it doesn't work. I created an integration project, and made a connection in Connection Manager to the DSN and clicked Test Connection. It succeeded, or so it claimed. Click OK and drag a DataReader Source onto the Data F ...Show All
Visual FoxPro coming back to foxpro
used foxpro 2.5 and now have visual fp. am having trouble lwith iff and if then syntax. i want to have user enter a zip code and then the city and state are filled in. thanks for any help You can only use IIF() to handle a single value, so you really need a standard IIF...ELSE IF zipcode = '11566' REPLACE city WITH 'Merrick', state WITH 'NY' ELSE *** Whatever *** ENDIF You c ...Show All
SQL Server Size specified for a binding was too small, resulting in one or more
I have changed my source data warehouse by increasing some column widths. Now when I try to deploy the cube I get: Warning 1 Errors in the back-end database access module. The size specified for a binding was too small, resulting in one or more column values being truncated. How do I fix this I have tried going into the DSV and making sure things were right. I have gone into the dimensions and can't find anything to ...Show All
