Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score mscorsvw x64 OS freeze When Idle
Mark_Rarefy - 17 Dec 2005 10:04 PM - 3 messages
Hello, I am running XP64 SP 1. I had VS2003 installed.  When I tried to install VS2005 professional my machine froze on the framework 2.0 install.  I rebooted and tried again.  Same thing.  I disabled my Antivirus and tried ...
Score upgrading to .NET 2.0 woes
kjobson - 17 Dec 2005 5:52 PM - 2 messages
hello , I'm upgrading c++ files in which the source is available that has a managed wrapper to a non-managed dll. It was .NET 1.1 now I want .NET 2.0 I made some changes and I now get some warnings when compiling. I get ...
Score assembly name or one of its dependencies was not found
michaelmwilson - 17 Dec 2005 5:36 PM - 1 message
Hey Everyone, I have run into a problem with asp.net I have a web page default.aspx that posts to itself. On post, I call a WebService to validate uername and password. In the catch block of the WebSerive call, I am getting the attached ...
Score Refreshing TreeView after Editing a Label
Palor - 17 Dec 2005 9:05 AM - 1 message
Here's the problem.  I have a TreeView that is essentially a listing of directories and files.  If you right-click on a directory then a context menu comes up and one of the options is "New Folder", when the ...
Score Nullable<int>, implementing GetHashCode, and thread safety
dls - 17 Dec 2005 2:05 AM - 2 messages
The VS2005 documentation for Object.GetHashCode has three notes to implementors: *blockquote* If two objects of the same type represent the same value, the hash function must return the same constant value for either object. For the best performance, a hash function must generate a random ...
Score Embed windows media player and possibly others in .net app?
tedqn - 17 Dec 2005 1:33 AM - 4 messages
I have a list of media files to choose from in the app. Right now clicking on it will launch it using System.Diagnostics.Process.Start to launch whatever appropriate application for that particular file. Since I know the extension of the file, can I embed media player in the app ...
Score How to add right click menu
tedqn - 16 Dec 2005 7:14 PM - 3 messages
Tool: Visual Studio 2005 I have a custom photo library application previously written in VS 6. Basically it has 1) DriveListBox, DirListBox, FileListBox, all listed as Microsof.VisualBasic.Compatibility.xxx 2) PictureBox inside a Panel (for auto showing scroll bars when photo ...
Score setting envrionment variable in C# and access it within native C++
JC - 16 Dec 2005 5:57 PM - 2 messages
We are having difficulties getting environment variable within native DLL written in C++ which is loaded by C# .NET assembly, the env var is set by the ..NET assembly. We have an existing C++ application, and want to access it within C#.  So we ...
Score programmatic to ftp virtual directories
Daniel - 16 Dec 2005 5:36 PM - 1 message
programmatic to ftp virtual directories when i connect to an ftp server and i only have access to a few of the ftp virtual directories, do i just change directory to them after connecting and having credentials authorized? is there some special protocol for changing ...
Score programmatic to ftp virtual directories
Daniel - 16 Dec 2005 5:36 PM - 1 message
programmatic to ftp virtual directories when i connect to an ftp server and i only have access to a few of the ftp virtual directories, do i just change directory to them after connecting and having credentials authorized? is there some special protocol for changing ...
Score ASP Windows Service or Console based application
Stephen - 16 Dec 2005 5:23 PM - 6 messages
Hi all, I am confused as to what kind of application to develop. I have to create an application thats like a "Engine" which continously monitors a DB or whatever. It has to work even if the user logoff as this engine feeds some ...
Score Clickonce install from CD
Lelekács Zoltán - 16 Dec 2005 4:52 PM - 4 messages
Hi, I generated the deployment files into a local directory with specified installation URL. My prolbems: - If there is an internet connection on the client machine, it skips the files on the local hard drive, immediately start downloading from the web. ...
Score Caching architecture question.
Ashish - 16 Dec 2005 3:53 PM - 2 messages
I am thinking about using Caching application block in my web application, for the performance reasons. My ideal sitiuation would be if i could plug in the application block between my Persistence layer and database, so that objects are created ...
Score Program for my scanner
Huey - 16 Dec 2005 3:36 PM - 1 message
This is a long shot, but here goes... I have an HP scanner that came with some software I don't like at all. I would like to write my own dotnet program. What is required? I suppose I would need some sort of component (HP proprietary) to get started. Would HP ...
Score GDI leaks?
John.Luckowsky - 16 Dec 2005 3:28 PM - 2 messages
Hello all, I've just found the issue that really scares me. It seems that ListView doesn't release some GDI objects. Here you are steps to reproduce the problem: 1. Run Task Manager 2. View->Select Columns 3. Check "GDI Objects", press OK ...
Score Web Config and regular string literal
seal - 16 Dec 2005 3:26 PM - 2 messages
I am trying to keep the body of an email message in the web.config, something like "We have received ..... blah.. blah.. \n Thank you, \n ... some whitty closing line". Anyway, when I read this it is always coming back as a verbatim string ...
Score RegionInfo.ThreeLetterISORegionName returns TwoLetterIsoCode for B
DPOMT - 16 Dec 2005 1:36 PM - 1 message
Hi all, I need to get the ISO-3166 code for BOSNIA AND HERZEGOVINA. What I am trying is 1) RegionInfo ri = new RegionInfo(5146); ==> works fine and gets RegionInfo 2) ri.ThreeLetterISORegionName ==> Output "BA". Expected "BIH". But I only get "BA" - not "BIH". ...
Score Dynamically import fusion.dll
Will Holley - 16 Dec 2005 1:02 PM - 2 messages
I'd like to dynamically import methods from the fusion library (fusion.dll). However, if I just do a straight [DllImport(blah)], I can't guarantee that I get the .Net 2 runtime version. I've found that the unmanaged method LoadLibraryShim in mscoree.dll will ...
Score System.Threading.Timer & W2K3 problem
Mircea Pleteriu - 16 Dec 2005 9:36 AM - 2 messages
Hi all, I've implemented a Windows service application with c# and .NET Framework 1.1. The service starts 10 timers of type System.Threading.Timer. The service runs as expected on Windows XP and 2000 Professional. On the Windows 2003 Server + SP1 (Intel Xeon) some of the timers stop firing ...
Score automatic Time conversion ?
cPetru - 16 Dec 2005 8:22 AM - 1 message
Hello all, I am writting a client application that asks a DataSet from a server (WebService) and displays it locally in a DataGridView. The DataSet has a DateTime column. The problem is that the server and the client work in ...
Score Run exe on LAN machine
Zeeshan Gulzar - 16 Dec 2005 5:52 AM - 5 messages
Please tell me how i can run .exe file on a LAN machine. I have administrative permissions. I am using C#.NET ...
Score Hidden Attribute on file affects security?
Denise Draper - 16 Dec 2005 1:41 AM - 1 message
Hi --- I tried to write an application that uses a config file.  When I set the Hidden attribute on the config file, I found that my application was no longer able to write (System.IO.File.WriteAllText as well as ...
Score Does Framework 2.0 trash COM for everyone else ?
Lee Gillie - 15 Dec 2005 11:33 PM - 5 messages
We are running Server 2003 for our critical server applications.  We have been updating a number of core software pieces to VS2005 / Framework 2.0. This software is installed and pretty much working as it should. The PERPLEXING issue to me is that I have antique VB6 COM components ...
Score vs2003 and .Net 2
js - 15 Dec 2005 10:09 PM - 4 messages
Hello, I have vs2003 installed in my computer, I want to try .Net 2, can I install ..Net 2 and still be able to use vs2003 and .Net 1? Please advice ...
Score cookie problem
Steven M. - 15 Dec 2005 9:19 PM - 1 message
Greetings... I need desperate help with my problem. I guess the solution is related in some way with the cookies getting lost in the authentication process working with some web servers. Appreciate any help you could provide. I've created an application that does the authentication process ...
Score "Directory Service error"
Eduardo Fonseca B. - 15 Dec 2005 8:53 PM - 1 message
I have a problem with a .NET 1.0 system and Azman. The error message I receive is "A Directory Service error has occured". The weird thing is that the error is not consistent, it can occur for a day, then weeks can pass withouth the error to ...
Score SMTP and CDO.Message Object error
Brian Bischof - 15 Dec 2005 8:50 PM - 2 messages
In my Win app I found that using the SMTP object doesn't release resources after closing the application. During testing I have to open and close the app many times and I found that after about three times it locks up when I call the Send() method and returns the error "Could not access CDO.Message Object". I found that if I create a new Win App and copy and paste the code into it, then it runs fine for the first couple of times and then starts returning that error. I also noted that I can send as many email messages as I want and they all get sent with no error as long as I don't close the program. Unfortunately, not closing the program isn't possible and I'm creating new apps constantly as I test my code. ...
Score Windows Service using ASP .NET
Stephen - 15 Dec 2005 8:07 PM - 3 messages
Hi, I created a windows service to insert data into a DB, First time I tired to insert data on_start() it starts perfectly but the insert is for a single entry into the DB checked Services and it highlights the stop button ...
Score Windows 98 and .Net Service
Dave Boal - 15 Dec 2005 7:38 PM - 6 messages
I knew it would happen. I have a large who customer wants to run our Windows Service App on a Win98 Machine... Is it possible to run a Windows Service developed in .Net on Win98? If so, do I need to create a Service Control App to Start and Stop the ...
Score Aborting the LoadXML method of XmlDocument
stoneyowl - 15 Dec 2005 7:24 PM - 4 messages
Is there any way to abort the loading and parsing of a large Xml document using the XmlDocuemnt.LoadXml(filename) method? ...
Score Testing MenuItem.Shortcut with KeyEventArgs for equality.
Valerie Hough - 15 Dec 2005 6:16 PM - 1 message
Is there a clean way of testing whether a MenuItem.Shortcut is equal to a value typed at the keyboard? What I want to do is be able to see if a menu item shortcut was typed while the menu item is disabled. I can think of some brute force methods, but I ...
Score System.DirectoryServices works on one machine, but not another in same domain
Chris Newby - 15 Dec 2005 6:07 PM - 8 messages
I have a .net application that is basically doing: =================================================================    DirectoryEntry root = new DirectoryEntry( GetRootPathString() );    DirectorySearcher search = new DirectorySearcher( root, someFilterString, null, SearchScope.Subtree );    SearchResult result = search.FindOne(); ================================================================= All within the same domain, "result" is valid (ie, returns the results that ...
Score how to fill a region
mauro - 15 Dec 2005 6:02 PM - 1 message
I have a bitmap and I want to fill an area that is delimited by the color black, I do not know the path of the area, I just want to know how to fill an given area by knowing a point inside it and the color of its border, how ...
Score How do I use ConfigurationSettings.AppSettings collection safely from a thread?
Brad Wood - 15 Dec 2005 5:56 PM - 5 messages
I've isolated a call to ConfigurationSettings.AppSettings.Get as the source of an error in my application. The 1.1 documentation for both the ConfigurationSettings class and the NameValueCollection base class underlying the AppSettings collection say that all static members (which I am calling) are thread safe. ...
Score Windows Update Failed to install .Net Framework 1.0 SP3
Bryan Dickerson - 15 Dec 2005 4:59 PM - 1 message
Every other WU item has installed without incident except this one (which I have tried to do many times)--XP SP2, .Net 2.0 & all the other major updates.  Does anyone have a clue as to why? TIA! ...
Score Stopping toolbars from dragging onto other specific toolstrip containers (.NET 2.0)
Mark Ingram - 15 Dec 2005 4:56 PM - 1 message
Hi, Ive got 2 toolstrip containers on a page, the first should allow the user to move a toolbar onto any of the 4 sides of the form, the 2nd container should only allow the user to move the toolbar left or right ...
Score Remoting between 2.0 and 1.1
Hugo Vale - 15 Dec 2005 4:05 PM - 5 messages
Hi everybody, I have a 3rd party 1.1 framework dll that I want to use in a .net 2.0 application. Alvin Bruney already told me here that I can't use it as a reference in my 2.0 app because it will be run in 2.0. So, I'm wondering if ...
Score Removing the navigation sound in Web browser
Neb - 15 Dec 2005 3:10 PM - 2 messages
Hello, since .Net Framework 2.0, it's now possible to use the built-in Web browser component.  I migrated my software to use it without any problem.  I don't use the browser for opening URL but instead I simply ...
Score Cannot instantiate EnvDTE.DTEClass class
George Jordanov Ivanov - 15 Dec 2005 2:46 PM - 3 messages
Hello, I am currently developing an add-in for Visual Studio .NET 7.0, 7.1 and 8.0. I am using Visual Studio .NET 2003 to develop it and C# as a programming language. I have installed Microsoft .NET framework 1.0, 1.0 and 2.0 on my ...
Score Code only executes on Step Through
Mike Barrett - 15 Dec 2005 2:03 PM - 7 messages
I am using VS 2005, VB.Net.  I need to connect to an FTP server and get a list of files.  I plundered the following code from MSDN to accomplish this task. It was part of a class called clsFTP: ...
Score bind lib file in VS 2005
centrino - 15 Dec 2005 1:58 PM - 1 message
hi, i have include <Iphlpapi.h> in my project. How can i inclucde Iphlpapi.lib thanks ...
Score Relative URI parsing
Paul Hatcher - 15 Dec 2005 1:20 PM - 4 messages
I'm trying to test some functionality regarding relative URI's with the Uri class in .NET 1.1 and hitting problems. The Uri class can only hold absolute URIs, so there's a constructor that takes a URI and a string which is the ...
Score Database Dependancy Issue
lasmit - 15 Dec 2005 12:03 PM - 2 messages
I have a very unusual problem which I would really appreciate some help with, if anyone has come across something similar before. Essentially we have three servers, a web server and two database servers.  There are several applications running on the web server and ...
Score Income for life
sixgun11 - 15 Dec 2005 11:30 AM - 2 messages
Your own web domain plus income for life. Wish you had a dollar for every dot com address? Dont miss out!! http//:[link] ...
Score Creating a simple fax application
Samba - 15 Dec 2005 9:01 AM - 4 messages
Hi, I'm urgently in need of creating a simple fax application. Any insight into this would be very helpful to me. Thank you. ...
Score Trouble with .NET framework instalation
Rajanish Trivedi - 15 Dec 2005 5:39 AM - 2 messages
I have been installed .NET Framework 2.0. The installation is successful. But after installation it doesn't show the icon in control Panel -> Administrative tools. I also check the running services of system. The list shows the .NET Framework service running. ...
Score Problem Installing .NET Framework 2.0
zeeshan - 15 Dec 2005 4:54 AM - 1 message
I have download .NET Framework 2.0 Redistributable Package from the following address: [link] during intallation the setup stuck at one place: (i waited for almost ...
Score News Analysis: Java? It's So Nineties
TZESENG - 15 Dec 2005 3:54 AM - 6 messages
DECEMBER 13, 2005   .  Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm Source: [link] Peter Yared, CEO of software maker ActiveGrid, spent a critical chapter of ...
Score UCOMIpersistFile only saves first 4K?
coderkid - 15 Dec 2005 1:12 AM - 1 message
I am using UCOMIpersistFile to save the HTML source of the Web page I am viewing but the Save() method only writes out 4096 bytes of data. How do I get it to write the entire HTML source to file? ...
Score Programming Time and TimeZone
den 2005 - 15 Dec 2005 1:10 AM - 9 messages
Hi everybody,   What is difference between a local time and a system time, Correct if I am wrong, system time is time of the system server where your computer is connected. So, if I would change system time I need to change the tme on the ...
Score Stackframe with values?
Juan Dent - 15 Dec 2005 12:25 AM - 2 messages
Hi, Is there some way to retrieve the values of objects in the stack frame after an exception is thrown in C# 2005? Yes, I know, you probably will say those objects are gone...but I can also imagine a CLR that would keep them alive for debugging purposes!! ...
Score Socket.EndConnect doesn't throw expected exception
Mike Hildner - 14 Dec 2005 10:43 PM - 6 messages
Greetings, Hope I'm posting in the right group. I set up a Socket with my local IP and a port on which nothing is listening. When I use .Connect, I get the expected SocketException 10061 No connection could be made because the target machine actively refused it. ...
Score which 2.0 framework do I download?
amber - 14 Dec 2005 8:28 PM - 5 messages
Hi there, Can someone please clear up some confusion for me. I have just installed VB.NET 2003. I downloaded SQL Server Express 2005, but can't install it without the .NET 2.0 framework. When I go to microsoft's web site, I'm unclear on what I actually need to ...
Score Collection classes
Roy - 14 Dec 2005 6:55 PM - 2 messages
Are there any collection classes that will take object references to that if I add an object (could be primitive data types) to it and I change it through the original object, the one in the collection classes will be changed ...
Score regasm reporting "Access Denied"
Mark Madsen - 14 Dec 2005 6:40 PM - 2 messages
I am trying to use regasm to register an assembly. Any form of the command including simply "regasm assemblyname.dll" results in the line: regasm error: access is denied: I have verified that the dll is not loaded in memory and I don't think that ...
Score Diff. of SqlClient in System.Data.dll and System.Data.SqlClient.dl
MSDNAndi - 14 Dec 2005 5:36 PM - 4 messages
Hi, I notice that if you have VS.NET 2005 installed, you will find in the .NET references  when adding a reference: System.Data.SqlClient.Dll in "Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\System.Data.SqlClient.dll" 3.0.3600.0 ...
Score .csproj file
Chak - 14 Dec 2005 4:57 PM - 1 message
I had to manually manipulate the .csproj file in a windows application, since the Crystal rpt files were being associated with the 'wrong' .cs files. I don't know whether this was the cause , but the next time i ran the ...
Score Copying objects (DataView)
Andreiwid - 14 Dec 2005 4:27 PM - 3 messages
Hi! I've declared a DataView in the form's declaration section as global variable: Dim dtvGlobal As New System.Data.DataView In some event I need to make an identical copy (structure + data) of the global dataview and then manipulate the copy without changing the source ...
Score Web Service Connection Problem.
Wayne Gibson - 14 Dec 2005 4:22 PM - 1 message
Hi, Was wondering if anybody could help. I have a webservice that I have developed in VS.NET 2003 using C#. I've written a Windows form using C# in VS.NET 2005 to communicate with the webservice. This appears to be working using the following cases: ...
Score Single-threaded Thread Pool for debugging purposes ?
Richard Chandler - 14 Dec 2005 3:38 PM - 3 messages
Does anyone know whether it's possible to make the ThreadPool only have one thread in it ? I have a highly parallel engine where many objects can be in many states ... where work carried out at each state is done with a QueueUserWorkItem. ...
Score Guidance Needed -- Application and Serial Printer
Tom_B - 14 Dec 2005 3:26 PM - 3 messages
Using VB.net and Windows 2000. Have a main application that occasionally needs to send data to a serial printer.  Need bi-directional communication with the printer to show when it goes offline, out of paper, etc. I am thinking that this needs two EXE programs so that the main application ...
Score DataRowNotInTableException, DataGridView and XmDataDocument
Louis-Pierre Beaumont - 14 Dec 2005 3:14 PM - 2 messages
Hello! I have an XML file that i display and edit into a DataGridView using a schema, the classes generated from it and XmlDataDocument. Here comes the problem: I delete a row in the DataGridView by pressing the "delete" keyboard key. The DataGridView fires ...
Score How to catch protected exception ( InvalidContentTypeException ) in Framework 2.0?
dejanvesic - 14 Dec 2005 2:35 PM - 1 message
I have funny situation: In particular cases, this: SoapHttpClientProtocol.Discover() will throw: System.Web.Services.Discovery.InvalidContentTypeException However, this is protected exception and can't be handled with try / catch block. I know that catch(Exception ex) will caught this one also, but I wonder ...
Score Framework startup delay
Kenneth Jonsson - 14 Dec 2005 2:31 PM - 2 messages
Is there a way to remove the startup delay when an .net application is started from a C++/MFC Windows application. We thought perhaps we could load or start the framwork in advance, from the MFC application. We we then fire ...
Score .cs files for Crystal rpt files
Chak - 14 Dec 2005 1:18 PM - 1 message
I recently stepped into a Windows forms project with a lot of Crystal 9 .rpt files in it.There were a set of corresponding .cs files associated with each Crystal rpt file. This is a slightly longish question..... Since we had recently started to maintain the source from a CVS like ...
Score License Control
Goh - 14 Dec 2005 11:59 AM - 2 messages
Dear all,         I would like to know how you guy people control your commercial program that is written in .Net Framework. As I know Microsoft implement a lot of security feature that help to secure our program not only for ...
Score SqlBulkCopy class questions...
Jéjé - 14 Dec 2005 11:37 AM - 1 message
Hi, Does it possible to handle rows level errors during a copy of a table? I have to load data from 1 database (Oracle) to another (SQL Server) and I know that some data are not in the right format (like a wrong date) ...
Score Exceptions in System.Timers.Timer.Elapsed event are ignored & not reported - desired behaviour?
brunft - 14 Dec 2005 11:30 AM - 3 messages
I was testing this with .NET Framework 2.0. Exceptions in the Elapsed event handler of a System.Timers.Timer are ignored, they are not handled by the runtime and not reported (when running outside of VS.NET) either. Ther Timer continues as if nothing ...
Score Frage zum Compact Framework
Reiner Ziegler - 14 Dec 2005 11:10 AM - 3 messages
Hallo liebe Kollegen, schreibe gerade mein erstes Programm für den PPC mit dem CF. Die so ziemlich erste Anweisung in meinem Programm ist die Ermittlung des Arbeits-Directories meines Programms. Dazu wollte ich die Funktion "System.IO.Directory.GetCurrentDirectory()" ...
Score OT, perhaps: upgrading from VS2003 to VS2005
Jon Brunson - 14 Dec 2005 11:03 AM - 3 messages
Currently we're using VS.NET 2003 Enterprise Developer and in the new year will be looking to move to .NET2.0, which I understand requires VS2005. Now my question is; is it worth just buying VS2005 on it's own, ...
Score I have a question on EnvDTE and I got NotImplementedException
Laurent - 14 Dec 2005 10:59 AM - 3 messages
Hi I want to retrieve all the class defined in all project from the active solution.  I can get the projects, the files, references ... but I can't get the content of the Class View. During my tests, I get a NotImplementedException when I try to access the ...
Score Non-blocking Stream read for Std.Out wanted!
Dmitry Bond. - 14 Dec 2005 10:36 AM - 2 messages
Hi All. I need non-blocking stream read to read std.out of running program. The scenario I wish to implement is the following: 1) run program, redirect std.in and std.out. 2) write to std.in, read answers from std.out, analyse answers and write to ...
Score How to debug while in design time
Laurent - 14 Dec 2005 10:20 AM - 5 messages
Hi All I've just created a new designer form my user control.  I can not debug (step into) my code because it is executing in design-mode and debugger is not attached at this time. Is there a way to attach the debugger ? ...
Score .NET redist size
Wessam Bahnassi - 14 Dec 2005 9:50 AM - 2 messages
Greetings people, Perhaps a silly question, but I hope you forgive me and help me out with it We're to develop a desktop client app with C# that is to be distributed via the internet mainly. The point is almost all of our customers connect with a dial-up connection ...
Score Problem running a scheduled service
Michael Groeger - 14 Dec 2005 9:10 AM - 2 messages
Hi NG, I have written a service which should start at certain time in the morning and stop at a certain time in the evening. For this, I added the following to the Main() method of the service: public void Main(string[] args) ...
Score Deploying help files
the.duckman - 14 Dec 2005 8:57 AM - 1 message
G'Day all, I have a problem that has had me stupped for a few days, I am using visual studio 2003, c#. .NET 1.1 on winXP. I wrote an application (yay me). I created a .chm help file for the application (1.x windows html help) ...
Score ExitWindowsEx() of user32.dll Not Functioning
den 2005 - 14 Dec 2005 5:23 AM - 3 messages
Hi everybody,   Please look at this code, the rebooting/reset does not happen. Waht is wrong with this code? How to fixed this? Code: [StructLayout(LayoutKind.Sequential, Pack=1)] private struct Luid //change to internal public accessor not working ...
Score Assign all members this.Something with reflection?
MSDNAndi - 14 Dec 2005 1:15 AM - 10 messages
Hi, I need to do the following. In the constructor of the class MyClass I have an object already oMyClass. I want to assign programmatically all that is assignable of the "new" myClass to the corresponding of oMyClass. Say: this.Something1=oMyClass.Something1 ...
Score CSV File
Charles A. Lackman - 13 Dec 2005 10:49 PM - 6 messages
Hello, I have been able to successfully make an Excel file from data I have in a dataset, IE: With Excel ..SheetsInNewWorkbook = 1 ..Workbooks.Add(1) ..Worksheets().Select() For intRow = 0 To FedExDataset.Tables("Order").Rows.Count - 1 For intColumnValue = 0 To FedExDataset.Tables("Order").Columns.Count - 1 ...
Score Flexgrid-like component for .NET
Stefano Del Furia - 13 Dec 2005 9:57 PM - 3 messages
Hi all, is there any good old flexgrid-like component for .NET ( 1.x or 2)? Thanks in advance Stefano ...
Score 2.0 framework + visual studio 2003
WIWA - 13 Dec 2005 9:40 PM - 2 messages
Hi, Just downloaded .NET 2.0 framework. However when I then launch MS Visual Studio 2003, it seems like certain libraries from 2.0 are not recognized. More specific, I'm trying the following code. Anyone knows I have to do ...
Score .NET Framework 1.1 SP1
tcw - 13 Dec 2005 7:26 PM - 5 messages
How do I know a machine has .NET Framework 1.1 SP1 installed if I don't use Visual Studio or "Add/Remove Program" to check? I am using Windows Server 2003. Thanks in advance. -tc ...
Score webresource.axd produces errors
Peter Strøiman - 13 Dec 2005 5:51 PM - 2 messages
Hi. I have a web application running .NET 2.0. In the global.asax we have set up a handler for the ApplicationError event. The handler sends an email with details about the error. The puzzling thing is that we regularly (5-10 times a week) get this error ...
Score multiline TextBox Control
andreas.schroeck - 13 Dec 2005 4:51 PM - 2 messages
Hallo, I realy need help! I just started programming with .Net Windows Forms, and i tried to bind a System.String [] to a multiline TextBox to display all elements of the array at once!! I always got the same result. The first element of ...
Score Error in verification from an e-mail address in Net.Mail.MailMessa
Gert Unterhofer - 13 Dec 2005 4:40 PM - 1 message
Hi Im sending an e-mail through SMTP with the: Microsoft CDO for Windows 2000 Library (cdosys.dll) The e-mail address is a Lotus Notes address like: CN=Name Name/OU=AA/OU=BB/OU=CC/O=DD This works fine. ...
Score URGENT! Office 12 Automation.
smotrov@alexey - 13 Dec 2005 4:11 PM - 1 message
I'm trying to automate Office 12 Beta. When I want to save Chart object as a Bitmap I only see unknown error at  this line chart.Export("c:\\qwe.jpg", "jpg",false); What should I do? This line also do not working in the Excel own macroses but it use to work  ...
Score How: Layout Managers in .Net [Windows Forms] like Java?
Mahesh Devjibhai Dhola [MVP] - 13 Dec 2005 4:02 PM - 6 messages
Hi, How to achieve effect of LayoutManagers like java has Grid, Flow, Border etc layouts in .Net? The case is: I am creating the form runtime and adding controls on run-time so at that time its very hactic to manipulate about other control's sizes, ...
Score Property Grid column order?
Tomer - 13 Dec 2005 3:41 PM - 1 message
Hi, How can I control the order of the columns of the property grid? I need to switch the order of the columns in order to display them currectly from "RightToLeft". Thanks, Tomer. ...
Score Help! Validation javascript errors
Russell Farr - 13 Dec 2005 3:36 PM - 1 message
Hi I hope someone can help me. I am the only one experiencing this problem in my team and I have not been able to find a solution. Whenever I run my web project in debug mode, and go to a certain page, I get ...
Score AccessViolation Exception
Hugo Vale - 13 Dec 2005 3:11 PM - 4 messages
Hi, I have a reference to a 3rd party dll that was designed to be used in framework v1.1 and I'm currently trying to upgrade one of our projects to v2.0. The problem is that the 3rd party dll does not work when referenced on ...
Score Remote drives
Howard Kaikow - 13 Dec 2005 2:17 PM - 3 messages
Can a program access the sectors on a remote drive? I'm using VS .NET 2003 in Win 2000. ...
Score Null socket object on callback
Ricardo - 13 Dec 2005 1:17 PM - 2 messages
Hi. I'm working with asyncronous communication with sockets. I have the following methods: internal void SendData(Channel channel, byte[] buffer, int offset, int count) {     if(channel != null && channel.Socket != null && channel.Socket.Connected) ...
Score Multi process application
Søe - 13 Dec 2005 12:15 PM - 3 messages
Hi, I'm trying to create an C# from working with e.g. multiple panels or sub-forms. Each of these forms/panels must be updated by different processes. Is that possible and if so, how do I do it ? ...
Score Caspol help!
Mike Luff - 13 Dec 2005 10:06 AM - 3 messages
Hi, I'm trying to change my LocalIntranet_Zone permissions set to "FullTrust" using the caspol command, however I can't seem to get this working. The command I use is.... Caspol -machine -chgroup LocalIntranet_Zone FullTrust If I use the Execution switch instead of FullTrust it works, but obviously ...
Score when the visual studio 2005 team system will be released?
z f - 13 Dec 2005 9:33 AM - 4 messages
I thought it was released, but I see there is a December CTP. I know this is not the correct news group for this question, but what news group should be better? TIA. ...
Score .net 1.1 dll serialization issue in a .net 2 process
Andy Britcliffe - 13 Dec 2005 8:57 AM - 1 message
I have a 3rd party adapter.dll that is complied with .net 1.1 and wraps a com object. This is provides a black box API that allows us to talk to a webservice. An x509 certificate is used between the adapter and the ...
Score Right mouse click/send to trigger an application event
Zheng Chen - 13 Dec 2005 5:40 AM - 2 messages
I would like to trigger an event in my application -- "MyApp" by right mouse click on any file in the windows explorer and select "Send To" then choose "MyApp". My application is already up and running. It is written in c#. Any ...
Score question about SetStyle()
Rain - 13 Dec 2005 3:43 AM - 4 messages
Does the setStyle() inlcude all the double buffering of all the child controls, graphics, parent controls? thank you so much! ...
Score .NET 2.0 Error Logged in Application Event Log
Lee - 13 Dec 2005 2:33 AM - 1 message
I received this error trying to execute a VB.NET App compilied with the "Any Processor" directive running on Windows Server 2003 x64 Bucket 00084692, bucket table 4, faulting application catreprice.exe, version 1.0.2172.37494, stamp 439e28c4, faulting module kernel32.dll, version ...
Score Another "Server Application Unavailable" tread...
GTi - 12 Dec 2005 10:13 PM - 2 messages
I have read all the other "Server Application Unavailable" threads and all are old and for .NET Framework 1. I have Framework 2 running on Windows XP. I have a problem with this big red text: Server Application Unavailable My ASP C# application is frame based with a menu on one side. ...
Next »