Software Development Network Logo
  • Microsoft ISV
  • SQL Server
  • Visual C++
  • Visual C#
  • Windows Vista
  • Visual FoxPro
  • VS Express Editions
  • Windows Live
  • Architecture
  • Windows Forms
  • VS Team System
  • Visual Studio
  • Visual Basic
  • Visual J#
  • Smart Device

Software Development Network >> unit107's Q&A profile

unit107

Member List

ahewgill
IraD
DavidLee
juergen_
DaniMaia
Shawn-Peter
Kaan Demirtas
v.iyer
domenu
Herbert Wang
Mike Edmans
Boris Jabes MSFT
Mark-Edgerton
ReneX
Carlos90210
Jaziel
JD-SSan
Guillaume JAY
Scotty_C
Ragas
Only Title

unit107's Q&A profile

  • Visual Studio 2008 (Pre-release) What is meant by "multi-tier entity support"

    I hope it is not: [Table(Name = "Orders")] [DataContract(Name = "SalesOrder", Namespace = " http://somewhere.com/2006 ")] public class Order : IEditableObject, INotifyPropertyChanging, INotifyPropertyChanged, IComponent { [Column(Name = "ReceivedDate"), DataMember(Name = "OrderReceived", IsRequired = true, ), DisplayName("Order Date"), Description("The date and time that the order was received."), Bindable(BindableSupport.Yes, BindingDirection.TwoWay), DataObjectField(false, false, false)] public DateTime OrderDate { get { return this.orderDate; } ...Show All

  • Smart Device Development Continie uninstallation after device reboot

    Hello all To correct uninstall my programm I must reboot smartphone. How I can continue uninstallation after rebooting my device I can't find unload tool in WM5... Thank you ...Show All

  • Windows Forms TabIndexChanged event not firing? (VB.NET 2003)

    I have a form with a tab control with 3 tabs on it, and a button. Clicking the button changes the selectedIndex of the tab control, which is then SUPPOSED to fire a function through the "TabIndexChanged" event. This event doesnt' fire. To see this in action build a form described as above, and add this code:     Private Sub Button1_Clic ...Show All

  • SQL Server semicolon terminator

    Can someone define for me what is a statement when it comes to having to use semicolon statement terminator This is absolutely undocumented in BOL. Googling only finds this incoherent article which is far from official documentation. TIA Hi Chad Boyd, This is Bhanu Prakash and i am going to be the new administrator for MSDN Forums. You are amongst top 200 answerers in Forums and we identified you as potential moderator.Please reply back to my email ( a-bhanun@microsoft.com ) with your email address so that we can give you moderator rights. We appreciate your continued support for the Forums. Cong ...Show All

  • Visual Studio Team System Suggestion: Extend InstantiateArgumentExceptionsCorrectly to include ArgumentException.ParamName

    Just a suggestion: Extend the InstantiateArgumentExceptionsCorrectly rule to check that the ParamName parameter is not null (ideally only in methods with more than one argument; but, I won't push my luck :-) ). Catching an ArgumentException with a null ParamName is close to useless with no specific means of ensuring the Message property has useful content. Peter, This is a good suggestion, however, we need to be careful to not introduce any false positives. The problem occurs when an ArgumentException is thrown when two or more parameters are not valid when used together, for example offset , count and buffer  parameters ...Show All

  • Windows Forms Change color in bitmap

    Hi, I need to change Black color to White color in bitmap that created from array of pixels. Thank's Alexei Try the direct integer approach, discussed here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=61604 -chris ...Show All

  • Visual C# Master Page Issues

    Hi guys, I have a base page that basically contructs and loads all the html for every single page I have, i.e it builds the head, body, html and form tags etc I am trying to achieve the following, depending on what role the user is (taken from db) then display the masterpage that matches that role protected override void OnPreInit(EventArgs e) { // code to check which role if (role==Admin) { base.MasterPageFile = "/masterpageforadmin } . . . etc etc in my web.config file i have : <pages pageBaseType="PageSetup"/> My problem is this - because i am building head,form... tags in a base class, removing them from my ma ...Show All

  • Visual Studio Error viewing rpt file

    Hi all, In my app I have a windows form and a CrystalDecisions.Windows.Forms. CrystalReportViewer control in it. ReportDocument.Load(fullPath) + ReportDocument.SetDataSource(myDayaSet) + CrystalReportViewer.ReportSource = ReportDocument works fine, but when I'm trying to show the form/report I'm getting an information messageBox = "Field not found - CrystalDecisions.ReportSource.EnterpriseClient.ASSEMBLYNAME_INFOSTORE" and nothing is displayed in my CrystalReportViewer. I have Visual Studio 2005 Team Edition for Software developers + WinXp sp2. Thanks for any advice ...Show All

  • Visual Studio Express Editions Formating a Label

    Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'This calculates average income tax paid on earned income Dim incomebox As Double Dim MTR As Double incomebox = IncomeBox1.Text MTR = MTRBox2.Text Label20.Text = "$" & MTR / 100 * incomebox End Sub Private Sub Label20_Enter( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label20.Enter Dim mylabel As Label = CType (sender, Label) Dim result As Decimal 'Remove currency formatting. If Decimal .TryParse(m ...Show All

  • Visual C# need help about user control

    Hi all, I make a user control that need validation. So before one control is validated another control cannot focus. but when iam trying to check/uncheck checkbox and radiobutton, click button with different usercontrol, these controls can be focused and executed. it makes me very confuse. Need help from all of you guys, how to solve this problem. I have uploaded my simple program at this link below http://rapidshare.de/files/13003561/WindowsApplication2.rar.html try to click control in yellow area, compare with control colour area. Thanks i ...Show All

  • Visual C# question about retrieve single selected date in MonthCalendar

    hi, i am new to c#, in my project, when a date on the monthcalendar is selected, i want to catch the date for future use (e.g. retrieve all the bookings on that date from db). i have read some articles about this, now i can call "SelectionRange.start.ToString(); " to get the starting date and call "SelectionRange.end.ToString(); " to get the ending date. what about a single date selected i tried "SelectionRange.start.ToString(); " and "SelectionRange.end.ToString(); " both work fine. I am just wondering if there is something specifically for a single date selection thx Justin for your advice, the setting is exactly what i did, an ...Show All

  • Software Development for Windows Vista web service workflow

    I've asked this before in one of my previous posts but it got buried under and can't get the answer. Here it goes again. 1. I've followed AddService using in the book. Seems to be clear. The problem I'm facing is that my next activity happens day later, unlike in AddService scenario where webservicereceive is followed by webservicerespond immediately. How does the host (iis ) brings in serialized workflow instance into the memory and what triggers this. I've enabled tracking and persistence using sqlserver As an example if we take AddService and request addition of two number and then come back 2 days later or at any arbitrary time period fo ...Show All

  • SQL Server Report task?

    Hello, I'm not sure if this one should be in this forum. Anyway... I need to build some reports in MS Word format. Is there are any way to do that It can probably can be done in Reporting Services, but how I can merge these two tools in one project (solution) for example Thanks. Seems too complicated and there is definately lack of info how to do that on practice. But thanks anyway.  ...Show All

  • Visual Studio Team System Reporting Services Error in Project Portal in TFS RC

    After creating a new project in TFS RC and doing a Show Project Portal..., I get the error in the IE web page: Reporting Services Error This report requires a default or user-defined value for the report parameter 'IterationParam'. To run or subscribe to this report, you must provide a parameter value. (rsReportParameterValueNotSet) Get Online Help This is in the Remaining Work section of the report.  I can successfully run the Remaining Work report in TFS explorer.  Anyone know what this is about The problem is probably with the URL used from the portal to access the report. ...Show All

  • SQL Server Query rerading the Excel Addin related to MSOALP Cubes

    Hi everyone, I have a report created in BusinessObjects using MSOLAP8.0 (MSAS2000). I export the report to EXCEL. I have Essbase Addins and OLAP Intelligence Addins installed in my system and they are properly configured. Whenever I double click on any member (to drill down it) then I get a response for connecting to the Essbase Server. Which I think should not come.(As the cubes which I refer are of MSOLAP8 and not Essbase) I have installed MSAS2000 and Essbase client locally in my system and have a connection to the Essbase Server located somewhere. Please let me know if it is the actual scenario or something to d ...Show All

©2008 Software Development Network