Software Development Network Logo
  • Microsoft ISV
  • VS Team System
  • .NET Development
  • Visual Studio
  • Windows Vista
  • Visual C++
  • Audio and Video
  • IE Development
  • Visual FoxPro
  • SQL Server
  • Visual C#
  • Smart Devicet
  • Windows Forms
  • Game Technologies
  • Visual Basic

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

DearME

Member List

MrJP
Brian Kramer
Vyatsek
Jan Kučera
arkiboys
cgraus
AussieNoobie
Tryin2Bgood
Jaime Stuardo
Will George
Kathirvel
Speakafreaka
Ronan_esm
Santiago Aceñolaza
ajain
prashant mulay
mikewo
Xengor
RamV
forumscontractor
Only Title

DearME's Q&A profile

  • SQL Server SQL Server Manager Studio: Error when loading

    All of a sudden I am getting this error when I run SQL Express Server Manager Studio. any Ideas whay and how to fix it ------------------------------------------------------------------- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) at Microsoft.Win32.Win32Native.SHGetFolderPath(IntPtr hwndOwner, Int32 nFolder, IntPtr hToken, Int32 dwFlags, StringBuilder lpszPath) at System.Environment.GetFolderPath(SpecialFolder folder) at Microsoft.SqlServer.Management.UI.ConnectionDlg.Personalization.get_ ...Show All

  • Visual Studio Express Editions Conversion from string "12/12/2000" to type 'Date' is not valid....

    This is a simple program to know how old are you I want to get date of birth manually by using textbox control and want to convert the value into date type for further calculations... Public Class Form1 Dim date1 As Date Dim myMonths As Integer Dim myDays As Integer Dim myYears As Integer Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click date1 = CDate (TextBox1.Text) ------> Error: invalid conversion myYears = DateDiff(DateInterval.Year, CDate (date1), Now()) myMonths = (myYears / 12) myDays = (myYears Mod myMonths) MessageBox.Show( "You are " & CStr (myYears) & " years ...Show All

  • Visual Studio Team System coding of web test

    HI I am a Software Tester with not a very good hand at programming.How ever i feel to do effective web testing i should  be able to code my web test acording to what i intend to achieve.How ever i need to know what languages i need to learn as the applications that i would be testing is developed in asp.net so do i need to learn c# if yes considering me a beginner how much detail should i go into learning this language as i need to do functionality testing.Kindly Advice. Thanks in advance! aashta You are able to generate VB and C# coded web tests. The coded tests that you generate are fully functional and would not require any additional changes to run. So you do not need to start from scratc ...Show All

  • Visual Studio Team System unit testing issue

    when i try to test a method, the result says "Aborted", and the error message was: "Failed to Queue Test Run 'ab@MACHINE1 2006-12-04 17:13:30' with id {********-****-****-****-************}: Microsoft.VisualStudio.TestTools.TestManagement.ExecutionException: Test Run deployment issue: The location of the file or directory '\\server1\users\ab\my documents\visual studio 2005\projects\webservicepractice1\testproject1\bin\debug\testproject1.dll' is not trusted." it seems that i need to put the server into the trusted list locally, but no idea if it is the cause and how to do it. can anyone please help me solve the problem Hi, you are correct in your assumptions, you do need to put this into a list locally on you ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Chuckie X - YouTube footage

    Anyone remember Chuckie Egg... Here I am pushing the boundaries of XNA again: http://www.youtube.com/watch v=NiIWNYUFSpc also Peter Molyneux ... Jez San ... those guys cost me so much time and money when I was a kid (yes I'm old and british too) ...Show All

  • .NET Development access to my pages' components (text boxes, labels)

    Hello, i think this is really simple, but the answer eludes me... i cant seem to get access to my controls i've put on my webPage through my aspx.cs file. I think they are hidden due to the partial keyword, but i want to see them. Does anyone know how i can get access to them Please and thank-you, mike Are they server controls If so it should be as easy as Me.ControlName.Text If they are html controls then you need to make them server controls (right-click, set as server control). Teh other possibility is that did you by any chance rename the class or the code-behind page ...Show All

  • Software Development for Windows Vista Intel(R) 82801ER SATA RAID Controller

    When I want setup Vista RC1 from DOS, I will need to install raid driver. When I put floppy into floppy-drive, setup begin copy driver-files to HDD, when I will seen "blue screen" with error. This driver was worked correctly in Vista Beta 2. How can I correct this problem. Hello, What is happening is a ‘name collision’ where the Intel(R) 82801ER name is the same as used by iastor.sys. When the collision occurs we sub in the Vista driver and in this case the machine would bugcheck with a 7E. The good news is this has been bugged and addressed in a later build. Thanks, Louis Shanks ...Show All

  • Visual Studio Express Editions Automatically enter Text from one Text box to another as you type.

    I would like to setup a Text Box that pulls the Textbox.text from 2 separte text boxes and then displays them in this textbox. For Example... TextBox1.Text = "Jimmy" TextBox2.Text = "Taylor" TextBox3.Text = "Jimmy Taylor" But the kicker is I want it to add the "J" in TextBox3 as I type it in TextBox1 ect. I tried a number of places but I am not sure how to describe this and I am not coming up with very good examples. Thanks in advance for any help. This seems a little over my head... I guess I am confused on where to create the function If I create an external Function ( not sure how to do that!) then how do I call it on my dynamically created form. If I need to create ...Show All

  • Visual Studio Passing parameters to crystal reports

    I am using vb .net 2005. I am having problems passing paramters to crystal reports. I need to be able to select a client from a search form and when I Select the client, it should pass its ID and based on that client's information should appear on the report. I appreciate if someone could give me a way of doing it or give me a sample program You will need to create a parameter in your report. You would then add a record selection formula to select only records where your database field (clientID) is equal to the paramter. To pass the parameter in code you should use the SetParameterValue method off of the ReportDocument object. ...Show All

  • Windows Forms Winform for GUI developmwnt

    Hi, I want to make use of Winform (part of Microsoft Visual studio 2005) for developing a UI layer for my application. I have following constraint- I want to distibute my application to different users whose desktop does not contain .NET runtime environment I want to come up with Rich UI layer that makes use of C++ language as my core application to be integrated with UI layer is in C++. Can I make use of Winform (extended version of MFC librbary) to do this without bundling any .NET component to my application. Your early reply to this is highly appreciated. Thanks ...Show All

  • Visual FoxPro Who uses Foxpro

    Could anyone tell me your statistics about MS product sale on Foxpro Thanks -Nightowls There are sites about this. ie: http://fox.wikis.com/wc.dll Wiki~WhoUsesFoxPro~People#Contents_1X20A419X Of course it only contains a small portion (ie: I made my own entry just now:) Actual sale numbers is naturally kept confidential within MS. ...Show All

  • Visual C++ Problem with DsoFramer and WindowProc

    Hi, I use DSOFramer in an C++ Based application. I start my application and I open the form containing of DSOFramer. It works fine but when I open an other form over the DSOFramer then that I close again it, the behavior of the DSOFramer is strange. I have a lot of redraw, paint issues, and can't find a way to have it redraw nicely everytime. I have the same problem if I open an other application (for example the Explorer) over the DSOFramer. I use the WindowProc function in my application and I think that this function cause lot of redraw. When I use UpdateWindow function, to refresh my form, in Windowproc function I haven't problem on the DsoFramer but I have paint issues on other control in my form. Do you know this problems or ...Show All

  • Windows Forms ToolStripMenuItems have disappeared from the MenuStrip

    Hello, I'm having a serious issue with the MenuStrip, and this is happening already for the second time. I was developing my application like I normally do, but a while ago, when I was running the application to preview it (F5/debug), all my menu items were gone. And after that, they were gone in the actual designer view too. As this is the second time this is happening to my application, I think I may have noticed some kind of pattern, that is related to the resources. I'll try to explain the best I can: In the Solution Explorer, I have a Resources folder, with some images (icons for the menu, etc), and the last thing I remember having done before the menu items disappeared was only that ...Show All

  • Visual Studio Team System Enabling C# Test template in VS 2005 Team Edition for Software Artchitects

    Hello, I have VS 2005 Team Edition for Software Artchitects, and when I do New>Project>C#, I do not get the option to create a Test Template. The machine I'm using laready had the software installed when I got it, and I know that other people on the team (with same VS version) have access to this template. How do I enable this feature Thanks, Hi Nardev, You might want to also post your question in the Visual C# forum. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=31&SiteID=1 I'll look into getting clarification on that topic you referenced. ...Show All

  • Software Development for Windows Vista These are simply suggestsions. These are annoyances I found in Windows XP that I noticed are still in Vista.

    These are some things that annoyed me in Xp and annoy me still in Vista. 1. ) All open dialogue boxes default to List view and there is no way to change this. 2. ) Internet explorer favorites do not remain expanded when IE is closed and reopened. 3. ) Mapped drives do not make a drive letter in use which allows a removable drive to be assigned the same letter. What I mean is if I have a Hard drive. (C:) and a CDRom (D:) and a mapped drive (E:) and I plug in a jump drive the jump drive will assign itself the letter E: and I won't be able to use it till I change it in disk management. Thank you, Walter Dude I was offering suggestions, isn't that the whole point of the forums and beta software to get feedback from use ...Show All

©2008 Software Development Network