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

Software Development Network >> Pawe?'s Q&A profile

Pawe?

Member List

MarkAdams
Mickey Gousset
C0venant13
Jay1973
MadsNissen
phrozensnow
bhavin.desai
gatharia
Gopal Ramamoorthy
MachAngle
Venu Yankarla
DustinT
TySalistean
angelar
TLJ
Alex Novosad
Hannoman
gift
Bhags
Frustrated1689
Only Title

Pawe?'s Q&A profile

  • Windows Forms Databinding problem

    Hi everybody. I have a form which contains a user control. When the form loads, I'm populating some DataSet, and assigning the dataset refernece to one of the control properties. The control contains other control that are bound to various paths on that dataset, adding new rows, modifying, etc. Now, I want to update the changes back to the database with dataadapters. I can put a Update button on the control itself, or in the form containing it. When I call the adapter's Update method in the context of the form (i.e. in response to form's button click), the db doesn't update. When the same thing happens at the control, it updates as well ...Show All

  • .NET Development Can WSE 3.0 be used with the Compact Framework 2.0 on Mobile 5.0 devices?

    I tried to find the answer to this question, but could only find a lot of partial answers. Can WSE 3.0 be used with the Compact Framework 2.0 on Mobile 5.0 PPC devices No it cannot. NETCF 2.0 does not include support for WSE. For WSE support in the Compact Framework, you should look at the Open NETCF's WebServices library - http://www.opennetcf.org/library2/OpenNETCF.Web.Services2.Dime.html Samples can be found here: http://www.brains-N-brawn.com/cfWSE2 Hope that Helps, ...Show All

  • Visual C++ What happened to io.h?

    I'm using Visual C++ 2005 version 55537-000-0000016-00168 and the only place I can find io.h is in C:\Program Files\Microsoft Visual Studio 8\VC\crt\src\io.h.  Is that intentional Thanks, Keith MacDonald Hi Keith, It was fixed after that. I verified this on build 050215. Ronald ...Show All

  • Visual C# How to use Serialize for SOAP Format?

    How to use Serialize for SOAP Format using System.Runtime.Serialization.Formatters.Soap; //error public Computer(string name,int speed,int harddisk,int memory,string ip) { this.ComputerName = name; this.CPUSpeed = speed; this.HardDiskCapability = harddisk; this.MemoryCapability = memory; this.ComputerIP = ip; } } ======================================= Computer myCompueter = new Computer("xp2005",3000,80,512,"01"); SoapFormatter soap = new SoapFormatter();//error(SoapFormatter) not find namespace System.IO.FileStream fs2= new System.IO.FileStream("c://abc.xml",S ...Show All

  • Visual Studio CRXI release 2 deploy on server

    When using CRXI Release 2 for my web site the local web.config uses the Crystal engine 11.0. In looking at the assemblies on my server they are version 10.0. I created an install package and added the Crystal Reports for .NET 2.0 as well as the Redist2005 merge module and when I run the msi it loads version 10 assemblies. How do I get the version 11 assemblies loaded on the server I am using VS2005 with Crystal Reports XI Release 2. You need to deploy with the Crystal XI release 2 install, not the 2005 bundle install. It is downloadable from: http://support.businessobjects.com/fix/merge_modules.asp#06 Ch ...Show All

  • SQL Server missing notifications

    Hello, We are building a simple distributed application around the service broker where each queue is serviced from a windows service. We have a windows service running constantly as a "listener" on an event queue for each of what we call "request" queues. When a message is received by the request, the listener service instantiates a reader to process the request. As we are in development, things get out of sync at times and the event queues sometimes stop getting the event notification message. I can correct this usually emptying the queues by receiving all messages from the "request" and "event&quo ...Show All

  • Visual Studio Team System How does TFS manage the WSS site images?

    For every WSS site created when creating a Team Project using MSF Agile, the page banner is head_agile.gif. This file only resides in a zip file. However, if I create a generic WSS site directly in WSS, every image is there under C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\IMAGES So how are the TFS images managed differently We need to change the WSS sites created by TFS use our own UI. Hi, The best way to change the site is to edit it using FrontPage 2003. The files that are referenced are likely to be in a database table since that is where WSS keeps most files ...Show All

  • Visual Studio Express Editions Installing VS Express on another drive

    I'd like to install Express on another drive (D: Apps), which contains applications and keep it off the system drive(C: Sys).  Unfortunately the installer seems to want to install most of it on the system drive (>1GB).  Has anyone successfully installed Express on another drive Hi, Express should allow you to install to a different drive, although the .NET Framework would still need to be installed to the system drive. Are you seeing the destination path locked to your c: drive (the textbox where you designate the install path is greyed out and the Browse button disabled) This happens when the ...Show All

  • Visual C++ msvcprtd.lib(MSVCP80D.dll) : error LNK2005

    I am having problems to port our product from vc7.0 to vc2005: Linking... LINK : warning LNK4076: invalid incremental status file '..\..\..\bigworld\tools\worldeditor\BigBang-debug.ilk'; linking nonincrementally msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall std::allocator<unsigned short>::allocator<unsigned short>(void)" ( 0 $allocator@G@std@@QAE@XZ) already defined in edgizmo.lib(solid_shape_mesh.obj) msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall std::allocator<unsigned short>::allocator<unsigned short>(class std::allocator<unsigned shor ...Show All

  • Visual C# Registry Monitoring for Service

    I would like to know if there is a Registry Monitoring Available. I am using External App to change setting and such in the Service app by changing the value in Registry. But somehow I must be able to signal the service to load the new setting. Please let me know how this is possible. I should have been clearer. My point wasn't to suggest that hooking a kernel level function was a good idea for your application. More that if you want to monitor the registry, you'll have to hook a kernel level function. (i.e. Very hard.) I like Norbert's suggestion about the TcpChannel. i.e. Have notification of your config changes relayed via a ...Show All

  • SQL Server Tx replication works in 2000 but not in 2005?

    Hello, I've got a simple transactional replication set up. I have a separate publisher, distributor, and subscriber with 76 articles (tables only) being pushed from the distributor. I have this exact setup with the same tables and data working in the SQL 2000 environment. I am testing replication on our SQL 2005 test servers before moving to production, however when the distributor attempts to push out the initial snapshot I keep getting this error. Error messages: Incorrect syntax near ')'. (Source: MSSQLServer, Error number: 102) Get help: http://help/102 Incorrect syntax near ')'. (Source: MSSQLServer, Error number: 10 ...Show All

  • Smart Device Development Sockets Connection timed out

    I have a small server running on a PocketPC 2003. I also have a php-script that takes the ip-address of the ppc and sends a socket to that ip-address. Im using mobileIE to connect to the php-server and I get the following: Unable to connect to (*ip adress*) (connection timed out). I know the php-script works, it has been tested. There are no firewalls that I know of, my "php-server" has none. If it was a firewall I should get a "connection refused" I have tried several different ports. Can it be anything in the PocketPC that blocks the socket These forums are related to device devel ...Show All

  • Visual C++ How to get rid of warning LNK4086?

    Dear developers: We are developing an agent which runs in embeded system. We compile the project in Windows, using MS compiler, then modify the header of generated binaries of Apps and DLLs, to comply with the executable file format spec in our embeded system. The problem is, we use __cdecl for all functions, include exported DLL entries, and there are warning LNK4086 when compiling the project in Windows. The warning itself is proper, and harmless, but hundreds of such warnings may un-visualize other useful warnings. And, some functions have assumption of such calling convention, it is impossible to modify our code the remove these warnings ...Show All

  • Visual Studio How to give a signature for a zip file?

    I want to know it because I make a snippet or it will always show a messagebox which ask you click "yes or no" See the blog posting at http://blogs.msdn.com/craigskibo/archive/2005/11/16/493570.aspx . This has information about how to sign a file for the Content Installer. Craig ...Show All

  • Visual C# How to global a variable in C#?

    Hello! How can I "global" a variable in C# Thank you! the checkbox is in another "private void" thingy I assume you mean the check box event is private.  It returns void.  Your checkbox cannot be void. it can't access another's private void'S variables  No function can access the variables that exist solely in the scope of another function. I take it the check box is on a different form to the text box.  If not, then the code you posted just needs to go into the 'private void thingy' which is the event for the checkbox check.  If it is, then you need to create a delegate. http://www ...Show All

©2008 Software Development Network