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

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

gman108362

Member List

Stephen Planck
Sercan AYYILDIZ
Philip Belemezov
Mark Idea
Olli81
publicgk
prasanna1579
Razmattaz1
Scriptor
AndreasE
ChadLee
P.Hyde
Melvis
Yasir Khokhar
Vi Truong
soccerdude1000
ademar
henrique
Corby
Robert C. Barth
Only Title

gman108362's Q&A profile

  • SQL Server Business Scorecard Manager 2005 Data Sources

    Hello All, I have created my OLAP cube in Analysis Services 2005 but when I try to access it in Business Scorecard Manager 2005 so as to create my data sources, I don't see it. Where am I going wrong and what do I need to do Thanks and Regards, Sam. ...Show All

  • SQL Server users and limitations

    can sqlExpress handle 200 users all at the same time Yes, but it isn't tuned for that many. I'd recommend breaking up the data into more than one server or upgrading to a commercial version. Buck Woody ...Show All

  • .NET Development Problem inserting small date time in a sql server database

    Hi, I have a cell in a sql server database that is off datatype smalldatetime. I am trying to pass in the value of todays date in a sql insert command but I keep getting the error "The conversion of char data type to smalldatetime data type in an out-of-range smalldatetime value" Below is my code(C#) DateTime TodayDate = DateTime .Today; int Num = 1; string text = "Test" ; //To test that the insert work ...Show All

  • Windows Forms Refreshing DataGridView when I close Detail Form

    I'm a newbie and I'm trying to use VB.NET 2005 beta 2. This is my problem: I have 2 forms, the first form contains a datagridview bound to a table. When I double click on a record, I open another form (detail form) bound to the same table where I can modify the record I selected. Everything works fine. The problem is: when I save data and close the detail form, I want to refresh the datagridview in the first form so that I can see the modified d ...Show All

  • Visual C# Adding midi or wav files.

    I am making a program to provide information, and I need to be able to someones voice to play automatically in the backround. Can someone tell me how to do that In .NET 2.0, there's a new component called SoundPlayer, which can play wav files: using System.Media; SoundPlayer player = new SoundPlayer(); player.SoundLocation = "filename.wav"; player.Load(); player.Play();   ...Show All

  • Visual Studio Team System MSProject Fields Mapping Problem

    Hi, Based on the information we found from the list of Project fields at the following url: http://msdn2.microsoft.com/en-us/library/ms181691.aspx and also how to: change how fields are mapped to Microsoft Project from the following url: http://msdn2.microsoft.com/en-us/library/ms181686(VS.80).aspx We are trying to map the "Description" field in VSTS workitems with the "pjTaskNotes" field in MS Project but when w ...Show All

  • SQL Server computed columns on sql 2005 upgrade

    I'm moving all my data from a SQL 2000 box to a SQL 2005 box. For testing purposes, I'm just taking backups of my SQL 2000 databases and restoring them on the SQL 2005 box. Everything works well, except for one issue. A number of tables that have computed columns return the message "Metadata stored on disk for computed column 'xxx' in table 'dbo.zzz' did not match the column definition. In order to avoid possible index corruption, please dr ...Show All

  • Visual Studio Express Editions .Exe Packager

    Hi guys, I know that to give anyone a copy of one of your programs, to make it work, you have to have the 1.1143 redistributable framework from microsoft. I was wondering if there was any way or if there are any utilities that package the files, and make regular .exe files that will work on anyone's computer reguardless of whether or not they have the framework on their computer Is there anything like this on the horizon Any input is greatly ...Show All

  • SQL Server Error writing data to same destination in single data flow

    I am getting the following error running a data flow that splits the input data into multiple streams and writes the results of each stream to the same destination table: "This operation conflicts with another pending operation on this transaction. The operation failed." The flow starts with a single source table with one row per student and multiple scores for that student. It does a few lookups and then splits the stream (using ...Show All

  • Windows Forms BindingSource Delete/Change

    In a form, I have a BindingSource which is bound to a CollectionBase derived class instance.  And there is a BindingNavigator and a DataGridView for browsing on the same form.  They are both bound to the BindingSource .  I hope to display the detail of the child object in another form for deletion or modification when I click the update/delete button in the BindingNavigator toolstrip.   This allows the user to, for example, ...Show All

  • Visual Basic Pointers In VB?

    Is there anyway of converting the following C# code to VB Vector3* myVector3 = (Vector3*)&someMatrix.M31; Thanks If Vector3 is a struct and M31 is a float, then both are value types and you need "real" pointers (using * and &), which you can only do in C# and C++. VB does not support this. Your best bet is to write these parts in C# and then reference the C# assembly from the rest of your VB class librar ...Show All

  • Visual C++ Debug Assertion Failed

    Hi I have just got our main C appilcation which was developed under Visual Studio .Net 2003 ported/compiled/run successfuly as a release build under Visual Studio 2005. However when I try to run the debug build I get the following: Debug Assertion Failed Program : myapp.exe File : f:\rtm\vctools\crt_bld\self_x86\crt\fstat64.c Line 64 Expression (_osfile(fildes)&FOPEN) I have degugged it to the following function and t ...Show All

  • Visual Studio Express Editions Is Visual C# 2005 Express v50630 avalaible for download?

    I saw that there is a new version of Visual Studio 2005 Beta 2 with the framework 2.0.50630. I'd like to know if there's a C# express beta avalaible for download. Thanks in advance for your help luca - No.  The 2.0.50630 version is the July CTP, and there was no version of Express released with the July CTP.  There will however be an August CTP released in the next week, and an Express version of ...Show All

  • Visual Studio Team System Getting ready to switch to TFS for work items

    For the past 3 weeks the developers have been doing extra work. Trying to manage the WOrk Items in TFS as well as our current product tracker. We are ready to do the switch and stop all our staff from using the current product tracker for our main application. We don't know if we can do it fully. A lot of information in our Product Tracker is about future design's for years down the road, idea's and features everyone and anyone thought would ...Show All

  • .NET Development CLR and Native code

    Hi all, I'm very confused of what is the role of the CLR after the MSIL is converted to the native code Does the CLR pops out each machine instruction and executes them Thanks, Suresh. I often read that CLR allocates memory,does garbage collection,resolve assemblies etc., I beleive these services are associated with the code at runtime (native code) Can you please explain more in detail... Than ...Show All

©2008 Software Development Network

powered by phorum