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

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

Swordsy

Member List

MaHMouD 2006
Swoopske
jme23
Mongsreturn
TJ2007
Melvin McClurkin
BDev13
warning9
catherina
Greg D Clark
randyvol
Justin-M
Andy Morton
Tryin2Bgood
Alexander Olekhnovich
Alexey Rokhin
71EFBB98-D1FE-4eff-BAC5-F94AC74
Steve from adzac
Kayda_SQL
Arnabmsdn
Only Title

Swordsy's Q&A profile

  • SQL Server Sql Reporting Service 2005 Printing Issue!

    Hi, I have created reports using sql server Reporting serivce 2005. While printing i am running into issue.The issue is after each page ,a new blank page get inserted .For 2 pages i am getting 2 blank pages inserted between . How to work around this .Please any one let me know .Thanks in advance . I had the same problem. Well you will either set page settings to landscape or portrait. Lets say for example that you have portrait settings 8" X 11", the sum of your margins and page settings must not exceed the portrait settings. So margins (width) + page (width) <= 8" or the page will double The same also applies with the height. Try exporting to pdf, and have a look visually. Let me know how it goes. Ken ...Show All

  • SQL Server Connecting to SQL 2000 from Access 2003 Data Access Project

    I have an Access project that is under Terminal Services (TS) on a Windows 2003 server. When I create a project I can setup a connection and see the SQL table in the 'Tables' tab in Access. I can use Design mode to view the table setup but when I try to view the data in the table I get an error saying 'Data Provider could not be initialized'. SQL server is on Windows server 2000. When I access data using a connection in VB everthing is fine, no error. I have 5 TS servers and managed to get the situation resolved on one of them about a year ago but cannot recall what was done. I seem to remember that it was something like changing one of the DLLs to a slightly older version. Does anyone know the answer to this one &nbs ...Show All

  • Visual C# Driver Installation Project

    Hello, I have an application that is coded in visual studio 2005 using .NET, which communicates with a driver board, that is attached to the PC from an ISA slot. I am trying to find a way of installing the software drivers for the driver board automatically (i.e add hardware in windows), when I install my application. Does anyone know how I can create a deployment project in visual studio to add new hardware and install drivers Thank you. ...Show All

  • Smart Device Development Pocket PC 2003 C++ native application

    Hi, I have started to get strange errors when I am trying to start and debug my application. I get An error occured that usually indicates a corrupt installation (code 0x8007007e). I have reinstalled the application, did not have any effect! What shall I do thanks in advance Patrik Hi Partik, You mentioned about Remote executable. Can you check that after deploying your project, executable is placed in the location same as what you mentioned for remote executable. If not then correct the same at Debugging and Deployment pane in Project -> Properties->Configuration Properties If it doesnt solve the problem then can you give more insight on what is the exact problem you are facing alon ...Show All

  • SQL Server Database Archive

    How I introduce the Archive System in Database, I have tables blogs which contain all blog datawise. I need to retrieve the blog detail or aggregate result set from blog table. in the form like if archive setting is daily, then entering day tuesday should have monday, sunday , lastweek , last two weeks blogs archives. How I retreive this result set to form a archive detail of a blog. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Unofficial "Hooray I'm Done With my DBP Game" Thread

    When you get done with you game and sumbit it, crow about it here. A little over 24 hours left until the deadline and I'm so amazed I'm done, so much better than college Thanks to ZMan for his help, good luck all. I'll post the source code for my submission once the deadline hits. Bill I just submitted mine. Unfortunately, it has a couple of glaring problems. I considered not submitting it, but decided I'd worked to hard over the past week to not at least enter it. I'll post an updated version for the community over on gameprojects.com within a week or so. Tom ...Show All

  • Software Development for Windows Vista Enable/Disable SideShow Gadgets ouside of Control Panel?

    Is there a way to enable and disable SideShow Gadgets ouside of the SideShow Control Panel Thanks Hi Steven, Please note that this is probably unsupported. After playing around with ProcMon (download from technet) and my Momento Digitial Photo Frame I discovered that a few registry entries are changed when you enable/disable a gadget. In HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\{device ID}\UMB\{second device ID}\Device Parameters\WindowsSideShow You will notice registry pairs for each SideShow gadget currently installed. The DWORD value for on is '1' and off is '0'. If you ensure that both values are the same then you should be able to enable-disable the gadgets in the SideShow Control Panel automatically. Unfortun ...Show All

  • SQL Server Confidence interval

    Hi, did anybody already build some MDX to calculate the "confidence interval" I'm not very good in statistics but a customer wants this kind of KPI... Thanks, ...Show All

  • Smart Device Development error C3861: 'wcsftime': identifier not found

    I am converting a project from EC4 to VS 2005 and I am gettign this error right off the bat. The actual line : C:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\atltime.h(402) : error C3861: 'wcsftime': identifier not found This is coming up right on the StdAfx.cpp file which looks like this: #include "stdafx.h" #ifndef UNDER_CE #ifdef _ATL_STATIC_REGISTRY #include <statreg.h> #include <statreg.cpp> #endif #include <atlimpl.cpp> #endif     Stdafx.h looks like this: #if ! defined (AFX_STDAFX_H__4590750F_B1AD_470C_B322_498034EEED18__INCLUDED_) #define AFX_STDAFX_H__4590750F_B1AD_470C_B322_498034EEED18__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER ...Show All

  • Visual FoxPro One basic question, one not so basic

    I am attempting to write some functionality using the winsock control with VFP 6.0. I have a pretty good understanding of winsock itself, but I'm having trouble accessing the object from my code. So here are my two options, neither of which I can figure out right now: 1) The object is defined on a form, but needs to be accessed from code in a .prg. I have never been able to figure out how to access an object on a form from a .prg in FoxPro. In VB, no problem, but in FoxPro, if I say form1.objectname.member, it says it doesn't know what form1 is. 2) I can create the object in the .prg (which I would prefer). I have no idea how to go about this in FoxPro. I am currently attempting to do the whole thing in a form, but thi ...Show All

  • Visual Studio Team System Branching Strategy For Dynamic Environment

    I am working in a very dynamic environment where several different features and bug fixes are worked on simultaneously by many different developers. The project is a large public facing website that must have bugs resolved quickly and has constantly revolving promotions. We are having a problem deploying changes quickly when some technical features may take weeks to develop while other minor ad campaigns may take only days to develop. So I was thinking that an environment like this would benefit from each developer having a private branch. and then merging in chages to the main branch when a feature was complete. I set up a prototype of this environment and private branches seem very clunky in Team Foundation Server. I have seen many peopl ...Show All

  • Visual C# How to create windows service as installable product

    Hi I want somw help on windows service I am creating a windows service ,I want to make it as a installable product,Once I download this windows service from Internet it has to start installing this service into the local machine. How I can do this Plz help me Regards Reddy Hi, You mean to add an installation to the windows service Here is the sample: http://www.codeproject.com/dotnet/simplewindowsservice.asp Hope it helps. ...Show All

  • Visual Studio Express Editions AutoIncrementing UniqueIdentifier column in SQL databse table giving NoNullAllowedException!

    Visual Basic 2005 Express: In my SQL database table, I have a CustomerNbr column. In Database Explorer's table definition it has "UniqueIdentifier" as it's data type, and is set as the PrimaryKey. In the XSD Designer, this field is set as the primary key, AutoIncrement=True. DefaultValue is <DbNull>, but, it won't let me remove this! When I add a record to the DataGridView, it correctly puts a "1" in the CustomerNbr column, but, when I update the record, I get a System.Data.NoNullAllowedException! back to the original problem, I had a look at the database schema. The problem was that the uniqueIdentifier field - you cannot set it to autoincrement but its set to uniq ...Show All

  • .NET Development Redistribute - MakeCert

    Hello, I would like to know if we can redistribute MakeCert.exe as a part of our C# smart client application I find MakeCert has been listed in the Redist text file under the SDK. Is there something else that we need to know and/or pay attention to before we redistribute the program Thanks, Avinash ...Show All

  • Software Development for Windows Vista Speech Recognition in different languages

    Hi all! I have a very general question that I would just like to get confirmed. (Not sure if this is the right forum for this, no harm intended.) Is it true that Windows Vista Home and Business Edition only ships with the SRE for the language of the Installation In other words, if I bought a Chinese version of Windows Vista I would not be able to set the SRE to English and use it with English input If so, are there, or will there be any downloads made available that will allow me to patch this in order to use other languages then the default installation language of my OS I know that you can get the MUI's from Microsoft, but is it possible to install several of those on a machine running Home or Business According to this site : ...Show All

©2008 Software Development Network