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

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

Uknow

Member List

Deepakgg
Brian Knight
RobertSwe
soud
akks
Tuan Pham
hanct
praefex
Tailwag
Chandra
DNeely
Michael Dye
Vergie
technicalganesh
ZLA
bigranger75th
Koen Vd B
cmccutcheon
StefanS
Kevin C. Kelly
Only Title

Uknow's Q&A profile

  • SQL Server MS Reporting services

    When i am trying to use " ListChildren" method of reportserver class the following error occures "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )" the report server is installed in another system. ...Show All

  • Visual C++ sizeof(struct) returns different value in VS 2005

    Hello There! I have the following structure (C++): struct RuexRTD { time_t tTimePrevUpdate; // Previous Time of RUEX Update time_t tTimeLastUpdate; // Last Time of RUEX Update WORD wState; // wState value }; In VS 2003 sizeof(RuexRTD) = 12, while in VS 2005, sizeof(RuexRTD) = 24. I HAVE defined _USE_32BIT_TIME_T, and I HAVE verified that Struct Member Alignemnt default in both 2003 and 2005 is 8 bytes. Is there ...Show All

  • SQL Server Doesn't like a particular namespace

    Hi, Can someone try and replicate an error for me. Follow these steps: 1) Create a new package 2) Place a Sequence container in it 3) Create a variable called User::ContainerStartTime scoped to the package 4) Create a variable called User::ContainerStartTime scoped to the sequence container 5) Change the namespaces of the 2 variables from "User" to "Metadata" You get an error on step 5 saying another object in the collection already has that nam ...Show All

  • SQL Server how to append windows login name to table name

    hi, I want to append the windows login name to the table that i created  in the stored procedure, Is there any command , can any one help. Advance thanks I don't know the whole story but it sounds like you need to keep similar data unique to a specific user. I've done this by creating one table that has a UserID field.  Then you can easily manage 1 table by passing the UserID into the SP.  This works well for inserts as ...Show All

  • Visual C# .net WinApp shuts down for no reason, help!

    Using VB .NEt windows forms. I have a form with tab control ( 2 tabs) Tab1 - has a list box of some ids. tab2 - has grid which populated based on the selected id in tab1 listbox. The grid is populated by calling a stored proc and using filldataset to get a dataset and grid.setdatabinding(ds,tablename). It seems to work for several times, after switching tabs several times, the application just shuts down, no error message, nothing. I do have ...Show All

  • Visual Basic Execution of SQL Queries at database level and at VB.NET 2003 run-time.

    Which type of query execution is faster: (1) The query written and saved in MS Access MDB and executed from VB.NET using following code: ---------------------------------------------------------- Dim exec1 As New Access.Application exec1.OpenDatabase ......................... exec1.DoCmd.OpenQuery("qFindTotal") ---------------------------------------------------------- where &quo ...Show All

  • SQL Server Merge replication failing after recreating the publication

    I am having a problem with merge replication after recreating a publication. It is a simple two-way replication between two servers allowing applications to update data at both ends, i.e. 1 publisher, 1 subscriber for all tables except some junk ones. The problem started after I did the following: 1) I dropped and recreated the publication to allow for some changes to the database schema. These caused problems so I dropped the subscription an ...Show All

  • Architecture Drive mapping issue

    I have installed Windows XP professional and in My Harddisk i have three partitions ,namely c:.d:,E:,apart from this i map network folder to drive to f:,but when i do that and then i insert my usb Mass storage ,it get displayed in the device manager but i dont see it in the "MY Computers". whereas if i dont map anything to drive f: and then if i insert my usb mass storage ,then it shows up as drive f:. is this a microsoft bug or im mis ...Show All

  • Windows Search Technologies WDS finds and displays in personal folders, but cannot open e-mail

    We use Outlook 2000 in our office and use one or more personal folders (.pst). WDS can search in these personal folders, it displays the results and you can view the result in the right plane (= read the e-mail). But when I double click the e-mail in WDS, Outlook shows an error message: "Cannot display the given item. Cannot complete the action. One or more parameters are invalid.". When I double click a found e-mail ...Show All

  • Windows Forms Wizard Control for .NET

    Hello, I am looking for a control for my new application that acts exactly the same as a tab but without the tabs. Is there any way of removing the tabs in the Windows forms control without changing the offset ...Show All

  • Visual C++ How to declare a "Windows type" in a mixed CLR project?

    Frist, I apologize if this is not in the right forum but I simpyl could not think of a more appropriate one. I am using VS C++ 2005 and I'm writing a project with mixed managed and native code (/CLR). In a native class I need to declare a HANDLE to an event but I get an endless sequence of build errors when I try to include "WinNT.h", where HANDLE is defined (according to the Windows API documentation). The " DlDbEmu " ...Show All

  • Visual Studio Express Editions HELP . . Table Details Not Building On Form From Source Dataset

    Hi all, I am new to C# Express, and having been learning a lot from the Microsoft Book BUILD A PROGRAM NOW, and lovin' it! On page 153, I have run into my first technical glitch. For the first time, the system is not doing what it should. In the Data Source window, when I select Details (or DataGridView) on the drop-down of one of my dataset tables, nothing happens. The form on the designer surface stays blank . Only when I exit C# ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can't set up OpenGL on my XP box

    I'm trying to set up OpenGL on my XP box. I've installed Visual Studio 8.0 Express and the MS-SDK framework. However I'm not sure how to progress from here. I'm hoping that within a year I'll be able to write a remake of my favorite childhood game (it's a simple game), but with OpenGL graphics. I'm already familiar with C and C++. As a test I'm trying to compile and run this set of code, but it cannot find glut.h. I thought GL was included ...Show All

  • Visual Studio Visual Studio RTM recompile

    I have fixed and re-compiled the code for VS2005RTM. Some references were missing and non-existend interface to unit-test generation was left out. You can download it from the Netron Project website:   http://netron.sourceforge.net/wp/ p=154 Incomprehensible these 'toys' were not included in the final Visual Studio release, they seem vital to me to work fluently with the class designer. Well, nicely done anyway, only wished Netron had bee ...Show All

  • Visual Studio How can I get data fields to repeat on each page, since they cannot be placed in the Header?

    For example, we need the document number at the top of each page.  Also, when using a table, is there a way to make the table Header print on each page when the table goes to multiple pages Thank you. Try this: Click the row you want to repeat on each page, on the properties window, set RepeatOnNewPage to true . Good Luck. Long ...Show All

©2008 Software Development Network

powered by phorum