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

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

ewata

Member List

ming1127
philfishing
GeorgeLuo
JoseVargheseKonooran
jarrodwee
NSK
Eswede
seewer
Bernard Bout
Xing Zhou
Jayson Go - Old Account
Carlo Iaboni
danatcofo
Sam09
RStanton
Alan Hsiao
Iulian
Sunqiang
cashfoley
Uttam Kr. Dhar
Only Title

ewata's Q&A profile

  • Visual C# program exit????

    i trying to learn c# but when i try start/debug it. i say The program '[3864] WhatDay1.exe' has exited with code 0 (0x0). it does whit all the labs so fair help me plz what does this means and how to fix it that means everything ran ok ( Error code 0) I believe the 3864 is the process ID nothing to fix.   ...Show All

  • .NET Development No Managed DirectX for 64bit?

    I posted this issue back during Beta 1 and was told that Microsoft will look at making a 64 bit Managed DirectX after the OS and the development environment was released. That is way too late for those of us looking to release a 64 bit application any time soon! Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64 Thanks - John Sigh... I'm Still getting the BadImageFormatException with DX SQ ...Show All

  • Software Development for Windows Vista Problem with TransactionScope when running Unit Tests

    Hello, we are having a bit of a problem here. Three of us are running Unit tests daily. One of us have installed an English OS and the tests are running excellent. Two of us have Swedish OS and frequently run into this exception: Failed Test method UnitTest.CompanyTest.UpdateCompanyTest threw exception: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> Syste ...Show All

  • Visual C# another question with sockets

    hi, Does the beginreceive method (non blocked ) wait for data from server indefinately / or is it suppose to wait for the data to arrive at all (meaning process it only if it is available) In my program, the server sends my program a string "username" that i receive. I repply appropriately using beginsend method and it's callback. Server repplys me with string "Password" which i repply as well. However, after authen ...Show All

  • Windows Forms System.Windows.Forms.AxHost.InvalidActiveXStateException was unhandled

    I'm getting a AxHost.InvalidActiveXStateException can someone look at this code and see whats up... public partial class Form1 : Form { private object obj = null ; private AxSHDocVw. AxWebBrowser AxWebBrowser2; public Form1() { InitializeComponent(); } private void linkLabel1_LinkClicked( object sender, LinkLabelLinkClickedEventArgs e) { AxWebBrowser2.Navigate( "http://www.newegg ...Show All

  • Visual Studio 2008 (Pre-release) DLink: Need more docs about loading of EntitySets.

    Let's see on Northwind Customer <-> Order  relation and DLink entity classes generated by SQLMetal. Helper code for printing Order id: static void WriteOrders ( IEnumerable < Order > orders ){ foreach ( Order order in orders ) Console . Write ( "#{0} " , order . OrderID ); Console . WriteLine (); } First code example: static void Main ( string [] args ) { ...Show All

  • SQL Server SQL Server 2005 incorrectly claims I don't meet minimum service pack level requirements?

    This doesn't make any sense. I am trying to install SQL Server 2005 on SBS 2003 with Service Pack 1. According to Windows Update, there is nothing left for me to install. However, I am getting this error (while installing SQL Server Express and the Developer Edition): "Your operating system does not meet Service Pack level requirements for this SQL Server release. Install the Service Pack from the Microsoft Download Center at http://go.m ...Show All

  • .NET Development best practice for user session

    Trying to, for fun, create my own custom forum in ASP.NET. I have done this once before just very rough stuff no security in place. But I want to make a more serious forum now. I want to know what is the best practice to store a users log in session Is it best to add it in a session state What I mean is that, I want users to reply/post to topics when they are logged in. Of course I am not going to pass the user id via querystring for obvious re ...Show All

  • SQL Server Current Date Member

    I am trying to get an specific member from the Time Dimension. I tried the function VBA!Date() with any success. WITH MEMBER MEASURES.[UniqueName] AS '[Time].[ Time].CURRENTMEMBER.UNIQUENAME' SELECT {MEASURES.[UniqueName]} ON COLUMNS , Filter ( [Time].[Year]. ALLMEMBERS , ([Time].[Year]. CurrentMember . membervalue = VBA!DatePart( "yyyy", VBA! Date ())) ) ON ROWS FRO ...Show All

  • SQL Server Making SSAS Developer Edition act like standard edition

    My understanding is that the Developer Edition of SQL/SSAS contain all of the functionality of the Enterprise Edition. Is there a way to force it to act as if it were Standard Edition (and therefore subject to all of the limitations of SE) The reason I ask is that with our product we're trying to maintain compatibility with both SE and EE. I realize I can just install SE instead of DE, but if there's a way to simple toggle the behavior, that wo ...Show All

  • SQL Server SSRS on SQL Server 2005 Express

    Hi there, I'm working on a scenario where a number of smartclients at distributed locations will connect to a central reporting services server. We are replicating data onto a SQL Express machine (on Windows XP) at each distributed location, and are hoping to migrate some of the day-to-day reporting onto Express at a later stage when it supports SSRS. I have a number of questions requiring some clarification to make sure this will be feasi ...Show All

  • Visual Studio Team System Web tests recording is disabled.

    VS2005TS RTM. When I start a new webtest VS automatically launches IE and I have to activate IE windows myself. The recorder buttons are all disabled (grayed) and surfing around does not result in anything in the project. If I close IE, VS still report "Recording in progress" and I have to click "Stop recording" but nothing reports to the project. Beta1 did work but I had the same problem with CTP August. Sten, My guess is that you have tw ...Show All

  • Visual C# Problem with timer and progress bar

    I'm still pretty new to VS.NET/C#, so please be easy on me even though this is probably an easy question. I have the following code snippet in which I am trying to run a thread and have it return values so that I can update my progress bar. Every time I do so, I get the following message: "The name 'sqlProcess' does not exist in the current context." Here is the code: /////////////////////////////////////////// private void button1_Cli ...Show All

  • Windows Forms A simple combobox question

    In VB6 I used a combobox to allow users to choose the units (mm, inch etc) of the data they entered. The combobox only showed the units names at run time, and would use the constants (1, 25.4 etc) in the second column in any calculations. I'm now trying to rewrite the prog in VB.NET and cant find out how to add more than one coloum of data to a combobox. Does anyone know how to do this. below is the code i used in VB6 and VB.NET. VB6 ...Show All

  • Smart Device Development Create CAB

    Hi, i have a question: I must create a shortcut in List Progams on my device. For create the cab file. i use this istructions : http://msdn2.microsoft.com/en-us/library/zcebx8f8.aspx but i don't know to create a shortcut in programs list. How can i do it thanks Alessandro Thanks. I have to resolve.... I must to insert the shortcut in the "PROGRAMS FOLDER". Thanks Alessandro ...Show All

©2008 Software Development Network

powered by phorum