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

Software Development Network >> desert rose genie's Q&A profile

desert rose genie

Member List

Matthijs van Kesteren
Raatjetoe
RE Elliott
BE_Jack
Dan Rasmussen
cynthiars
pigggy
Rajeev Mahadasu
Otavio
JeanKap
cb1024
bbeasley
KamranAmin
Ken Mingeaud
DishanF
James Cheng
Lyle.Dodge
Murthi
Miguel Angel Sánchez
RVRKID
Only Title

desert rose genie's Q&A profile

  • Visual C++ linker problem

    Trying to compile a simple program in C++ I got a LNK error code. Error 1 error LNK2028: unresolved token (0A00000B) "int __stdcall setsockopt(unsigned int,int,int,char const *,int)" ( setsockopt@@$$J220YGHIHHPBDH@Z ) referenced in function "void __clrcall SocketPlusConnect(void)" ( SocketPlusConnect@@$$FYMXXZ ) SocketsCplus.obj  It is one a few. Am I missing a header file or a few of them Will appreciate any help. Thanks. No, I did not. Actually I used a MSDN sample code I fund at tis URL ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.WIN32COM.v10.en/winsock/winsock/setsockopt_2.htm This snippet can b ...Show All

  • Smart Device Development Device EmulatorError VS200 PRO

    Hi i'm trying to run Device Emulator in my XP pro sp2. I get these errors: Failed to open XML parser COM object. E:\Programmi\Mvs8\smartdevices\Skins\PocketPC_2003\PocketPC_2003\1033\PocketPC_2003_Skin.xml Error while processing skin file E:\Programmi\Mvs8\smartdevices\Skins\PocketPC_2003\PocketPC_2003\1033\PocketPC_2003_Skin.xml: View element is either missing or invalid. what can i do thanks ok, but i've found it was a msXML3.dll problem. I registerd again with regsvr32 and now it works. Thanks ...Show All

  • SQL Server Report Builder only for sql 2005 server?

    Hello, i'm working with SQL Server 2000. And management wants some reports out of the SQL server. Now there is a product called Report Builder with is a tool to easly create reports. My question is where can i download Report Builder for SQL Server 2000 Report Builder only comes with Reporting Services 2005. You can use it to access data in SQL 2000 etc but you will need a SQL 2005 licence to use Reporting Services 2005\Report Builder. Do management want to build their own reports or just view some standard reports In the latter case Reporting Services 2000 is what you need and this is a free ...Show All

  • Windows Forms Maybe you can do it another way ?

    hello i have a crystal report which contains one group field,which groups the category of the products,in the first page of the  report i have: category1 ------------ product1 product2 product3 product4 product5 category2 ---------- product1 product2 product3 product4 in the second page i have product5 product6 category3 ---------- product1 product2 if i need to find a method that when products of a certain  category splits into two&nb ...Show All

  • SQL Server Problem in Installing 64-bit Reporting Services

    Hi, Trying to install 64-bit SQL Server 2005 RTM on Windows 2003 x64 Server with SP 1. The Reporting services option is not enabled in the installation steps. The installation process gets completed, but the Reporting Services is not installed. The server does have IIS installed, the .NET framework 2.0 is installed by SQL Server 2005 RTM itself. Am I doing anything wrong. Can anyone help/suggest Thanks in advance. Setup should show error message in case of error. Also, you can check setup log files in %ProgramFiles%\Microsoft SQL Server\90\Setup BootStrap\LOG\Files ...Show All

  • SQL Server Subscriptions sent from multiple "From" addresses

    We have multiple data driven subscriptions that we would like to send out from different "From" email accounts. I only see a way to identify one "From" address through the confiruration utility. Is there a way to override this Thanks in advance. Are there any good examples of this using a custom email extension Thanks ...Show All

  • Windows Forms Annoying Deployment issue with .NET installer

    I'm having a problem with the .NET installers that I create using Visual Studio .NET.  I'm able to create the installers and deploy them on the target machine, however, when I run the installed application, parts of the installer keeps popping up giving you the impression that it is still installing software.  This of course is very annoying and u ...Show All

  • Visual C# Implementing System.Collections.Generic.IEnumerator<T> GetEnumerator()

    I'm a bit new to enumerations at the generic level, so bear with me. I have a foreach loop that I'm trying to navigate through, but my enumerator isn't working properly. I'll have to post the code to give all of you a better idea of what I am trying to accomplish. This is in my application: RobotParts rods = new RobotParts<Rod>(joint); //joint is an object being passed in foreach (Rod rb in rods) { // Do Stuff } This is in my RobotParts class: public System.Collections.Generic.IEnumerator<T> GetEnumerator() { System.Collections.Generic.List<T> childParts = new ...Show All

  • Visual C# Perform ftp using C#

    I would like to ftp files from my local computer to the ftp server at the remote end. May I know is there any sample example of how to code the ftp portion using C# Can anyone please help Thanks Hi! There is System.Net.FtpWebRequest class in .NET 2.0. Check MSDN for samples about how to use it. P. S. But check other links too - they may provide more features than Framework's FTP! ...Show All

  • Visual Studio Express Editions App Settings Problem

    I need to make the Application settings portable, or the file location the same as the program startup path, i know .net stores the settings in a user folder, but my application is a usb portable app. I am wondering how can i save/get settings from a file. I notice myapp.exe.config is in the program directory, but this is for read only default values. So how can i edit that file, i can just use that file for settings. When the settings change i want my application to use the new setting values without my app restarting is that possible I think i have provided a work around, anyone can simply modify it for their needs, This will change ...Show All

  • SQL Server Adding the date to a subscription report name

    Does anyone have information on how I can add a file date to my named report when a subscription writes that file to a network folder I am exporting as .pdf files. For example, today I have filename abc.pdf but I'd like it to be abc03312006.pdf. Likewise, tomorrow's file would be abc04012006.pdf. Any help is greatly appreciated. You have to go for reporting services programming and create a subscription programatically and pass the date as a value to subscription's description parameter like this. service.CreateSubscription(reportpath, extSettings, description, eventType, matchData, parameters ); ...Show All

  • .NET Development SerialPort class and the ReadTimeout

    Hi There, I'm trying to use the SerialPort Class from the new .net 2.0 framework. I'm communicating with a serial device that answers queries. SerialPort port = new SerialPort("COM1",9600); port.ReadTimeout = 3000;  // 3 second timeout port.NewLine = "\r"; port.Open(); port.WriteLine("Request"); string response = port.ReadLine();     // this line takes 3 seconds to complete port.Close();   The problem I have is that the call to ReadLine always takes the duration of ReadTimeout to complete. I think this should return as soon as the 'NewLine' ("\r") character is received. It's not throwing a ReadTi ...Show All

  • Windows Forms TaskVision client destroyed my PC!

    I've decided to repost this message as separate thread cos I don't think it's getting the attention I deserves.   Here's the problem... I installed the TaskVision client about a week ago, and immediately after started noticed weird things happening to my PC - suddenly lots of application were missing files.  I checked the Program Files folder where they wer ...Show All

  • SQL Server Multiple Log Files

    Using an expression to set the log filename to include the date and time results in 3 log files being created. Ummm. Why I only ran the package once. Is SSIS not sharing my log file connection among the different components On first thought my workaround would involve using a script task to "set" the log file name to a variable and use an expression to set the log connection to the variable. But the problem with that is that logging starts BEFORE the script task is run... Hi, It would be great if you can give more details about your package. Are you creating the log file in the 'OnPostExe ...Show All

  • Visual Basic cannot update MySql database from DataSet

    Hey all, I'm developing a Windows application that connects to a MySql database. I declared a MySqlDataAdapter and a DataSet as Friend in a seperate Module..... did this so I can access them from various forms. (Is this the right way to do it ) I then populated my DataSet with the code below:     Public Sub PopulateECNDS()         Try             Dim conn As New MySqlConnection             conn.ConnectionString = connStringLocal          &nbs ...Show All

©2008 Software Development Network