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

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

HBOne

Member List

StephanieR
yoshikatsu
creaturita
Jose A. M.
David Krmpotic
Novelle
LORDTEK
SmallRat
some1sxi
Drakuz
arogan
mahima
clintsinger
bloodCLASSIQUE
cap1000
genjioo
PrashG
johnny_no1_boy
MikeLR
Thomas S. Andersen
Only Title

HBOne's Q&A profile

  • SQL Server Incomplete Print output from ReportViewer Control

    We are experiencing a problem where a server report is rendered in the ReportViewer control successfully but when the user chooses to print the content, the print output is incomplete (ex. only 18 of 23 pages are printed, etc.). This is happening consistently and has been reproduced for multiple different reports. It does not happen if the same report is printed via the Report Manager web interface. I have also found that if I switch to Print Layout mode and then initiate the print from the ReportViewer that the problem does not occur. This is our current workaround, but it would be nice to know what is causing this and have it fixed. Has anybody else seen this Is this a known issue with my current version (SQLR ...Show All

  • SQL Server SSRS and Teradata

    Is anyone out there using SSRS with a Teradata data source R Ron, A couple of things. First off, thanks for the dynamic string. The above code does work for me in VS Designer when I select the 'All' option. Are you running SQL Server SP2 like I am Second, I talked to some of the MS folks at Tech Ed earlier this year. The execute immediately is by design. At that time they recommended we create our own website that wraps the report viewer instead of the default report manager. We were not thrilled with that answer. In short, you are out of luck. Have you run into any other issues with respect to access TD from MSRS I seem to be a few steps behind you which is making my life a little easier ...Show All

  • Visual Studio Tools for Office Desperate: it doesn't open anymore my project!!

    Hi, it's been a week since I had opened my project...today I tried, and I cannot open the VSTO project inside the solution! I get a weird message which I really don't know what it means...I'm crying, because I really don't understand! The message is this one: Unable to read the project 'RemoteCalendarsVSTO.csproj'. The project file ' ' has been renamed or is no longer in the solution. Yes, there is that weird ' ' reference which I don't know...what the hell has happened This is the XML code: <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- This section defines project level properties. Configuration : Specifies a default value for debug. Platform : ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I’m in desperate need of direction...

    I know you guys are probably overrun with these kinds of threads, and I apologize for making another one. I did my best to look around and get as much info from the other threads as I could, but really I need a personalized response to figure out what I should do. I’m 17 and am currently replying in the process of applying to my local college (game design and development), but stupid me forgot that they want a portfolio for classes like this (windows applications, small games, ect ect). And I have about 2 or 3 months to figure this all out before my portfolio is due. So far I’ve downloaded XNA game studio express, Microsoft Visual C# 2005 express, and the 30 day trial for the Torque game builder. I’m completely new to this and totally lost ...Show All

  • .NET Development Looking for information on IO Completion Port model based on UDP and not TCP

    Dear All, I am writing a RADIUS network application that uses UDP transport protocol by using native C++ (win32) with microsoft Visla C++ 2005 express edition. I have chosen the IO Completion Port Model to implement this network application because I am expecting more that 64 requests with a length data processing for each request at a single time. However, I have gone through many examples on IO Completion Port model but unfortunately all of them talk about TCP protocol and I did not found a single example on how to implement this model with UDP. This application has to listen to two ports at the same time; port 1812 for radius and port 1813 for accounting, which means that I need to creat two listening sockets in my application ...Show All

  • Visual Studio Report Viewer Redistributable

    I’m using the Report Viewer Control in a windows forms application. There where some bugfixes that came with the SP1 of SQL-server 2005 that doesen't seem to have been fixed in the Report Viewer redistributables. Does anybody know if this is the case, and if there is a new Report Viewer redistributables package Any help is greatly appreciated. Regards The report viewer controls are part of Visual Studio, not SQL Server, so they won't be updated by a SQL Server service pack. But most of the issues seen in the viewer built in to SQL Server are fixed in the viewer control as part of Visual Studio SP1. Information on that release is available here: http://msdn2.microsoft.com/en-us/vstudio/aa718 ...Show All

  • Community Chat SaveProjectAs

    Ok...After hearing some complaints on this these boards about not having a "Project Save As" that saves the entire project to a new destination and name...I created this addin for VS05 that does just that. The addin creates a 'Save Project As' menu item off of the file menu and allows the user to select a VB or C# project file and then select a new destination directory and a new name for the project. All standard dialogs used. you can download the xcopy deployment files from: http://codegallery.gotdotnet.com/SaveProjectAs The zip file contains two files: SaveProjectAs.AddIn and SaveProjectAs.dll and all you have to do to get it to work is to unzip the files into your addin directory... Please use this thread or ...Show All

  • SQL Server Break XML into Columns

    Hi, I have a XML of the structure, <XMLSET> <Column name="Header">hello</Column> <Column name="Header1">hello</Column> <Column name="Header2">hello</Column> </XMLSET> in my database (SQL - 2k5). Now I want to split it in a manner that yields me this output; Header     Header1       Header2 Hello          Hello             Hello Any pointers on how to go about this Thanks in Advance, The data is in the xml field of a table. The xml contains the skills of a candidate. I need to access the sk ...Show All

  • Windows Live Developer Forums scopingBar_separator undefined?

    I'm getting a JS error: 'scopingBar_separator' is undefined ...when loading a map that adds a collection from local.live.com. Works in FireFox, but not in Internet Explorer. Was working and then stopped spontaneously, no code changes. Page can be viewed here: http://www.downtownwilmington.com/Nightlife I've tried it on a couple machines, emptied browser cache, etc... Any ideas My concern is that it is a problem with the VE control, not my code. The reason being is that it was working and spontaneously stopped plus it works fine in FireFox. Having said that, I have disabled a few things including the other DHTML menus on that page, etc... but nothing seems to work. Are there any recent changes (other than th ...Show All

  • Visual C# ErrorProvider makes default language loosing properties...

    Ok, I have a very weird problem. I have a windows forms with some basic controls in it, textboxes, buttons, labels. with only one tab (very basic). My problem is when I'm switching language, i'm loosing control properties in my default language. Here's the behavious when the errorProvider is in my form. 1- I drop a combobox in my form (in the default language), change the dropdownstyle value to dropdownlist. 2- In the initializecomponent, I can see myComboBox.dropdownstyle = dropdownlist; If i switch to another language (IE: Spanish), I can see the myComboBox.dropdownstyle = dropdownlist again in the initilizecomponent. The problem is when i'm switching back to default language, it is adding the dropdownstyle in the sp ...Show All

  • Smart Device Development IRDA file transfer problems

    I am trying to trasfer some database files using IRDA between PPC 2003 devices running the compact framework 2. When transfering a very small text file, it works fine. When transferring a 288KB .sdf file, I get an IOException on both devices. I am using c# using the sample code provided here: http://msdn2.microsoft.com/en-us/library/system.net.sockets.irdaclient.aspx#Mtps_DropDownFilterText Looking at the code, I don't see any reason for it to throw an exception. On the receiving device I get this exception: IOException Unable to read data from the transport connection. On the sending device I get this exception: IOException Unable to write data to the transport connection. It is not consistent exactly how many times it will loop before th ...Show All

  • SQL Server SQL Server 2005 Authentication.

    Hi all, I need few clarfications / suggestions from this forum. 1. Which is the recommended authentication for web application using SQL Server 2005 database 2. In what aspects SQL authentication was strengthened in SQL Server 2005 3. Is the strengthening of SQL authentication in SQL Server 2005 makes it better over windows authentication Thanks in advance. DBAnalyst Hello - 1. There are a lot of ways to do this, depending on where you want to manage the client security. Many applications today use a middle tier, so you'll distribute the calls based on either impersonation or as the calling client. Other apps use a single login for all clients, and do their own security checks. ...Show All

  • Visual Studio CrystalDecisions.CrystalReports.Engine.ReportDocument

    Hi friends, i have deploy a VB.net application which have crystal report in it. the application is running well but when i open the form with Crystal report its giving me error. Please help See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---&g ...Show All

  • Windows Forms Can we have private constructor? when can I use them?

    i thin you can!!! This is used to mange the number of instances of the object the users can create.This is also known as the Singleton pattern . In singleton pattern you declare the constructor as private and instantiate it from a static method within you class. Please see the example below: public sealed class MySingleton { static MySingleton instance = null; private MySingleton() { } public static MySingleton ClassInstance() { get { if (instance = = null) { instance = new MySingleton(); } return instance; } } } Yeah, of course. But the correct way to write the accessor is public sealed class MySingleton { static MySingleton instance = null; private MySingleton() { } public static MySingleton ClassInstance ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA - Microsoft lack of vision

    Its real sad that Microsoft, once again, shows this lack of vision for a games development tool: 1: Get visual: Don't force users to write such a lot of code to do just very little. It reminds the Charles Petzold's "Hello Window" hell of code days. 2: Provide visual tools: Let users choose the components, change their properties and write just the required code for the events. 3: Quick development means quick prototype and minimum learning curve. XNA has a lot of things to learn. Definetively it is NOT for students and hobbists. We will have to wait until someone encapsulates XNA framework into a group of visual components, that can be easily drag & dropped, inspected and tested very easily without having to learn lots of n ...Show All

©2008 Software Development Network