Answer Questions
Dmacdonald I18N (windows resource localization editor): SplitterPanel leads to error
Hello all together! I have a window-application which is completly translated into german and cyrillic using the windows resource localization editor (WRLE). Until few days every resx - file could be translated without any major proplems. Since I have added a splitContainer to arrange some tables within this panel 1and panel2 i run into trouble with my internationalization. The WRLE shows following error message after loading my main.r ...Show All
KraGiE Upgrade Remoting project from 1.1 to 2.0
Hello All! I have been working on moving a remoting project from the framework 1.1 to framework 2.0. I have used this method with success in the past but I continue to get the following error in the framework 2.0 environment: System.Runtime.Serialization.SerializationException: The input stream is not a valid binary format. Does anyone know if their are changes to how I have been remoting in 1.1 to 2.0 Below is the Global.asax and Re ...Show All
Tim Bederka .NET 1.1 process.kill?
Hi. in .NET 1.1, I can create a process: Process someProcess = new Process(); someProcess.StartInfo.FileName = this .someTextBox.Text; someProcess.Start(); However, if i wish to kill that process, I have tried using: someProcess.Kill(); //AND: someProcess.Close(); however both of the processes to close/kill results in an exception: "No process is associated with this object" &nb ...Show All
Vykintas The incredible .NET mess
If Microsoft really wants this technology (.NET) to be accepted, why: Can Microsoft not provide reasonable scripts/instructions for installing the software Everywhere I look, there are forums loaded with the same few questions: 1) What permissions do I need 2) What accounts do I have to modify 3) Why can I not log onto SQL (alias, "What is wrong with my connection string") 4) Where is (usually relates to a table or ...Show All
TX Gal Pointer to resources.
I read chapter 14 of Network Programming for the Microsoft .NET Framework by Jones et al (MS Press) and was quite impressed with the performance and scalability issues they present. This chapter is exactly what I have been looking for and I recommend it to others. My question is, can anyone here point me to any other similar resources (I'm writing a comms server which needs to be highly scalable and have good performance...). Regards... ...Show All
Jstrick45 change internet explorer proxy settins
Hello everybody I would like change the internet explorer default connection proxy setting. How can I do this in .NET 2.0 Is there a possibillity to safe the current setting and restoring when my application close Thanks Best Regards Karsten Have you an URL with an example Thanks There is no programatic way in System.Net to do that. Kar ...Show All
John7 How to locate an loaded assembly?
I simply want to know how to resolve if an certain assembly (some *.dll file) is loaded (used) by other .Net application. There is an excellent and very interesting article at http://msdn.microsoft.com/msdnmag/issues/04/10/NETProcessBrowser/ that explains what you seem to be looking for. It has source code to browse managed processes and their loaded assemblies. If you just want to see if ...Show All
bowie198672 System.Net.WebPermission error
I would like to understand what the error: Request for the permission of type system.net.webpermission failed with respect to a web service call means. Is this a high level client server setting, an Internet Explorer security setting on a particular machine, or something else. I would also like to know if I can do anything in the web service code which runs on the client machine to provide access to the webservice to correct the issue. Thanks ...Show All
Good-man Column Color change and DataGrid scrollbar
Hi, 1. I am working with a datagrid and i want one of the columns background color to be red. How to achieve it. For eg; if i am having 15 columns, i want the 6th coloumn BGcolor to be in red at the time of form load event. 2. I want to access the datagrid's built in scrollbar. actually the scenario is i am having 15 columns in the datagrid. The horizontal scroll bar should start from the 5 the column rather than from the first. so t ...Show All
hazemabolrous Windows App Not working over Network
I've got a windows app that connects to a DB and copies a few files from a network share to the local PC. The app is ran on the network share because everybody in our company uses it and when modifications are made, we don't want to have to redistribute 50 or so copies of the .exe. Every time I run the program from the network, I get a standard Windows error and Microsoft wants me to send them the information, it doesn't get too involved oth ...Show All
best one More Table Adapter problems.
I have run the Update method of my table adapter ( see previous posts ) and now a new error presents itself. The error states : Update requires a valid UpdateCommand when passed DataRow Collection with modified rows. I chose generat INSERT DELETE UPDATE methods when I created the dataset. Why am I getting this error This is the line of code (in red) that fails: public virtual int Update( CellcastBackEndDataSet . tblShiftDataTab ...Show All
Rodi FtpWebRequest and custom commands
How can i send custom command through an FtpWebRequest I tried with this but it doesn't work :( using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.IO; namespace ftpProva { class Program { static void Main( string [] args) { FtpWebRequest ftp = ( FtpWebRequest ) WebRequest .Create ( "ftp: //ftp.microsoft.com" ); ...Show All
allen5928 .Net Framework 1.1 error
When trying to launch .Net Framework 1.1 Configuration Wizard, I received this error message: "Failed to initialize com objects" or "Application error: Failed to initialize to properly" Any ideas Hi, did you try to uninstall and install .net framework again Do you have installed SP1 There were problems with the tool and installing the v2.0 June CTP... the v2.0 tool worked fine, but the 1.0 and 1.1 tools stopped working. It has sinc ...Show All
ajakeman Logon failu unknown user name or bad password
Hello, Using VS 2005 Beta (VB) I would like to read a network share in the form of: \\192.168.1.10\c$\ - Using the DirectoryInfo object. However when I try that I get the error: Logon failure: unknown user name or bad password How can I either popup a box for the user to type in the username or password or embed it into the program Does anyone know how to do that in VB by chance PS - you would think it would be in the .net framework... ...Show All
thomas woelfer How to POST data and retrive the html respond?
I am trying to build a tool that can allow user to login to the forum and load the forum topics into a listbox. So, let's say: [URL]: www.honghong.net/honghongforum/index.php [Textbox]: txtUser [Textbox]: txtPass [Checkbox]: chkRememberMe [Button]: btnLogin then once I entered those info, it will then POST those data (I'll group them up myself) to the forum. Then I should get a html respond regarding i login succesful or not. (but not the html b ...Show All
