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

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

ReussDr

Member List

Bridgepark
Sir Lancelot
Mohammad najdawi
cg_greg
geertdeprez
JeremyRooks
BartoszBien
cristms
Ivo
Rakin
gadgallea
Shadowlock Holmes
Chris Betlach
Cameron T
Vince Do
Dan Balaceanu
ssq
Mitesh Budhabhatti
ieligazit
ahmed Abd-El Atty
Only Title

ReussDr's Q&A profile

  • SQL Server How to access report parameters in custom code

    Hi, Below is a custom code function for my report. At bottom is the expression that calls the custom function. When I run the report I get an error message:  "There is an error on line 3 of custom code: Reference to a non-shared member requires an object reference."   If I take out the lines that try to access the report parameters then there is no error.  Can report parameter be set/read from the report's cus ...Show All

  • Visual C++ Importing class from dll

    Hi My problem is that I cannot import a class from a dll without an import library. Thank You, Attila. I removed WINAPI, and now it works. typedef int (* _writeSerialPort)(int numberOfBytesToWrite, char* data, unsigned long *bytes_sent); but there is still one problem: Untill now, the program worked, only the debugger stopped it with that error message. So it sad it wrote 1 byte to the serial port, or it wrote ...Show All

  • Visual Studio VS SDK March 2006/ DSL TOOLS - Problem to build

    Hi, I have a little problem with dsl tools. I had been playing with the tools, i had create a project, select class diagrams and I tranform all the templates. But, when i want to build the solution i had this error: Error 1 The "DevEnvSetup" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements th ...Show All

  • .NET Development Objects passed as parameters to a remote method call

    This should be simple to lot of Remoting guru's out there 1. How to pass business objects to remote method calls 2. Is it byref or byval 3. Does the object needs to implment ISerializable interface or have  an <Serializable> attribute 4. Does the object needs to inherit MarshalByRefObject 5. How to generate a proxy remote hosted on an IIS with binary formatting 6. Any pointers to web articles is greately appreciated !! ...Show All

  • SQL Server Calculation automatic formatting removes ;

    Whenever we go between script view and calculation view in the cube, the semicolon seems to be removed from certain formulas. The string looks something like this (pseudocode) CREATE MEMBER CURRENTCUBE .[measurename] AS ' [Measures].[Measurename] / 100 --, --NULL ; --)' , FORMAT_STRING = '#,#0' ; What happens is the semicolon is removed from the end of the format string, which results in a processing error. ...Show All

  • SQL Server SQL Mobile Installation Problem on Device

    I have been unable to properly install SQL Mobile 2005 on my armv4i windows CE 5 device. Below is a summary of what I have found and done. Any help in resolving my issue will be appreaciated. Thanks in advance for your help. Symptoms: No errors occur during installation of SQL Mobile on the device via cab files (either deployed through VS2005 or manually copied and installed on the device) SQL Mobile 2005 appears to be instal ...Show All

  • Visual C# Dumm Question From Dumm NewBie

    I saw multi thread what is that exactly I have some sword of ideea but ima not sure of it Can anyone tell thanks!! Ok, so what the heck is a thread anyway A thread is a sequence of execution in a program. Any C# program will have at least one sequence of execution - That sequence starts at the Main() method. So, basically a default windows form application will have one thread. "Uhhh Why do I need more threads " Most ...Show All

  • SQL Server Remote Connection problem on MS SQL 2000

    Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign ad ...Show All

  • Windows Forms Make Simple Binding to Control/Class Property Two-way?

    We're using C# in VS 2005. We've successfully bound a DataGridView to a collection of Widget objects using the generic BindingList<Widget>, and the binding is 2-way. I also understand we could have used another collection mechanism and implemented IBindingList. Now we've bound a TextBox's Text property to a custom property of a single UserControl instance, and it displays the initial property value. However, changes to the UserContro ...Show All

  • Visual Studio Ugly syntax

    Hello, When I call targets using the MSBuild task I pass parameters using the "properties" attribute. When the number of properties is big the syntax is really ugly and unreadable. Is there another syntax I also want to send a list of files as a parameter (to a task, or a target) and I prefer defining the file set as a sub xml element of the task, to make it readable (like in ANT) is it possible Thanks. Right now that's the only synt ...Show All

  • Windows Forms Creating window without header

    Hi all, I need to create a simple form but without any header or borders, is there some control or technique that allows it Thank you, Duvel Helo. I don't now if this is that you need, but setting  "FormBorderStyle" property to&n ...Show All

  • Visual Studio Attaching process to Windows Service

    I have a windows service that has been built (VS 2005 Beta 2), installed and is running ( I am getting output in the event viewer, and part of it the service is working correctly).  But when I try to debug it using the "Attach to process", the service process is greyed out, and I am not allowed to attach to it.  I am running Windows Xp Pro, SP2, as an admin. Not sure if this is a security or permisson problem so I also have tried ...Show All

  • Visual Basic Disabled the TabControl tabpages

    I have a problem on how to disabled one of my tabpages in my tabcontrol.  I have 5 tabpages, and I want to disable one of it.  How can I perform this action. Can u pls help me my fellows:( TabControlEX, which is available for free from my site, allows you to disable tabs as well as many other frequently requested things. http://www.dotnetrix.co.uk/controls.html You'll also find several tips on my site ...Show All

  • Visual Studio VSS 6.0 - Error Reading from file.

    Hello All, I had configured VSS6.0 on my PC to hold all .c programs and some important project documents. Recently, my PC had some problems and XP Prof version was reinstalled on the C drive. The VSS folder resides on the E drive. So, I reinstalled VSS 6.0 on the C drive and connected to the VSS folder. Now I face a problem. It so happens that the contents of some of the folders are not visible at all and when I do a right click on the folder, i ...Show All

  • .NET Development Arraylist from SQLReader

    I want to populate an arraylist from an SQLDataReader so I can pass it back up to another object and extract the various columns.             While oServerReader.Read                 rtnArray.Add(Trim(oServerReader.GetString(0)))             End While That's ...Show All

©2008 Software Development Network

powered by phorum