Software Development Network Logo
  • Visual C#
  • Visual Studio
  • Windows Live
  • Visual FoxPro
  • Microsoft ISV
  • Game Technologies
  • Smart Device
  • Windows Forms
  • Visual Basic
  • Windows Vista
  • Visual C++
  • Visual J#
  • SQL Server
  • VS Team System
  • .NET Development

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

Bady_Tirol

Member List

DamiLaufer
jyoti22apr
raewear
-pk
Andrew174
sidewinder2
Mukul Gandhi
ddrakonn
Eduardo Coelho
BukHix
John Belli
crazyTheo
renis
eran koren
pmukherj
Sauas
JacobCarpenter
Shorin
Jnnet
mdavison
Only Title

Bady_Tirol's Q&A profile

  • Windows Forms Updating Foreign Key on Child Table?

    I have a simple 'one-to-many' data relationship which I have established using the VS 2005 designer. I am using a tab control to seperate the Master/Parent table from the Detail/Child table. When I click on the Detail tab, my form correctly populates all the appropriate detail records into all all the relevant bound controls (text boxes/comboboxes). It even includes the correct Foreign Key value (which is bound to the Foreign Key Field of my binding source). So, everything seems to work splendidly except for the fact that when I go look at the backend database (MS Access) the Foreign Key of my Child table is not being entered into my dat ...Show All

  • Visual Studio Team System TFS Reporting does not work due to warehousing issue

    Hello: I just installed TFS and while testing, I found out that reports inTFS does not work. When I try to access any report through Team Explorer, it gave me following error: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'IterationParam'. (rsErrorExecutingCommand) The Team System cube either does not exist or has not been processed. Then I followed "Warehouse Troubleshooting Guide" through URL: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=154526&SiteID=1 and I observed that in event viewer of my server, I have error recurring eve ...Show All

  • Visual C# Possible to disable Control-Alt-Delete buttons?

    First off, I have searched on google and have not found any answers, and all of the folks who have asked in the archives basically got a "why on earth would you want to do that " or, "Only reason to do that would be to spread a virus!", etc responses. So here's the background: I'm an instructional designer/developer tasked with implementing a certification program for my company. This includes a series of examinations, similar I would imagine to Microsoft's cert exams and other companies. However, unlike Microsoft and others, my company is unwilling to spend the $70k minimum per year to contract a testing center network t ...Show All

  • SQL Server MSSQL2005 Analysis Service Distinct Count

    hi, i am currently trying to build a distinct count on my cube (mssql2005 analysis services). But after i added the discount count on the field i want to and start the processing, the following errors appear. - Errors in the OLAP storage engine: The sort order specified for distinct count records is incorrect. - Errors in the OLAP storage engine: An error occurred while processing the 'FACT VIEW STATISTIC' partition of the 'FACT VIEW STATISTIC 1' measure group for the 'Accident Statistic' cube from the OLAP_PROJECT database. the count measure works fine. will appreciate any help on this distinct count problem. ...Show All

  • Visual C++ msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled it.. and it didnt show a problem then I reinstalled the update and it showed up as a problem in the Windoctor again... any ideas as to what is wrong with this update Im sure its a simpl ...Show All

  • Visual Basic Help with button clicks in a Select...Case scenario

    Hi There, I have two panels in an app I'm writing and I want to be able to dock/undock them based on which of two buttons I click. Essentially, Button 1 - Docks Panel 1 and Undocks Panel 2 Button2 - Docks Panel 2 and Undocks Panel 1 I have the dock and undock procedures working fine but the problem is I don't know how to write the code to interpret the button clicks and switch the panels accordingly. Any help on this would be very much appreciated - as I'm an extremely stumped novice.. Thanks in advance Private Sub Form1_MouseClick(ByVal sender As System.Object, ByVal e As System. ...Show All

  • Windows Forms Drag and Drop Datasources have all stopped updating

    I'm using VS 2005 Pro. For some reason all of the applications I have on my dev machine that use data binding for database access have stopped working. What I mean to say is, even applications that have worked in the past are not updating the databases when TableAdapter.Update is called. These applications are using drag/drop datasources, bindingsources, etc. I noticed this last night when creating a datasource via the wizard. Nothing I could do made the updates work. Then I went to an application I knew worked and it had the same symptoms. These applications are not all accessing the same database and there is no error thrown; They ju ...Show All

  • SQL Server Data Mining Query returns ADOMDDataReader

    Hello, I created a Market Basket Data Mining Model with Association Rules, which I want to query and show in a Report. Everything works fine, when I preview the result in the Reporting Services Data tab I see some sort of table which I can expand and then see the related products. Unfortunately this result seems to be an ADOMD Datareader which I cannot place in a table, matrix or textfield. If anyone knows how I can make this Informationen available in my Report please let me know. Thanks in advance In report designer select "Analysis Services" as data source type. Then you can connect ...Show All

  • SQL Server Installing Management Studio on Separate Computer from SQL 2005

    I'm trying to install Management Studio on my dev box (separate from my server). But it won't install. Can someone give me a pointer or two To explain what happened, I deleted the local Windows Installer cache (that holds a copy of all the MSIs you have installed). When I did that, the SQL Server installer could not find the cached MSIs for MSXML6 and balked. My solution was a handy tool called MSIZAP which you can use to repair aborted installations (or overzealous use of shift+delete in hidden system folders).by removing all references to the orphaned product. Now if there were a way to tell MSI to not cache everything I i ...Show All

  • Visual Studio 2008 (Pre-release) Developing full screen WPF applications

    How would I create borderless full screen applications with WPF Is that possible with Navigation Applications as well Thanks, Neno the way i had to do it is to use win32 interop to create a layered window which takes up the whole screen, then make that window topmost. the downside to this is that because there is currently no per-pixel alpha, unless you are drawing the entire screen for your app, you'll get jagged edges.   ...Show All

  • Visual C++ \CLR Compilation woes!

    Iv compiled my current C++ project as \clr as i want to start putting in some specific C++\CLI code to serialize my MFC objects to .NET equivalents. The program crashes on startup, something to do with the stack frame being corrupted. My first concern is the program has ballooned in terms of the size of the executable image. When it attempts to run it fails and some report about stack frame corruption. Iv noticed any C files have to be converted to C++. The program links to a DLL and Libs that have been compiled as C. Is this a problem when compiling a program as /CLR that then links with C libs etc and on startup loads C Dlls How can ...Show All

  • Smart Device Development C++ DLL for VB smart device app

    Hi everyone! I'm a beginner so please forgive me for asking this... I'm trying to create a c++ dll for a vb app, I'm still learning and following tutorials from the net. While I'm pretty sure I got the C++ writing part, my VB app terminates due to an unhandled exception of type 'System.MissingMethodException' (Can't find PInvoke DLL 'emptydll.dll'.) I don't understand what I did wrong. Some questions I have are: Do I need to place the DLL somewhere in particular besides in its original directory, in the VB project's directory Are there some settings I need to set in VB Is there any difference between writing/calling DLL's for smart devices a ...Show All

  • Windows Forms Date Time Picker

    Hi, Anyone know how to format the Date Time Picker in C# to shows MONTHS only Hi, Sorry, please allow me to ask more, can you guide me more details on how to traverse the list view items and create the loop Thanks. ...Show All

  • Visual Basic What is the best means to FTP files?

    Hello, I am wondering what the best means would be for me to FTP a file using VB. Don't suppose there is a quick easy command that I am missing. Thanks, Aludaan I hope I have some better news for you this time. I don't know whever you are using VS or an Express release but if you are using VS Beta 2 and I hope you are because it's beautful.... There is an FTP example in basic very close to you. If you look in <Your Disk>:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\LateBreaking\Networking There are two FTP examples in there. There is also an example at: ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS ...Show All

  • Visual Studio Desktop build on build machine

    Rather than constantly checking out my tfsbuild.proj file, making changes, then, to test my changes, checking the file back in and kicking off a team build. I want to change the file directly on the build machine and run a desktop build to prove all my changes before checking the file out of source control... when I run msbuild tfsbuild.proj on the build machine I get the following error: Target CoreCompile:   C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamF oundation.Build.targets(396,5): error MSB4062: The "Microsoft.TeamFoundation.Bui ld.SetEnvironmentVariable" task could not be loaded from the assembly ...Show All

©2008 Software Development Network