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

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

Koiti

Member List

Shadow Listener
arvestal
NatroVert
Tom_B
cmille19
Zou Kok Man
hellotolisa
Linda Chapman
Satanas
wyktor
Chris Chilvers
Christian Q
ailuz
T.J. Duchene
rhalpin
Scarlett
rebelR
Garron Mosley
sutorius
frozenfreak
Only Title

Koiti's Q&A profile

  • SQL Server Server Tag not well formed error

    Hi Guys, I've been pulling my hair out with this one!! I'm using the reportviewer control in my ASP.NET application and need to pass in default parameters. I have the following: runat="server" ServerUrl=' http://xyz/ReportServer ' ReportPath='%2fTestReports%2fLocalReports%2fPie&amp';rs%3aCommand='Render&amp';SnapshotDate='01/06/2004' I've tried all sorts of variations. The following syntax runs but prompts the user for the Sn ...Show All

  • Visual Basic Help with adding an executable file as a resource

    Is there any way to add an executable as a project resource and reference it in the code. I added a small executable to my project and tried to run it like this: Process.Start(My.Resources.exeFile) It causes an error. Also, the above code is activated by a button click. I have a couple of exe type file that I want in my program but, at the same time I want to make the program a single executable. I would be able to do this if I made a fold ...Show All

  • Visual Studio Express Editions Visual C# Express, Help disappeared

    After installing SQL Express, Visual C# Express 2005 doesn't show any local help. Showing 'Exception from HRESULT: 0x800403BC' in a Dialog. What can I do, to fix this problem I've already reinstalled all this SW. Hello, Do you get the same result regardless of whether Help is set to Integrated Help Viewer or External Help Viewer You can set this option in Tools | Options | Environment | Help. By default it w ...Show All

  • Visual Studio Syntax coloring for .ReportTemplate (T3) files (contribution)

    Hello. This time Modelisoft has created, a syntax coloring editor feature for the .ReportTemplate files that are generated in the Debugging solution. (and more generally for the T3 files)  It enables the C# transformation code to be visually distinguised from the Template content. We think that this (again very simple) tool might be as helpfull to others that it is to us. You can find it at http://www.modelisoft.com/ColorizedT3.aspx Enjoy ...Show All

  • .NET Development Accessing VARIANTs from c#

    So, there is probably a very simple way to do this but.... Data is delivered to my application in the form of messages that come out of a communications interface as an array of bytes. The messages have a simple structure consisting of header + data. The header contains two fields, the message ID and the message size - both 16-bit unsigned ints (ushort in C#), the data part of the message has different formats, depending on ...Show All

  • SQL Server How do I create a copy of a record in a table? ( identity is used on PK )

    Hi. I have a problem. I am trying to copy a record in a stored procedure. There is a primary key ( id, indentity ) and the copy should be an exact copy of the row except for the PK, a field called SerialNo and a field called createtime having a default time of (getdate()) I would like to avoid copying the entire row manually since the table contains a lot of fields ( test parameters and limits of these ) and is not completely defined ( ...Show All

  • Visual Studio Express Editions Where do i register vwd?

    Tried help on vwd express edition and clicked link to register but hung and could not see the site address and i tried microsoft site for registering and lots of good info on registering but no button or link to click... Help Pauley As Ralph Gerbig mentions...please see thread at http://forums.microsoft.com/msdn/ShowPost.aspx PostID=19141 . You really *do* need to register Visual Web Developer via the Help menu ...Show All

  • SQL Server Normalizing the data

    Hi, I have a table like this: Col1 First_Year Last_Year a 1990 1993 I want this data to be converted to a 1990 a 1991 a 1992 a 1993 Is there any simple way to do it in SSIS without using Script Component Thx No - you'll need to use script. There are components for pivot and unpivot, but not for imputing missing members of a series. Donald ...Show All

  • Visual Studio Express Editions newbie question - 2nd window

    i haven’t programmed since the times of turbo-c. with the zero-cost-edition of visual c++ 2005 i’ve started again - and of cource i am a little bit confused about .net framework 2.0 my problem: i’ve built a window called "form1" with a button on it named "build new window". by pressing this button i planned to open another (fully functionable) window. this window is added to the project via project > new element > ...Show All

  • Visual C# C# get the return parameter from storage procedure of Oracle

    I have created a storage procedure Insert_Data in Oracle, which returns a parameter new_ID. Now I use the OledbCommand to execute the procedure. How to get the returned parameter new_ID The language is C#. Thanks!   Here is my code, The error appears at cmd.ExecuteNonQuery()                OleDbCommand cmd = new OleDbCommand();       &n ...Show All

  • Visual Basic mpeg streaming

    Hiyah all I am trying to make a low bandwidth viewer to connect to my video server. My video server exports multiple streams in mpeg/asf format. Id like to be able to watch these streams via the vb.net app i ahev written. I can watch multiple streams fine using jpeg streaming but when using mpeg streaming i need a way to interpret the stream. I have tried using multiple mediaplayer controls but they seem to randomly stall and then get out of ...Show All

  • SQL Server subtotal and subaverage

    Hello, I want to have a subtotal column AND a subaverage column (or n total columns) like the one in the following example - but without the extra Avg column in the Data area. How to do that 2000 Q. 2 April Avg May Avg June Avg Total Avg North 4800 4800 5708 5708 5580 5580 16088 5363 ...Show All

  • Windows Forms Does anyone know where I can get the last stable build of the Terrarium Setup for v1.0 that worked?

    Does anyone know where I can get the last stable build of the Terrarium Setup for v1.0 that worked I wanted to start building in my own sandboxes locally but obviously with the overflow error thats a little impossible. If some one has the  ...Show All

  • Windows Forms Cross-thread operation not valid...

    Hi all, I have one project that run well on Visual Studio 2003. When i using the same code in isual Studio 2005, this is: public void port_OnRead(string Data) { // Note! // To convert from string to byte[] use SerialNET.Port.StringToByteArray() if (Data == null) { // Timeout } else { byte[] myBytes = ConvertStringToByteArray(Data); hexString = BitConverter.ToString(myBytes); ...Show All

  • Visual Studio Team System Unit testing classes inside a website project?

    I've tried for hours, (including reading a lot of promising posts on these forums), unsuccessfully, to be able to test a class I have that resides in the App_Code folder of my web application. The class in question is just an ordinary class, and I'm just trying to test its logic (no web test, ASP.NET test -- just a few lines of code unrelated to anything web, except that the .cs file resides in the App_Code directory). First, I found out I have ...Show All

©2008 Software Development Network

powered by phorum