pehaada's Q&A profile
.NET Development http upload
hi I am looking for the best solution on uploading files over http. I tried the webclient and the httpwebrequest but without success. whatever help you can give me would be appreciated thanx thanks for the reply Malar. Perhaps 3rd party ftp server is the only way for dev right now. implementing socket server means implementing all the functionallity that i have right now. i'll try to find one. again thanks ...Show All
Smart Device Development Sd-Card - Card identification number (CID)
Hi, is there a way to read the SD-Card - Card identification number (CID) and all the SD Card have this CID Thanks Andrea C. Since these forums are mostly about the Visual Studio side of things, look to the following post for better forums for this question http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All
Windows Forms Performance / Datagridview /TreeView / Large Data
Hi , I have a performance related issue which I hope you can help me out with. Here it is . Environment: VS 2005 Beta 2 SQL Server 2005 Beta 2 Winforms on XP Architecture: Distributed architecture with .NET remoting. Application server with a console server as a host to the remote object. (Single call, TCP) Database server Client Issue 1: a. Load large data in a datagridview: We have a table with currently 10 lakh records. We are loadin ...Show All
Windows Forms Publishing Problem in RC1 - 8.05727.26 (v2.0.50215 getting installed instead of v2.0.50727)
I have recently moved to Publishing Problem in RC1 - 8.05727.26 from beta 2 (I uninstalled everything) and am planning to complete a commercial application using Publishing Problem in RC1 - 8.05727.26. I know most would never consider this but our core development is all C++ and so we wanted to leverage 2.0 and the new C++/CLI Language Specification Standard. All is going well except for one problem. When we Publish our Application and attempt t ...Show All
SQL Server Connect with SQL Mgmt Studio to SQL Server 7 ?
Is there a way to use the new SQL Managment Studio to access SQL Server 7 as well as the 2000 and 2005 How can I do this ...Show All
Visual C++ How to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET
Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code. Willing to rewrite most of the user interface, but need to preserve/modify existing code that is based on 50+ classes derived from MFC's CObject. I need the "Serialize" portions of CObject so that my existing data files can be read into the ported app, or so I can create a conversion app. I ...Show All
Windows Forms just getting issuevision to start
Hello... I am running a win2k3 server box, and I installed issuevision etc... no errors as far as I could tell in the install... however once I start issuevision etc I get the login prompt, and try demo/demo as user/pass. It says "Server is not ...Show All
SQL Server Restoring SQL Server 2005 backup to SQL server 2000
I have a sql 2005 backup that I am trying to restore in sql 2000. I get the following error.. Error:3169 The backed up database has on-disk structure version 611. The server supports version 539 and cannot restore or upgrade this database. Restore filelist is terminating abnormally. Is there a workaround for this Vyanki There is no "Restore" functionality, but there is a workaround to copy 2005 databases to 2000: Rig ...Show All
Windows Forms How do I simultaneously display a container and its child controls?
How do I simultaneously display a container and its child controls I have seen similar posts as this throughout the web and the community, but cannot seem to locate an answer. It seems the regions where controls are laid out are not invalidated by the container and show the window beneath. I see this with switching between forms, but in my case I also see it when switching between tab pages. I have tried setting double-buffering through ...Show All
SQL Server Instalation SQL 2005
Dear All, i tried to install SQL 2005 Corp Edition on XP Proff. but it can'nt install properly,there is something missing requirements. and there is a message "http://go.microsoft.com/fwlink/ linkid=50380", i tried to click the following links, but i dont know which one has to be downloaded. Any Idea..... Hmm... the link works for me. Try this: http://msdn2.microsoft.com/en-us/library/ms130214.aspx Expand "I ...Show All
Visual Basic Problem with ActiveX control
Hello Everybody, my English is not very good, but I will try to explain my problem. I use Shickwave Flash Object in my project. Because this control don't have any mouse events like OnMove etc, so I create MyControl and use inherit. I want to change control's context menu on menu of my own. Public Class flash Inherits AxShockwaveFlashObjects.AxShockwaveFlash Public Const WM_RBUTTONDOWN = &H2 ...Show All
Visual Studio How Can Create Intaller Project for C# EE 2005?
Hi! I've three projects in a solution, two of them are DLLs and one EXE. I want to be able to create a single installtion package for all these. Is it possible to do this with C# EE 2005 . If yes then please tell me the steps to follow or any related link. Thanks in advance. Sohail. Create a new project, in 'other project types' you'll see a setup and deployment' group. I've not played with this stuff yet, I still use Advanced Ins ...Show All
.NET Development vb.net and Access deployment problem
Hi I am working on a project using vs.net 2003 and access database. the problem is that I created a installer and try to install to other computers The installation is succeed on any computer, but when click on .exe file, some computers work fine, but some others just can not load data from access database only the form shows up without the data. Then I change the code a little bit. I use Application.ExcutablePath to location t ...Show All
.NET Development Circular references in surrogate serialization
Hey guys, I'm performing a custom binary serialization using a surrogate on all my custom classes, to iterate and add all the object's fields. This works fine, unless there's a circular reference in the mix, in which case I get serialization exception claiming that an object referenced in a fixup did not exist. This must be the circular reference, since without it, all is serialized/deserialized just fine. Note also that if I use the st ...Show All
Visual Studio Unable to debug System.Net.DigestClient throws an exception
I converted a VS2003 application to a VS2005 application. I have no errors and no warnings when I compile. When I attempt to run I get the error: Unable to start debugging on the web server. The type initializer for 'System.Net.DigestClinet' threw an exception. Any thoughts on how to fix this I am assuming this is an IIS web application. Is this correct Do you have the same problem for a ...Show All
