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

Software Development Network >> Ralf G's Q&A profile

Ralf G

Member List

ecn i
Juan.Faustino
CougarKitE
keajatthew
l0p0l
shiroamachi
Rajeev Mehta
viniciusweb
LasseDK
PhilipMorley
BlackMan890
Paul Russell
Eyal Teler
Francis Ballares
DmVa
Bgr
Amit kr mishra
Robert McKee
Robert Wishlaw
coops
Only Title

Ralf G's Q&A profile

  • Visual Studio 2008 (Pre-release) WPF in MFC App

    hi all,   I am experimenting adding WPF controls to an existing MFC app.  Everything seems to work fine except that everytime i make changes to the WPF control xaml, the hole MFC app recompile itself.  I looked at the sample app in the handon lab, and it does the same thing.  Is there a way to get around this jz I am not familiar with the code of the hands on lab. But the following usually ...Show All

  • Visual Studio Team System Customize the history tab to give more information about the WI

    Hi, There's a way to customize the History tab which included inside of the work item to show more information about the WI Thanks in advance, Shmulik. You can customize the location for History tab but you can't customize the history control itself. -Mohammad ...Show All

  • Visual Studio Team System Can't receive alerts

    i have setup the team foundation beta3 refresh and it runs well. Also, i set my email server address and subscribe alerts i want , but till now, i haven't received any alerts. So who can tell me how to use it. By the way, my SMTP require authentication, i didn't find any option to enable SMTP authentication. Does Team foundation support it   Just curious as to why TFS was not given the option to u ...Show All

  • Windows Forms DataGridView Binding Problem

    Hey.i am new to vb programme. Now i am using VB.2005 which was the new version. However,something very strange. i have create a single SQL statement which only returns me the sum value of the table. I can preview the data successfully and i can bind this value into a label and testbox without any problem. However, i want to bind this value into the datagrid. I have tried severl ways it still doesn't like it..Can anyone help me and tell me how to ...Show All

  • Visual C++ AMD 64 Optron and Manifest

    When I add manifest to my application it does not work on AMD Optron 64 Biit platform. But the same application when built without Manifest works fine. I am a little puzzled wether Manifest has any special mechanism of deployment on AMD optron 64 bit machine. In the application manifest, there is an element named <assemblyIdentity> which has a processorArchitecture attribute. <assemblyIdentity     version="1.0.0.0" ...Show All

  • Visual Basic VB program needs on computers without VB/excel/office...

      A somewhat beginner question:  If I compile a vb program and move that to another computer and regsrv32 it, what else needs to go to get that program to run   Thanks in adv! Depends on your version of VB.  VB 6 programs you don't need anything else.  For .NET programs you'll need the correct version of .NET (1.0, 1.1, or 2.0) depending on the VB.NET version you're using. Hope this help ...Show All

  • Visual Studio Team System Load tests not getting dependent files

    I have some working coded web tests. However, when I use them in a load test, almost nothing happens. The first POST is passed and then the load test does not GET the dependent files (with the exception of the style sheet according to the server log). After this, nothing. The load test does not attempt another POST. In fact, the load test monitor does not even report that any tests are under way. It only reports user(s) and request(s). ...Show All

  • Visual C# Output String From ArrayList

    I'm attempting to take an array list of integers and convert it to an array of strings. I run this code string [] myarr = ( string []) ArrayList.ToArray( typeof ( string ) ); and I get this error: An unhandled exception of type 'System.InvalidCastException' occurred in mscorlib.dll Additional information: At least one element in the source array could not be cast down to the destination array type. I have verified that the cou ...Show All

  • .NET Development Reinstall MDAC on XP SP2

    Hi, how reinstaller or to update the MDAC on Windows XP service pack 2.  Thank you in advance Found information at http://www.pqsystems.com/kb/question.php qstId=521 . I cut & paste the relevant info below - MDAC 2.8 SP1 (2.81.1117.6) - 2.8 Service Pack 1. The same version of MDAC that comes with Windows XP SP2 and SQL Server 2000 SP4. The MDAC 2.8 SP1 stand-alone release is not supported on the Microsoft Windows XP opera ...Show All

  • Visual Studio Reusing the code editor

    I've seen many examples of the VS designer being used in other applications(example in MSDN Mag recently).  Is it possible to reuse the code editor in the same way In my application, I'd like for users to be able to write their own .NET code, which will in turn be compiled into a DLL.  If it's possible, I'd like for all this to be done in one app. Two questions here really. 1. Is it possible 2. Can anyone tell me where I might st ...Show All

  • Visual Studio Team System Team Build Error using external references to virtual drive

    Hi, I have a team project that uses external references to the virtual drive 'V'. The drive is correctly mapped at the Build Machine. The build fails with the following error: Solution: InventorySolution.sln, Project: Base.csproj, Configuration: Debug, Any CPU C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(0,0): warning MSB3245: Could not resolve this reference. Could not locate the assembly "xxx.Diagnostics.Tr ...Show All

  • .NET Development Unrestricted FileIOPermission required to set FileDialog.InitialDirectory

    I am trying to learn declarative security permissions.  I have the following at the top of my file: [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true )] [assembly: FileIOPermission(SecurityAction.RequestMinimum, Unrestricted = false , Write="c:\\d\\temp")] [assembly: FileDialogPermission(SecurityAction.RequestMinimum, Unrestricted = true )] [assembly: UIPermission(SecurityAction.RequestOptional, Unrestric ...Show All

  • SQL Server Table Column Change causing errors in Cube

    I've changed the column width a table one of my cube's dimensions is built upon. When the cube was originally created, the column was defined as char(2). I've increased its size to char(6). I've refreshed the .dsv view and it catches the changes. However, when I deploy the cube, it doesn't detect the change and processes correctly (without really doing anything). When I manually process the dimension, I get the process error: E ...Show All

  • SQL Server Directx Initialization

      Below is the code for initialzing a directx application in vb.  Thecompiler does not recognize any of the directx code.  The error is: "'Device' is ambiguous in the namespace MicrosoftDirectx.direct3D" I have all of the necessary imports I believe and all of the necessary references. Can anyone tell me what "ambiguous in the namespace" means and perhaps what I am doing wrong. Thanks, Dick Roose Imports System Imports System. ...Show All

  • Visual C# What differents are there in Element and Class in a CSS file?

    Could you tell me What differents there are in Element and Class in a CSS Such as "H1" and ".body" I Property window, sometimes display "Class" , and sometimes display "CssClass", what different Thank you!     BODY, P, LI, A, INPUT, H1, H2, H3 {font-family: verdana, arial; font-size: 0.9em} H1 {font-size: 1.3em} H2 {font-size: 1.2em} H3 {font-size: 1.1em} .wrapper {background-color: blue; color: white} .nav {background-color: ...Show All

©2008 Software Development Network

powered by phorum