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

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

sdfeaf

Member List

funwolf
GrahamHeap
Deldy
Terry Rueter
LoicBaroux
C Senthil Kumar
shaggydiggs
LadySQL
Eugene Ostroukhov
tonyinbeijing
KaptKrunch
AmyD
IgorLiokumovich
Paul from Iowa
Dazzl
Jay Shanker
puru1027
Zoran Simic
adface
Cee
Only Title

sdfeaf's Q&A profile

  • .NET Development Exception when client app try to connect to a server event

    I write simple .net remoting app to understand this technology. I have server and client app. Remote object: public class JobServerImpl : MarshalByRefObject, IJobServer{ ... public event JobEventHandler JobEvent; ...}When client app try connect to JobEvent,m_JobServer.JobEvent += new JobEventHandler(this.MyJobEventHandler); it raised up an InnerException - Cannot load file or assambly JobClient.exe. What`s wrong Is that exception concerned with .NET Remoting The server needs the client assembly in order to deserialize the delegate and resolve the reference to the client type holding the method. ...Show All

  • Visual Studio Express Editions 2 events at once

    I'm creating a simple, old, black and white tennis game for practice. I've created an event handler for 9 keys - 2 for moving 2 paddles up, 2 for moving them down, 2 for left and 2 for right. I also have an Enter key that starts the ball moving. The problem is that when I press Enter, none of my other keys work, until the ball goes off the screen. Does anyone have any suggestions how to fix this If you provide mode detail, someone might be able to provide some guidance. I'll assume this is a WinForms application. What event are you subscribing to to handle the keys, KeyDown, KeyUp, or KeyPress What is the c ...Show All

  • Windows Forms binding combobox to object

    Hello all I have a combobox that I have added a binding to an object.  The combo box uses a datatable as its datasource like so cbo.datasource = myDatatable cbo.displaymember = "display" cbo.valuemember = "value" then I add my affor mentioned binding cbo.databindings.add("SelectedValue",myclass.object,"myfield") what happens is that when I change the value in the combobo ...Show All

  • SQL Server Web App Failover problem

    Hi, I have successfully set-up a DB mirroring. When the pricipal goes down, the mirror picksup and the other way around too. So the mirroring part is working great. However, when I use my web applicaiton (dot net 2.0), it is not able to connect to Mirror server . I get the following error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) My connection string in web app: &q ...Show All

  • Visual Basic Access Database and Bin Folder

    I hoping someone can help me out here. I had a similiar problem on a recent project, and I just copied all the files to a new project, and that cured it. But I wonder am I doing something incorrectly. My project has an Access database. It is added to the project. Lets just call it DB_Original J:\AssetNet\AssetReg\AssetReg\Assets.mdb When the project runs, it updates data in DB_Debug J:\AssetNet\AssetReg\AssetReg\bin\Debug\Assets.mdb If I change data when the project is running, DB_Debug is updated. However, when I stop the program running, DB_Original is not updated. So if I add assets for testing, I have to re enter them every tim ...Show All

  • Visual Studio Team System Private accessors for static classes don't compile

    Hi, I'm writing unit tests for static helper classes, e.g.:   namespace  UnitTestExample {       public   static   class  Helper {           private   const   string  KEY_EXAMPLE = "Example";             public   static   void  DoSomething() {            }      }  }     When an accessor is generated for this class (e.g. I would like to access the ...Show All

  • .NET Development how web service client will know about user defined data type?

    If a web method returns user defined object how web service client will know about user defined data type helo, thanks for u r reply. it really helped me and i learnt a new thing in .net. keep viewing my questions and kepp answering ,because i am a new developer. thanks, srinivas kompally ...Show All

  • Visual Basic Check the distance between two objects using vector

    Hi everyone,                      It's me again, Maria. I find this forum very good as I really get the neccessary information that I want, so once again, I came to write in and ask question :P                     I'm working on a game which need the mouse to eat up the nearest seed around it. Now the problem that I'm facing is that I need to calculate the distance between the mouse and the seed in order to check which seed is the&nbs ...Show All

  • SQL Server SSIS Package on X64 with Script Task

    I get error messages when Precompile=false saying that I must set Precompile=True on 64Bit.  Then when I do that I get: "The script files failed to load." Do script tasks work on x64 Thanks, Chris So on a 32-bit machine you can no longer open your script at all ...Show All

  • Visual C# Reading an XML File, Changing some values

    Hi All - I have this XML Document here. What I want to do is loop through each item, possible with multiple for() loops but I'm having trouble referencing data. Perhaps it is the way I have the data structured < xml version="1.0" > - < Device Address =" 192.168.1.1 " Location =" San Francisco " xmlns =" Device " > - < System SystemModelNumber =" OPT-2VT4DATR3ETR-A2/A3-FC " xmlns =" System " > - < Card CardNumber =" 1 " Temperature =" 50 &quo ...Show All

  • Visual Studio printers in a network

    Please let me know how to fill out a combobox with the information of the printers available in the network. I am developing in VB 2005. Where can I find these information in the Windows Operating System Thanks and regards, Benedito Santana ...Show All

  • .NET Development Marshalling COM interface between threads--help!

    I am developing a Windows Forms 2.0 application that references a COM primary interop assembly to communicate with a COTS product. I am still very new to working with COM from .Net and the threading issues that are involved, so I am unsure how to marshall a COM interface between threads--I have the main UI thread, of course, but for many of the data access calls I use a BackgroundWorker component to execute the calls asynchronously. The issue I am having is that I am attempting to maintain a single instance of the Database object (part of the COM API) because creating it is very resource intensive, but I am getting an exception that the work ...Show All

  • Visual Studio ANN:VS SDK 2005 Feb CTP for v2

    Community, the Feb CTP bits are live at https://www.vsipmembers.com/   this release contains DSL and an RC of VSTA. The TFS bits are still the B3 bits from the RTM SDK. New samples since the RTM SDK include SingleFileGenerator, CodeSweep, SingleViewEditor, DSL Samples, VSTA Samples, SCC Samples, and the IronPython end-end integration sample. Other important improvements include doc updates, VSL improvements, the prototype VSTC tool to replace the current commandline CTC tool, and more. Please download and provide us feedback on this thread. thanks, Phil Taylor VS SDK PM PS. I edited the admin part out of the ...Show All

  • .NET Development How to serialize an object wich is marked as non-serializable ?

    Hi, I'd like to serialize/deserialize (xml or soap) an object wich is not serializable. I don't have sources of the object. I tried to declare a new serializable class, who inherits from the object class, but it doesn't work. Is there any other way to "record" an object (properties & values) Thanks Vikram, I tried using surrogate but there's an error "The method or operation is not implemented." when i call serialize method. It works with simple objects (like array os string) but not with more complex objects. When it doesn't work, " GetObjectData" method is called, else, it's never called. Apparen ...Show All

  • Visual Studio MS ANtispyware blocks unit test tool

    Hi All, Have any of you experienced problems with the Unit Testing facilities of VS.NET 2005 beta 2 (on a C# project) being blocked by MS Antispyware It appears that the environment autogenerates a batch file each time the unit tests are to be executed. I am not sure how to stop MS Antispyware from objecting to this each time I run the scripts. Please let me know if you have a workaround (that doesn't compromise the security of my machine). Thanks In Advance, Andrew Matthews check http://www.xenopz.com/blog/bartdeboeck/PermaLink.aspx guid=02560aa8-78f7-4975-b714-58101b4738f8  this does work for me ...Show All

©2008 Software Development Network