Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score .NET SDK
£ukasz - 20 Aug 2005 4:08 PM - 15 messages
Hello, Am I allowed to create comercial applications using .NET Framework SDK? (or Visual Studio .NET 2003 from MSDN AA?) Best Regards, £ukasz ...
Score user interface feedback
Bassam - 20 Aug 2005 12:16 PM - 5 messages
Hello does anyone know the method of refreshing the user interface while a windows form is handling deep calculations , i want to reflect some data on some labels and text boxes but the from is freeze till calculation is finished , ...
Score "Add existing item" doesn't work on VS 2003 ASP.NET Web Application
salickc - 20 Aug 2005 12:06 PM - 2 messages
Hello, I created a new ASP.NET Web Application project, and every time i try to "Add existing item" to the project, the file dialog selection never comes up, and the application hangs, and then i have to kill the ...
Score Scanning images from within a VB.Net application
mf_sina - 20 Aug 2005 6:18 AM - 2 messages
Hi! I have developed a VB.Net application for storing images of customers. now i want to scan customers images from within my application. i saw something known as  TWAIN driver which was used for scannin (i.e Reading data directly from a scanner) in many applications like ACDsee or ...
Score MSDE Connection Issues
Andrew Bragdon - 20 Aug 2005 3:35 AM - 3 messages
Hi, I am working on a C# .net 1.1 project in which there is a search box.  As the user types, it refreshes the results list based on LIKE %% query to an MSDE database (in this case on the local machine).  Initially, I implemented ...
Score what exact registry entries does the installing of a .net windows service create? either with instal
Daniel - 19 Aug 2005 11:47 PM - 2 messages
what exact registry entries does the installing of a .net windows service create? either with installutil or with a deployment project. ...
Score loading web application project suddonly takes 5 mintues and says "Contacting server to open Web pro
Daniel - 19 Aug 2005 10:51 PM - 2 messages
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres. ...
Score using versions 1.1 and 2.0 in the same app
PDHB - 19 Aug 2005 6:57 PM - 2 messages
Hi. I want to start writing components in version 2.0, but I don't want to migrate the rather large app I'll be calling them from to 2.0 from version 1.1 until the release verision of 2.0 comes out. Is it possible to use a 2.0 ...
Score What happens to datarows?
Michael Jackson - 19 Aug 2005 4:29 PM - 4 messages
I think I know the answer to this, but memory problems make me think I'm wrong. I have a filled strongly typed dataset, 1 table, many rows (thousands) Given the following code: For each MyRow As DataRow in MyDataSet.Table.Rows ...
Score Error: COM object is either not valid or registered.
Daryl Zavier - 19 Aug 2005 1:04 AM - 2 messages
Hi Guys, Paradon my ignorance on this issue. I've done up a simple VB.net windows application which when executed from a client PC, is suppose to execute a DTS job on my server. When I implemented and executed the application to my client, I get this ...
Score Help with printing images with text and speed.
Bryan - 18 Aug 2005 11:47 PM - 4 messages
Hi, I have an app written in c# that prints string and images to a page using System.Drawing.Printing. The problem is that when I query the printer resolution and set the printing to default (600 DPI) it prints the images ...
Score Rich Text parsing with RichTextBox
LarryF - 18 Aug 2005 10:57 PM - 2 messages
Hello, I have some rich text strings saved in a database that I need to convert to another format. I need to extract information like font and color from the RTF strings. So I thought that I would just get a ...
Score Client side Remoting Question
ME - 18 Aug 2005 10:39 PM - 2 messages
In my server app I perform the following: //------------------------------------------- remoteObject remoteObj = new remoteObject(); ChannelServices.RegisterChannel(new TcpChannel(tcpPort)); ObjRef refSubManager = RemotingServices.Marshal(remoteObj, "remoteObject"); In the Client app I attempt to do this: //-------------------------------------------- TcpChannel chan = new TcpChannel(); ChannelServices.RegisterChannel(chan); object obj = (remoteObject) Activator.GetObject(typeof(remoteObject), ...
Score Checking for event handlers
Darren - 18 Aug 2005 9:21 PM - 3 messages
Is there any way to check to see if there are any handlers registered for a given event? ...
Score Programmatically embed non-localizable resource in assembly?
Notre Poubelle - 18 Aug 2005 5:43 PM - 7 messages
Hi, I would like to know how to programmatically embed a non-localizable resource in assembly.  I know I can do this in the IDE (using 'Embedded Resource' Build Action) or using the C# compiler in the command line like ...
Score Recommended Project Type
Joe Rigley - 18 Aug 2005 1:56 PM - 4 messages
Hi, I'm still a bit green with .NET...  I'd like to know what would be the best kind of VS .NET project type I should use if I need a scheduled job that will pull data user data from a DB2 db and modify user account data in ...
Score Casting
TrintiyPete - 18 Aug 2005 9:48 AM - 3 messages
Hi All, I have a piece of code where by I create an arraylist containing elements of class type ActivityDetail, one of the routines used is generic and returns an object array, but I can not cast back to ActivityDetail Array see snipet below ...
Score Installing on XP Pro
matthewbarr - 18 Aug 2005 9:34 AM - 2 messages
Hi, I'm running IIS on XP Pro and I was wondering if it was possible to install ASP.NET/VB.NET on this, as a test server? Thanks, Matt ...
Score VS debugger stopped working
Mikael Östberg - 18 Aug 2005 8:18 AM - 5 messages
Hello all! I have been working on a project for some time now and yesterday, my debugger stopped working. It is a class library which I run from a Win32 test app, so no IIS involved at this point. I can still set breakpoints and when debugging the breakpoints get hit - ...
Score error Application has genarated an exception that cannot be handled in vb.net
Ajith Nair - 18 Aug 2005 7:49 AM - 2 messages
Hi,  when i run the application following error is coming.  ICS.EXE Common Language Runtime Debugging Services  Application has generated an exception that could not be handled.  Process id=0xdec (3564), Thread id=0xdf0 (3568)  ...
Score Recover after HttpWebResponse error
Patrik Kruse - 18 Aug 2005 7:10 AM - 4 messages
We have a problem getting the response from one particular webpage (I am not allowed to give it away). The problem is that sometimes it fails (unexpected termination by server) and then all subsequent calls to that page will also fail. However, ...
Score Dotnet with Linux
Kamal Ahmed - 18 Aug 2005 6:20 AM - 4 messages
Hi all, my question is: Is an application developed in .Net with Windows OS can be deployed in Linux OS ?? if so what is procedure of this?, and if not what are possible problems with this and how can be over come ??? ...
Score re-install?
Alex - 18 Aug 2005 2:17 AM - 3 messages
I've made some changes to machine.config which didn't work out as we expected. When I changed back to the original version, none of the sites work(including reporting services). I get an "Access is denied. " exception with the following message: ...
Score Unable to find an entry point named EnumerateSecurityPackagesW in
TRI_CODER - 17 Aug 2005 5:21 PM - 3 messages
I am trying to solve the following exception. The exception occurs when my ASP.NET code behind code attemtps to access a remore site using SSL. Please note that all certificates are valid and the remote site is trusted. Also, my ...
Score Joystick support?
schneider - 17 Aug 2005 4:56 PM - 5 messages
Anyone know about support/code samples for Joysticks, Game port? Thanks, Schneider ...
Score how to build executables for .NET 1.1 on vs 2002
Abdulla Herzallah - 17 Aug 2005 4:02 PM - 2 messages
HI every one, I really tried all I know on how to make a windows application (compiled) on visual studio 2002 I am using C# to I have tried to reference the DLLs in the 1.1 folder but it ...
Score Problem with .net framework 1.1 german language pack
Ralph - 17 Aug 2005 3:37 PM - 3 messages
Hi, I use the 'System.Windows.Forms.KeysConverter.ConvertToString' method to convert keystrokes to german text and display them into a textbox. For a lot of keys it works without any problems e.g. Ctrl (Strg), Shift (Umschalt),  Alt (Alt), o PgUp (Bild-Auf), PgDown ...
Score pre/post build commands
z f - 17 Aug 2005 3:13 PM - 5 messages
Hi, i have a VB.NET web application. i need to configure pre/post build commands. is this possible? i need to copy file before compilation and copy file after compilation. (this is because i can't compile to  a bin directory that is not under the ...
Score Cannot install Net Framework
Marek Konieczny - 17 Aug 2005 1:20 PM - 2 messages
I can't install .net Framework on Windows 2000 Server (SP4 with all security patches) which should run our ASP.Net Application. Running dotnetfx.exe ends displaying a message "System cannot open the device or file specified." Solution from KB article 318080 does not solve my problem as the temp ...
Score OT 64 bit laptop for dev work
Steve Drake - 17 Aug 2005 12:44 PM - 4 messages
All, I am thinking of upgrading my laptop and i am considering 64BIT. Anyone done this? any problems with visual studio / SQL / windows 2003 server, e.g. any problems with general development. Cheers Steve ...
Score How to get DateTime.ToString() to use user preferences?
Roy Chastain - 17 Aug 2005 11:43 AM - 10 messages
I am trying to format a DateTime using ToString().  I am using the "t" formating for short time.  The system is configured to use HH.mm.ss but the result formatted time is in the default short time of h.mm tt.  I have tried passing in a DateTimeFormatInfo that ...
Score How can I solve common language runtime problem?
Ajith Nair - 17 Aug 2005 8:19 AM - 2 messages
Dear Friends,   How can I solve common language runtime problem? After I install my software, when I start the executable file its showing "Application has generated an exception that could not be handled.". But it happens only in some machines. ...
Score SendKeys.Send only runs first time
alfred.sehmueller - 17 Aug 2005 6:51 AM - 6 messages
Hello, i built a small system-tray application that listens to a hotkey builds a string and inserts the string to the active application using SendKeys.Send() The Problem is - this works only once. The hotkey is still o.k. (i also ...
Score DLL's and EXE's
Hernán Gatta - 17 Aug 2005 3:26 AM - 7 messages
Hello: I'm trying to start to implement DLL's in my Windows Application solutions, but I'm having a liitle problem. Can I access members of executables projects from DLL projects? Thanks! ...
Score Changing windows desktop background from VB.Net application
mf_sina - 17 Aug 2005 3:15 AM - 2 messages
Hi! is it possible to change the windows background file or screensaver timeout or screensaver itself from a vb.Net form (myForm1) i think it must be possible but i don't know the way. by the way i need to open control panel applets from within my VB.Net ...
Score Accepting Certificates
Ben Phipps - 17 Aug 2005 1:19 AM - 3 messages
I'm attempting to make a secure connection to wesite using a HttpWebRequest with a "https:" uri.  However, attempting to get the response fails because the trust relationship has not been established.  Namely, the issuing certificate authority is not on the list of trusted authorities.  What I ...
Score Computer Resources
Charles A. Lackman - 16 Aug 2005 8:32 PM - 4 messages
Hello, I have an application that is using ODBC drivers that are eating VERY Large amounts to computer resources when performing queries against a database. When the application first starts the query is performed at an acceptable rate, but after the first query if another one is performed it can take up ...
Score Help in Design Mode
Alfredo Barrientos - 16 Aug 2005 7:45 PM - 2 messages
Hi, I have a question. Writing an add attribute statement, the following help in a tooltip appears: Add(key As String, value As String) Key:     The index assigned to the new attribute in the collection. When i program my own classes i see just the first line of the tooltip, ...
Score Graphics/Image Conundrum
bullshark - 16 Aug 2005 6:19 PM - 3 messages
I have a C# application that manipulates images. The application provides the ability to pan around the images. Normally  you can "grab" the image and move it around and it moves in real time with the mouse cursor. There is very low friction. It slides easily. ...
Score Allowing .NET code to run from a network share
Shacker - 16 Aug 2005 2:09 PM - 3 messages
Hi everyone, I understand that there's no way to run .NET compiled code from a network share without security modification but here's my issue - the code needs to run on a number of workstations (50 or more) and having ...
Score Testing on mouse buttons without events.
Olaf Baeyens - 16 Aug 2005 11:13 AM - 4 messages
Is there a way in the .NET framework to determin if a key is pressed and if a mouse button is pressed withou need of events? I need this in an OpenGL project, while the scene is rendered I want to see ...
Score Login Control seems to NOT work
Joel914 - 15 Aug 2005 10:19 PM - 2 messages
Visual Web Developer 2005 Express Edition Beta 2 On Windows 2000 Server SQL 2005 CTP Login control.  DOT NET 2 looks like it has some great possibilities, but I can not get the first control to work. Where are some reasonable docs on the Login control?  What about docs on ...
Score Hash Codes: Can C# and J#/J++ values be reconciled?
Keith - 15 Aug 2005 6:41 PM - 2 messages
Hello, C# and J#/J++ return very different HashCodes for the same string.  Is there a reliable and generic way to reconcile these values?  For example: [C#] string foo = "BOB"; int cFooHash = foo.HashCode; [J#/J++] String foo = "BOB; ...
Score .Net Framework Unhandle Exception
Lori - 15 Aug 2005 3:59 PM - 3 messages
Microsoft.NET Framework I've been using this program for months without problems with a Smart Client application and began receiving the following: An unhandled exception has occurred in your application.  If you click Continue, the application will ignore this error and attempt to continue.  If ...
Score Remoting Vs. DCOM
Ram - 15 Aug 2005 7:50 AM - 4 messages
Hey, If I don't need to worry about security, but performance is a big issue, should I use Remoting or EnterpriseServices with DCOM to connect my clients to my server? Besides performance, what other advantages/disadvantages are there for ...
Score Client-Server & Standalone Using Same Code Base
rob - 15 Aug 2005 2:38 AM - 8 messages
I have to write an app that can be offered as both a client-server solution as well as a standard solution. For the server-client solution here are multiple users all of them working with the same data. The solution might be deployed on an ...
Score System.Web.Mail
Andrew - 14 Aug 2005 10:36 PM - 2 messages
Hello, friends, I installed .net Enterprise Architect version 2003 (Fraimework 1.1, version 1.1.4322) in my machine, and tried to run sample C# source code that has statement: using System.Web.Mail However, when I compiled it, I got erros, saying "Mail" does not exist in ...
Score Us Liberty
Us - 14 Aug 2005 8:11 PM - 7 messages
Help the world keep peace and freedom by terminating the young terrorists ....( maybe it is time to change our minds?) Where were those weapons of mass destruction you were looking for? Have you forgot everything? The reason for killing more than 80 thousands of innocents in Iraq? ...
Score Find your solutions with real Free eBOOKS!
TopCoder - 14 Aug 2005 2:32 PM - 2 messages
[link] The Best free eBooks community! All these books posted by Internet Users! Borland C++ Builder: The Complete Reference C++: The Complete Reference Core Java 2, Volume 1: Fundamentals (5th Edition) Core Java 2, Volume II: Advanced Features (5th Edition) ...
Score Problem with Sockets
Alejandro Serrano - 14 Aug 2005 2:22 PM - 2 messages
Hi, I'm developing a program who needs that user communicate via TCP over the net. One will be the listener and the other one the client, as usual. I've implemented the code as two classes deriving from a common ...
Score Looking for a better licensing technology
Stephen Walch - 14 Aug 2005 1:11 PM - 4 messages
We have a .NET class library with a built-in license-control system that checks for the presence of a digitally signed license file AT RUNTIME.  This is a fairly standard technique that distinguishes between "trial" licenses (which only allows only limited functionality) and "full" licenses. ...
Score How to draw a focus rect?
Johnny H - 14 Aug 2005 7:45 AM - 4 messages
Using: ms framework 1.1 How to mark a selected region in a picturebox control? Thanks IA JH ...
Score regex syntax
jg - 14 Aug 2005 4:12 AM - 13 messages
I am new to using both dotnet and regex.  I have done the basic reading to the point I thought I know how to use regex to extract date string.  But I ran into problems. what is the best regex expression to look for month names or date string for ...
Score finally is not always being executed...
cmullins - 14 Aug 2005 3:01 AM - 14 messages
Hi, I was under the impression that the finally block always got executed no matter what.  Well I ran into a situtation that I can duplicate from a console app as well as a web application. For the console app if the try block is executing/processing its clode and ...
Next » 2 3 4 5 6 7 8 9 10