KLCurry's Q&A profile
SQL Server June CTP - Issue with Tabular report with more than 16 columns
You could be running out of memory on the server. Check the server log files to see what error is occuring when you try to run the report. As mentioned in my original post, the log file reports the following error: "System.UnauthorizedAccessException: Access to the path '...\RSTempFiles\RSFile_58b9c77b-2137-45af-b93d-dc98bc031aa5' is denied." Also, if the server was running out of memory the report would not have rendered in the Dev Studio ...Show All
Windows Forms Determing if a control inherits its font
So, I figured I'd post my first question here, and see if someone can help. I'm writing some code that needs to know if a control's Font property has been set individually, or if the control is inheriting its Font property from the form. I ...Show All
Visual Studio Express Editions Today.AddDay(-7) does not work!
I would like to create last week's date. Using the immediate window the statement Today.AddDay(-7) works. Today.AddDays(-7) #4/14/2006# However in my code it does not compile! x.BDate = Today.AddDays(-7) x.BDate has been previously declared as type Date. The tooltip message by this code is: 'AddDays' is not a member of 'String.' Intellisense gives AddDays as an option to Today in the immediate window, but not in my code. This i ...Show All
SQL Server How to get correct element flow layout in report?
Did anybody have problems with organizing report elements in free flow layout. I generate RDL from a template based on input parameters. The report consists of variable number of header text boxes, matrixes or tables, several footnotes, and several charts. Obviously it is impossible to predict where exactly (Top) each element will be positioned on a page. Problem is that if not specifying Top attribute result is hardly predictable. Matrix ...Show All
Windows Forms SelectedIndexChanged event does not fire for ComboBox
Hi I am creating a windows application using vs 2005. I have written some code in combobox SelectedindexChanged event. This even works fine if I select item using mouse but if I use keyboard and select item using TAB key event does not work at all. If this behavior is by design what workaround can I use Users would be using keyboard most of the time. Thanks The up and down keys in the combo it must fire the SelectedIndexChange ...Show All
Visual Studio 2008 (Pre-release) Extension Methods: Static Electricity?
As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System { public static class Evil { public static vo ...Show All
.NET Development Show currency in textbox
Hi all, I have an Access database which contains a field "Prices" with a currency format - ie. it displays "$15.00" When I display the contents in a textbox using VB 2003 it displays it as "15" Or, if the lenght of the currency is greater than 6 or 7 digits, the format must be something like "$1,000,000.00", which is displayed in the textbox. How do I format the string to display as currency Thanks, ...Show All
Visual Studio Team System How do I specify dependancies (and import to Project)
Team System has a notion of "Links" to other bugs. However, there is nothing that tells what type of link it is (that I have yet to figure out anyway). How do I specify that a bug depends on another bug More importantly, I want that information to be passed up to Microsoft Project when I import bugs into project. I can create dependancies in MS Project but when I save to Team System those dependancies are lost (in the sense that ...Show All
Visual Basic Visual Studio Is Busy?
Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to de ...Show All
Visual Studio Team System Is it possible to use internal data as a Data Source for data driven tests?
Hello All, There is a test method which uses test data from a static array defined in a class, e.g. public void MyTestMethod() { foreach (MyTestCase testCase in myStaticTestCases) { // use 'testCase' data and verify } } I would not like to use this 'foreach' consturction. Instead, it would be great if it were possible to make the framework call the tes ...Show All
Visual Studio Express Editions C# Express expired
I installed a MS Visual Basic 2005 Express a month ago. I didn't register this product, so my copy expired. Now, I install MS Visual C# 2005 Express. Setup says that my version of MS Visual C# expired. I want to register this product, but it's not go. Could you give me some advice First up... why didn’t you register it during the first month Before attempting to install it again, did you uninstall the previo ...Show All
Visual Studio 2008 (Pre-release) List view control
I want to have check box in any of the cell of list view control in XAML with c# code. Expl: I've a table (ListViewControl of xAML with rows and coln) interasaction is the cell, i want to add checkbox in any of this cell. I want code behind as well as piece of XAML which does this. Taruna < StackPanel > < StackPanel.Resources > < XmlDataProvider x:Key = " q1 " XPa ...Show All
Visual Studio 2008 (Pre-release) Error while installing WinFX RC Beta 2
Every time I'm tying to install the WinFX RC an error occurs. When I have downloaded 46MB of 48MB the installation aborts. It would be interesting if anybody else have this problem too. I also tried to install it on a 'clean' System, but the error occurs too. Is it possible that the server is overloaded -Daniel EDIT: I figured out it has something to do with the languagepack: [05/24/06,13:31:04] WinFX Language Pack - DEU: dlmgr: entering CDow ...Show All
Visual Studio Error when installing VS2005 Beta 2
Hi! I get an error when installing Visual Studio 2005 Beta 2. I choose to install all of the items on the Team Suite DVD. All of it installs, without the SQL Server Express edition.It comes a "Send error report" dialog up, and when the install is finished, it says that the Microoft SQL Server Express Edition April CTP failed to install... What is wrong Ok... But I still have the same problem... I installed Office 2003 but didnt upgrad ...Show All
SQL Server Forms Security Extension Sample
Hi, I have installed the SSRS 2005 Forms based login security extension as per the sample and instructions that come with the product install. I have double checked my work and debugged up to the point explained here. My user is in the database and I can get to the login page. I have traced the code and can see the user being authenticated properly by server.LogonUser, the authentication cookie being created and placed in the response obje ...Show All
