thelonesoldier's Q&A profile
Visual C# Break points are not getting hit in ASP.NET (C#)
Hi, I am a newbie to .NET, recently I installed .NET. I could not debug using breakpoints, breakpoints are not getting hit, but the application is working fine with out any issue. If I press F5 or Start Application is working fine. “Start without debugging” is also working fine. But the breakpoints are not getting hit by the process. I am not getting any error. It would be grateful if you give me a solution for this issue. I created ...Show All
SQL Server Error returning OLAP data in RS 2005
I have a .rdl file that was exported out of ProClarity's Desktop Professional 6.1 using their RS plug-in. I uploaded the file into Report Manager and when I execute it, I get the following error: An error has occurred during report processing. Query execution failed for data set 'Three_Month_Funding_Trend'. Unable to recognize the requested property ID 'ReturnCellProperties'. Does anyone have any idea ...Show All
.NET Development Serialize Strong Typed Collection. "There was an error reflecting type.."
HI, I have a class that looks like this: [ Serializable ] public class NewsItems : System.Collections.Generic. List < NewsItem > { }; Any it works just fine for 99% of my needs... Here is the 1% problem, when I want to write out the contents of my collection to XML, I get the following error (pasted below) anyone know how to remedy this System.InvalidOperationException was unhandled Message="There was ...Show All
SQL Server SSRS + SSAS + drilldown(SSRS naming - grouping) + flattened rowset
assume SSRS2005 report on SSAS2005 assume SSAS dimension structure (on the report rows) LEVEL MemberCount ...Show All
Visual Studio Express Editions "HELP" 2 array questions for a VB Learner?
i am having problems putting text from 8 tb's on a dialog form into an array and passing the data back to a mainform as a single object, i then want to put this object into an array of like objects and be able to display each of the values/references from a selected object in the mainform array of objects. NE help would be greatly appreciated as i have read all the articles on arrays i can find and am still having trou ...Show All
Visual Studio Express Editions how to convert avi file to mov file
any suggestion or recommended article or document is welcome, thanks i will do such project in c# mov == quicktime. That means that this: http://www.google.com.au/search hl=en&q=C%23+quicktime&meta = is your best source of info. ...Show All
Visual Studio Express Editions DotNetNuke install problem or too many starter kit installs
The DotNetNuke Starter Kit 4.0.2 does not show up in the "My Templates" of the "New Web Site" window of VWD (An icon titled "DotNetNuke Web App..." per the documentation). I am wondering if there is a limit to the number of "New Web Site" templates that can be added and show up in the "My Templates". I have installed previously eight (8) starter kits and ASP.NET Site templates. With the " ...Show All
Windows Forms Resources
Hi, I'm using a few bitmaps in my app and have added them using the "Add Existing Item" to the solution. I've set their "Build Action" to "Embedded Resource". Once I build the solution and look at the app dll in ILDSM i ...Show All
Smart Device Development How to set the Background color of propertypage caption
Hi, I am developing a project using PropertySheet. In that i created 3 propertypages. what i want is when one tab is active other two tabs caption (BackGround) should come in different color.and when i try to activate it it should become normal.changing the caption(background) of a page that is getting deactivated i read all the document on MSDN but still not able to figure out any help is welcome Thanks in advance Regards Sarvanan ...Show All
Visual Studio Team System looking for web test
VS 2005 newbie. I have VS team edition for software developers RTM version. I am trying to create a web test. However, web test is not an option. NOTE: The AuthoringTests.txt eludes to test version - but this is not specifically stated. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vs05tmsyswebtst.asp does not give an explicit statement that the web test is for test edition only. " ...Show All
Windows Forms ReleaseDC
hey all I got a easy question...how I think i am getting a memmory leak from this: Public Class Form1 Private Declare Function GetForegroundWindow Lib "User32" () As Integer Private Declare Function GetWindowDC Lib "User32" ( ByVal hwnd As Integer ) As Integer Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Timer1.Enabled = True Timer1.In ...Show All
Visual Studio Express Editions Upgrading vb6 projects
I was unable to upgrade projects from vb6. I get an error when "invoking upgrade engine". Error occurs in vbu.exe. Error message: Enexpected exception ocurred during upgrade engine operation: Error in remote procedure call. (Exception from HRESULT: 0x800706BE). Using: XP Pro Spanish Version VB 2005 Express V8.0.50727.42 VB6 projects made with VB6 Enterprise Edition (SP6) Spanish Version. Hi Cristian, It sounds t ...Show All
.NET Development Where to set the timeout for a SqlTransaction.Commit?
It happens quite often in my application that I get a "Timeout expired" SQlException when I do a SqlTransaction.Commit. where do I have the ability to adjust the Commit Timout value Grtnx, Adri Your connection, not the transaction, has a timeout value, which you can change in the connection string. constr = "Data Source=(local);Database=AdventureWorks; Integrated Security=SSPI;Connection Timeout=30;" I sus ...Show All
Windows Forms TreeNode LabelEdit and Ctrl-C shortcut
My form has a main menu that contains a Copy menuItem with an associated Ctrl-C shortcut. This copies the selected TreeNode. I've also implemented in-place rename of TreeNodes using LabelEdit. Once TreeNode.BeginEdit() has been called and the node label is being edited, how do I direct a Ctrl-C keystroke to copy the text within the label to the clipboard and not fire the OnMenuCopyClick event handler Thanks ...Show All
Visual Basic Differences in SQL Server Support VS2005 VB.NET Standard vs. Professional
The MS announcement page for VS2005 VB.NET Prof Ed. has the line: "Build solutions for SQL Server 2005 using integrated project types, deployment tools, and debugging features" Questions: (pointers to documentation welcome) 1) Confirm: Does SQL Server 2005 Express come with VS2005 VB.NET Standard Ed 2) What SQL Server 2005 Express management tools does Standard Ed. provide 3) What does Prof. Ed. have that ...Show All
