Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score how to check if windows service is installed / VB.NET
herbert - 28 Jan 2006 11:28 PM - 3 messages
What is the elegant way in VB.NET to check whether a windows service is installed or not? How does the service controller tell this? thanks herbert ...
Score FtpWebRequest
Arne - 28 Jan 2006 9:56 PM - 6 messages
Can you find anything wrong with the code below? It blows up in  io = request.GetRequestStream. It worked fine with one FTP server and not with another.  Dim request As FtpWebRequest             Dim password As String ...
Score QueryInterface Failed for Interop
JNaes - 28 Jan 2006 7:17 PM - 3 messages
We needed to call some old DLL programs in .NET code.  In order to do so, we had to create a COM DLL in VB6 as a wrapper to the old DLLs.  We then used tlbimp.exe to create an Interop DLL for use within .NET.  We created a .NET ...
Score Animated GIF's in picture box don't display smoothly
Andrew - 28 Jan 2006 5:35 PM - 1 message
Hi I have a C# (VS 2k5 Pro) app that uses a wire frame display to show activity of a piece of equipement.  I am hoping to use transparent animated gif's in picture boxes overlaying the main wire frame outline ...
Score installing .net 2.0 x86 redistributable problems
Julie Lerman - 28 Jan 2006 4:53 PM - 1 message
I am trying to install .net 2.0 redist on a client's machine. This is the lowliest computer in their whole company - with only 128MB RAM and Windows 2000 SP4 on it. About 700 Mhz. But that meets the requirements. ...
Score Application server
Chak - 28 Jan 2006 8:46 AM - 3 messages
This is a dumb question - but in J2EE there is the concept of an Application server which is started and shut down just like any other server. On the other hand, a .NET windows application or console application has no such ...
Score Microsoft .NET Framework Version vs. ASP.NET Version
Shadow Lynx - 28 Jan 2006 2:25 AM - 4 messages
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I understand that the ASP.Net version is the version of ASP.Net that ...
Score Get Fast Help -- Forums/Tips+Tricks/Tutorials/Blogs/ETC
csheppard91 - 28 Jan 2006 1:35 AM - 1 message
Hello, I have a fairly new site that may be of use to you: [link] There we have all kinds of help resources including a forum.  It only takes 90 seconds to sign up at the forum and post your questions or help someone out.  We are ...
Score DateTime not serialized as ISO8601 if initialized from MySQL datetime
rlaemmler - 28 Jan 2006 1:29 AM - 1 message
Hi, I just migrated my web app to .NET 2.0. Part of the app creates some objects which are returned by a web service. The objects are initialized from a MySQL query which some contain datetime properties. Using .NET 1.1 soap ...
Score DataGridView Vertical Scrolling Problem
Roger - 27 Jan 2006 10:48 PM - 1 message
I have a simple datagridView control on a Win form. The GridView is in unbound mode and is used for display only so all the 'AllowUser' properties are set to false. It is also read only. When the form is FIRST shown , if the number of rows exceeds the physical ...
Score pp with a gui and a cmd line interface
Eric - 27 Jan 2006 9:37 PM - 3 messages
I've got an application that I would like to have both a GUI and a command line interface. It is easy enough to check for command line arguments. The proplem is that if I set my project output type to "Windows Application", ...
Score DoubleClick Event Won't Fire
LucidObscurity - 27 Jan 2006 5:47 PM - 2 messages
I have a form with labels that can be dragged and dropped onto different regions of the form either individually or in groups.  I signify labels which have been selected by toggling the BorderStyle between FixedSingle and Fixed3D.  Upon a single click the toggle ...
Score CheckBox not remembering value
Jon - 27 Jan 2006 5:37 PM - 1 message
Hello all, Any help would be much appreciated with this one! I have a UserControl that contains 1 checkbox. This UserControl is dynamically loaded and added into a cell of an outer datagrid when a button in this outer datagrid is pressed. This works fine. Howver, if I check the ...
Score Retrieving ExecuteCommand results
Mario Vázquez - 27 Jan 2006 5:07 PM - 12 messages
Hi, I've wrote the following lines of code to open the "Add Connection" dialog of the IDE at design time. EnvDTE.DTE d = (EnvDTE.DTE)this.Site.GetService(typeof(EnvDTE.DTE)); // Find first the path of the current project (there is a more elegant way?) ...
Score ButtonBase Controls fail when switching full screen to wide screen
anonymous - 27 Jan 2006 4:38 PM - 1 message
I have a laptop with a widescreen monitor that I use at work.   At work I typically dock my laptop and use my dual full screen monitors.  I've noticed that if I change from my full screen monitors to my widescreen laptop monitor ...
Score Processing Audio Files
markarichman - 27 Jan 2006 3:35 PM - 2 messages
What is the best way to process audio files (mp3, wma, wav) in .NET? Specifically, I need to concatenate multiple audio streams into a single stream for download. ...
Score Queued Components Questions...
Alfredo Barrientos - 27 Jan 2006 2:42 PM - 1 message
Hi, I have several questions about Queued Components in .Net. 1. What are the differences between the checkbox "Queued" and the checkbox "Listen"? They appear Queue Tab in component properties. 2. When should i use message queued? I mean, pls give me somesome ...
Score "Timed out waiting for a program to execute". Very HUGE problem!
Hans Baumann - 27 Jan 2006 1:26 PM - 3 messages
Hello everyone, I've started to see this exception in my ASP.net app, first time was when in one of my customers reinstalled one of the servers (actually there was only shared folders on that server that my web application reads). ...
Score SelectedIndexChanged Datagrid Event
Neo - 27 Jan 2006 1:12 PM - 1 message
Hi, I'm trying to update a database based on a entry in a specific cell of a datagrid. I was wondering if anyone knew the event that could possibly handle this. Here is the idea:         There are many columns that are read - only and I want just one that ...
Score Activator CreateInstance in IFormatter implementation
Rob.J.White - 27 Jan 2006 10:32 AM - 1 message
I'm currently trying to create a fairly simple implementation of IFormatter to use in a project that will allow for cross version compatibility. I have built the implementation in such a way that if the object it is serializing is not in the same assembly then it is treated as version ...
Score [Synchronisation] attribute in .net framework 2.0
Lars Olsson - 27 Jan 2006 10:11 AM - 3 messages
Has the (very convenient) attribute [Synchronisation] been removed in 2.0? If so, has it been replaced by a similar mechanism? ...
Score MS Visual Studio 2005 Professional - Http Server Download
maxwellkey12 - 27 Jan 2006 10:00 AM - 1 message
[link] ...
Score Boxing - creating your own property system
Unlpt - 27 Jan 2006 9:45 AM - 5 messages
I've heard something about reflection in the boxing of variables. I need to create my own customized property system, and thought that I could just box variables in objects, but the local MSDN page says that the boxed type and ...
Score Click passthrough on forms/controls - help
Timothy - 27 Jan 2006 2:24 AM - 3 messages
Hi everyone, I hope someone can tell me an answer to this. I want to make a form that is transparent, however, when you click it, the event does NOT fire. Instead I want the applicatoins/desktop to be clicked ...
Score building a web site
admin - 27 Jan 2006 1:25 AM - 1 message
I just got back working on my website.  Its taken a long time to finish but I am getting there. I got great web hosting at [link] where I got a free .com name and a good site builder. Im going to keep working on it ill let you all know how im doing. ...
Score Is this a bug?
Yama - 27 Jan 2006 1:01 AM - 1 message
Hi, Here is a scenario using VS.NET 2003 CAB deployment solution: Step 1: Open new instance of  VS.NET. Step 2: File -> New -> Project (Shift + CTRL + N) Step 3: Select the "Setup and Deployment Projects" folder ...
Score MainMenu menus left oriented ? Why ?
Jonathan Nix - 27 Jan 2006 12:40 AM - 4 messages
Why is are the MainMenu menus pointing to the left? (see attachment). It is a standard .NET MainMenu... Any suggestions are appreciated. I've looked everywhere as to why. Jonathan [attached file: figure1.jpg] ...
Score ASP.NET / Web Farm / Oracle
JV - 26 Jan 2006 10:30 PM - 3 messages
I have a client using Oracle exlusively.  They want to set up a web farm for our asp.net (1.1) application.  I just discovered that it does not support Oracle for storing session state. Does anyone have any recommendations?  An existing product that would ...
Score System.DirectoryServices.ActiveDirectory.ApplicationPartition constructor
richlm - 26 Jan 2006 10:06 PM - 4 messages
I am creating a new application partition in ADAM using the .NET framework constructor for ApplicationPartition in System.DirectoryServices.ActiveDirectory namespace. It works fine if I use a distinguished name like "DC=mycompany,DC=com" but anything other than 2 DC= causes the constructor to throw an exception: ...
Score DotNet Issues
Peretz Stern - 26 Jan 2006 9:29 PM - 1 message
I have a program that depends on the .NET framework. When I uninstalled the program something went wrong. When I try to reinstall the program it tells me that .NET is not installed. When I try to install SP1 I get a message ...
Score Can you create a second Y - Axis in a chart?
g3000 - 26 Jan 2006 8:52 PM - 1 message
Hello,        Im using VS 2005 and Im on a Win2K3 Server machine. Can anyone tell me how to make a second Y Axis when I create a chart in a report viewer control? The type of chart is a line chart. Thanks for your time in advance. If ...
Score PropertyInfo.SetValue & property walking - Reflection
RR - 26 Jan 2006 8:20 PM - 5 messages
Hi, I'm working on a project that requires me to set some control property values at runtime using reflection.  However, I'm not sure how to achieve that when it's something like Font.Bold.  I need to set the Bold property of ...
Score Remotely Rename a PC...getting encryption needed error.
wade.blakeman - 26 Jan 2006 7:24 PM - 1 message
Hi, I am new to programming and want to thank everyone for posting and replying as most of my problem solving comes from here.  My issue that I am unable to find a solution for is when I try to rename a PC ...
Score The Com+ Registry Database Detected a System Error
smann - 26 Jan 2006 7:06 PM - 5 messages
I just installed Visual Studio 2005, and when I attempt to debug I am getting this error. I still have 2003 installed also. I am on Windows XP Pro. Any help would be great, I can't find any fixes for this. ...
Score System Error when executing a data adapter object in 1.1
Gerhard - 26 Jan 2006 6:31 PM - 2 messages
Running VS 2003 on 1.1 framework. Every time my code trys to execute the line ' da.Fill(dt)', I get following exception: ~~~~~~~~~~~~~~~~~~ An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll Additional information: System error. ...
Score ClickOnce .Exe runs briefly, then disappears
ivan.no.spam - 26 Jan 2006 5:04 PM - 3 messages
My network-drive deployed Clickonce application worked for a while when deployed onto the machine on which it was developed (it still works fine on other machines). Now, when run (on the development machine), the .exe instantiates briefly (I can see it in the task manager process ...
Score Marshalling of Std FONT Object
Markus - 26 Jan 2006 11:31 AM - 1 message
I am trying to p/invoke an unmanaged ActiveX object that returns a std FONT object in one of it's methods. Does anyone have any examples (VB, C#) for marshalling the std FONT object? ...
Score Finding out the users in a group. VB.NET 2005
Mike Grace - 26 Jan 2006 11:30 AM - 5 messages
I need to get a list of users that are in a group from within an application. Does anyone know how to do this and is it subject to the rights that the currently logged on user will have? Regards ...
Score Forcing JIT of assemblies
Clive Dixon - 26 Jan 2006 11:27 AM - 4 messages
Is there any simple way of forcing load and JIT of assemblies? In my NUnit tests timing information is skewed because of assembly load and JIT time the first time each assembly is used, and I'd like a simple way of making sure ...
Score Model-View-Controller implementation question in .NET
Griff - 26 Jan 2006 10:10 AM - 5 messages
Two questions really, the first one "conceptual" and the other more involved with design: 1 - There are two schools of thought where I work on the role of the "controller" task. The first is that the business object will provide the business rules and ...
Score ClickOnce: Change File without new Version
Zemp Aline - 26 Jan 2006 10:06 AM - 2 messages
Hello I've got a ClickOnce Client, which uses an app.config. I'd like to change this app.config-content after the Client is already downloaded. Certainly, i've got to resign the manifests, which worked good. But, the client did'nt download the app.config new. ...
Score Copying formatted text from Word into Rtf
Philip Galea - 26 Jan 2006 9:11 AM - 1 message
Hello, I would like to know if there is another way to obtain the formatted text (preferably in a Rtf format) from a Range object in the Word Object Model WITHOUT using the clipboard from C#? I'm using the Office PIA's (and Office ...
Score Simple way to add "using blah" and references?
martin - 26 Jan 2006 8:59 AM - 2 messages
Hello, I have previously coded a lot of Java using the Eclipse environment and recently I have started a C# project in VS.NET 2003. 1) In Eclipse when some class missed the proper "import" statment one could select "Organize Imports" (available using a special key combination) and the ...
Score Different .NET app install behavior between modal and silent insta
mesterak - 26 Jan 2006 4:48 AM - 2 messages
I have two releases of a .NET app that has a setup/deployment project that generates the installation MSI file.  In the second release of the app, I set RemovePreviousVersions to True and DetectNewerInstalledVersion to False in the deployment project properties. ...
Score Formatting a string with leading zeroes.
Andrew Chalk - 26 Jan 2006 4:04 AM - 4 messages
If I have a number representing a number of minutes and I want to format it as a string with two characters, with a leading 0 if the value is less than 10, how do I do that? Many thanks. ...
Score Advanced UDP communications and client side packet loss
Josh Bigelow, MCSA - 26 Jan 2006 3:37 AM - 3 messages
First, let me apologize as this is likely to be lengthy. I learned many things from posts on this newsgroup and this is the first time I have been a poster as opposed to a reader, and really hope to solve this problem ASAP as ...
Score IExtenderProvider and events (Visual Studio Automation)
Anatoly - 26 Jan 2006 1:02 AM - 1 message
Hello everybody, I am wondering is there a way to define extension property of the event type? I am trying to implement validation control and want to expose an event property that I would initialize with validation handler at design ...
Score Changing BorderStyle Thwarts DoubleClick Event
LucidObscurity - 25 Jan 2006 11:58 PM - 1 message
I have a form with labels that can be dragged and dropped onto different regions of the form either individually or in groups.  I signify labels which have been selected by toggling the BorderStyle between FixedSingle and Fixed3D.  Upon a single click the toggle ...
Score Microsoft support for XPointer and XLink
Daniel - 25 Jan 2006 10:06 PM - 2 messages
Microsoft support for XPointer and XLink what micrsoft technologies support XPointer and XLink? ...
Score Why can't I register a serviced component in the COM+ Catalog
Paul Custance - 25 Jan 2006 9:48 PM - 3 messages
I am am trying to register my DLL in the COM+ Catalog. To do this I am taking the manual approach and using the regsvcs.exe tool provided with the ..net framework 2005. I have strong signed the assemblies using Visual Studio ...
Score System.EventHandler<TEventArgs> Question?
tdavisjr - 25 Jan 2006 8:56 PM - 1 message
With the introduction of Generics in the CLR, why is it that the first parameter of the EventHandler delegate is of Type Object and not a Generic Type? Since everytime we want a reference to the object that raised the event ...
Score FtpWebRequest EnableSSL behind NAT
nickname - 25 Jan 2006 8:15 PM - 2 messages
Is it possible to use the FtpWebRequest class to download a file from an external FTP server that uses SSL if the computer is behind a NAT firewall? I have read to get ftp SSL to work behind NAT you need to forward a range of ...
Score File Download with WebBrowser Control
standish22 - 25 Jan 2006 7:59 PM - 1 message
I want to open a word document stored in my database. What I do is save the document locally, and then open a new winform that has the WebBrowser Control on it and navigate to that new file. This allows the user to manipulate the file and save it.  When they ...
Score VS.NET and framework
M - 25 Jan 2006 5:18 PM - 2 messages
I am using VS.NET 2002 Version 7.0.9466. the Framework version 1.0.3705. Can I using framework version 1.14322 with VB7. I cannot find easy way to replace framework version 1.0 to 1.1 with VS.NET ...
Score Incrementing the "Build"
Mike Edgewood - 25 Jan 2006 4:44 PM - 8 messages
I am trying to keep track of the number of times I compile my program. I was under the impression that setting the build to an asterisk that it would increment this automatically. ie AssemblyInfo.vb <Assembly:  AssemblyVersion("1.0.*")> ...
Score threads and loading dll several time in different AppDomain
José Joye - 25 Jan 2006 4:30 PM - 2 messages
Hello, I have an old style C DLL that is not thread safe (make usage of global variables). However, I would need to use it in a multithreaded environment. I'm not too sure if this would solve my problem: ...
Score Changing the DescriptionAttribute value
Mario Vázquez - 25 Jan 2006 4:03 PM - 3 messages
How can I change the value of the DescriptionAttribute depending on the CultureInfo context? [ Description( "Description for the property at design-time") ] public object TestProperty {     get{ return this.testProperty; }     set{ this.testProperty = value; } string testProperty; ...
Score Path Too Long errors
SGibson - 25 Jan 2006 3:20 PM - 1 message
Is it possible to surpass (or get around) the 260 character full path limitation for File/IO type operations using .NET? For corporate environments, particularly when working with file servers where users store their files, it is not uncommon to run into situations where users have been ...
Score how to set condition for creating desktop shortcut after install on the user desktop
Syed Abbas Naqvi - 25 Jan 2006 10:57 AM - 1 message
Is there a way to place a desktop shortcut after install on the user desktop, only if the user wants it (i.e. checkboxed through the install UI)? I have tried User's Desktop Conditions but they do not seem to ...
Score root element is missing
sonu - 25 Jan 2006 10:09 AM - 2 messages
i used the following code at client side: function btn_send.onclick() {    // create ADO-stream Object    var ado_stream = new ActiveXObject("ADODB.Stream");    // create XML document with default header and primary node    var xml_dom = new ActiveXObject("MSXML2.DOMDocument"); ...
Score Accessing Dot Net Windows Application in Network systems
krishnan - 25 Jan 2006 8:27 AM - 2 messages
Dear All,            I am deploying c#.net windows application in client machine. it is working fine. but, When i run the same application from a network path, it is throwing 'security exception'. in dot net framework ...
Score system.threading - VB
Roger - 25 Jan 2006 6:07 AM - 3 messages
First time with threads. I have a simple but vexing problem. There are two Win Forms  FormA and FormB. FormA is shown dialog on the main thread. When the user clicks button1 on FormA a new workerthread is started if the ...
Score Web Service / Authenticating Proxy Server - COM interop vs. .NET
whoareyou - 25 Jan 2006 2:17 AM - 1 message
Hi, I have a C# Web Service component I call 2 different ways:      - For testing I have a "pure" .NET solution.  A C# test harness app invokes my C# component.     - From the "real" application, a native C++ app,  I call the C# ...
Score VS.NET 2003 BUG
Yama - 25 Jan 2006 1:42 AM - 1 message
Hi Micorsoft: Please refer to my message: [link] ...
Score Converting Enums (c#)
Mark Olbert - 25 Jan 2006 12:32 AM - 3 messages
Given:     public enum SomeEnumType : int     {         None = 0,     }     int b = 0; why does the following cast succeed:     SomeEnumType a = (SomeEnumType) b; ...
Score Deployment Project CAB
Yama - 25 Jan 2006 12:17 AM - 3 messages
Hi, I have created a cab file and included several dependency DLL to an ActiveX control I developed in C++ 7.1. Along withe dependencies I also included the mfc71.dll, mfcu71.dll, and msvcr71.dll since we do not register them. I ...
Score Strong-Name 1.1 module incompatible with 2.0
Steven J. Reed - 24 Jan 2006 11:18 PM - 2 messages
I have modules that have been strong-named with .Net Framework 1.1.  When these modules are installed on a machine which has .Net Framework 2.0, I receive an error code 8013150D -- COR-E-VERIFICATION error. If .Net Framework 2.0 is removed form the machine, the modules work fine. ...
Score GAC
Nick K. - 24 Jan 2006 9:13 PM - 2 messages
I am attempting to call a .Net assembly from an ASP web application using: set oCripto=Server.CreateObject("com.msegroup.common.data.Crypto") I did not wite the original code, so I'm trying to figure out how all this ...
Score Application Freezes when Screen settings change
anonymous - 24 Jan 2006 8:32 PM - 2 messages
I'm writing an application in C# 2.0.  The application runs fine until the screen settings are changed, and then it freezes.  How do I fix this problem? I've noticed that other applications do not freeze when the screen settings ...
Score DES Querystring Encryptiion
Chad - 24 Jan 2006 7:50 PM - 3 messages
Another (non .NET, Oracle) application will be passing my .NET web application data via the QueryString. I was told that this data would be DES encrypted and Base64 encoded. The problem is that they told me that their encryption package uses only a "key" to perform the encryption.... ...
Score List trace switches
moWhite - 24 Jan 2006 6:45 PM - 1 message
I can use the Trace.Listeners property to get a list of the currently attached TraceListeners, but how can I get a list of Trace and Boolean Switches? Thanks, Richard ...
Score File finshed being copied
Craig HB - 24 Jan 2006 4:41 PM - 4 messages
I want to copy a file from a Source location to a Destination location, but the file is sometimes in the process of being copied to that Source location. How can I check that the file has been copied to the Source location and is ...
Score How does SectionInformation.IsProtected work?
Eric - 24 Jan 2006 4:16 PM - 1 message
When SectionInformation.IsPortected is called, what is it actually checking for? Is it checking for the configProtectionProvider attribute? ...
Score ColumnMapping Difference in MappingType?
xenophon - 24 Jan 2006 2:41 PM - 2 messages
What is the difference between a MapingType.Element and MappingType.SimpleContent? The MSDN docs only seem to say "there is a difference", but I can't tell because when I serialize my DataSet or DataTable, they look the same. Using .NET Framework 2.0. ...
Score Socket Doesn't Accept New Connection After Some Time
Zeeshan Gulzar - 24 Jan 2006 2:21 PM - 2 messages
I am using C#.NET and i made a windows service which is running in background. This service opened a socket (Listener) on a specified port at startup. Client connected to this port and send a message to listener and ...
Score Subreports in Report Control
Jon - 24 Jan 2006 1:59 PM - 1 message
Hello Everyone, I am using the new reporting control to generate a local report in a Windows app. I downloaded the sample app and it works great. However, I did find an issue that I can't seem to get around. Here is what I am ...
Score Very strange behaviour on VS 2005
Steve B. - 24 Jan 2006 1:34 PM - 2 messages
Hi, I encountered some problem with the debugger of Visual 2005 with CF Apps. I finaly succeed in isolating hte problem. My application use a "FormManager" class that handle some common behaviours of all forms. This "FormManager" class also have a "StartApplication" methode which ...
Score C# DotNet desktop application setup problem
Shailesh Rathi - 24 Jan 2006 12:57 PM - 2 messages
i setup of project install on client machine, again due to some changes i built new setup and again install it but it give me vesion no. errorso that i have to delete last setup and install new setup due to version no. problem ,but i can not change version ...
Score FTP
Diego Mourglia - 24 Jan 2006 12:46 PM - 3 messages
Hi Y try to upload files to a server and i have tu use FTP. So, somebody can explain me how use FTP in .net? Thanks ...
Score setup
Web Services - 24 Jan 2006 10:46 AM - 1 message
i setup the project and install on client machine, again due to some changes i built new setup and again install it but it gives me vesion no. error or i hve to delete last setup and install new but i hve to reinstall it ...
Score User Controls
Stefan Walter - 24 Jan 2006 9:49 AM - 2 messages
Hi, can someone tell me about User Controls - i mean did Apple the User Controls which are used in ITunes completly from scratch? or is there any possibility with themes? thanks Stefan ...
Score multiple framework
lara169 - 24 Jan 2006 6:52 AM - 2 messages
Hi I am very new to .Net. I had VS 2003 installed on my machine. Yesterday i installed SQL server 2005. Now i've 3 frameworks installed on my machine when i run aspnet_regiis -lv its showing 2.0.50727.0 as root and the others ...
Score running app as a service - logoff user shuts down application
Rob Latour - 24 Jan 2006 3:50 AM - 5 messages
I've set up an application to run as a service using srvany the application starts fine as a service when my pc is powered up everything stays fine when a user logs on however when a user logs off (with out shuting down) the application ends ...
Score XmlDocument.Load using MemoryStream...
memyselfandI - 24 Jan 2006 12:53 AM - 7 messages
Hello.  Not very experienced using Streams of any kind, and Google didn't save me... I have some code that builds an Xml file and dumps it on my drive.  It works.  Now, I want to do the same thing, but skip the file and just hold the ...
Score How to copy a directory
gralet - 23 Jan 2006 10:27 PM - 2 messages
Hi, Anyone knows how to copy an entire directory in .NET???, I can't find anything that helps me in the System.IO namespace. ...
Score Exception thrown during install
Timothy Jewett - 23 Jan 2006 9:48 PM - 6 messages
I am receiving an exception when trying to install the .net 1.1 framework redistributable. It is thrown when running regsvcs.exe @ 0x00218258. I am running W2K3x64 OS. Any ideas ???? ...
Score Graphics to Image
Marco Rego - 23 Jan 2006 7:40 PM - 2 messages
How do I save or transform a System.Drawing.Graphics object into an Image object ? What I need is to save a Graphics on which I have drawn several shapes to a JPG or PNG file. Thanx. _____ Marco ...
Score Setting CAS policy for a network share
RNG - 23 Jan 2006 5:36 PM - 2 messages
I have a .Net application that is going to run from a network share. The application needs Full Trust to run. If I set the CAS policy under the .Net Runtime Security Policy / Machine code group it runs fine, however when setting the policy under the User code ...
Score ChildColumn[] assignment does nothing under .NET 2.0 - Bug ?
Marco Wolff - 23 Jan 2006 3:15 PM - 1 message
Hi, i'm updating some sources from .NET 1.0 to .NET 2.0 and some very strange things happen, for example: DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0] = DataSet1.Tables["Orders"].Columns["test"]; In .NET 1.0 "DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0]" ...
Score CurrentDomain.UnhandledException being bypassed
Mark M - 23 Jan 2006 2:25 PM - 2 messages
Hi All, I have a transient problem that causes my .Net based NT Service to exit unexpectedly.   I have all code wrapped with exception handlers that write to log file, Application event log or both.  I hook ...
Score Architecture confusion
Rajesh - 23 Jan 2006 1:19 PM - 1 message
Hi all, I have been going through architecture blocks and patterns  like UIP , EDRA etc recomended by Microsoft . Sometimes its realy confusing which one to go for. Let me tell you my requirement . Signon , catalog with pricing and other stuff information available through web service . ...
Score open imagelink in picturebox
Web Services - 23 Jan 2006 12:18 PM - 1 message
How can i open image link in picture box in C#.net in version 1.2 framework ...
Score VS 2005 - Unable to debug a project
Steve B. - 23 Jan 2006 9:02 AM - 1 message
Hi, I'm working on several projects, but I cannot debug one of it. This project is a C# device project, and when I hit F5 to debug the program, the app is deployed, the debugger connects to the process and at this time I ...
Score How can I write to a file with different encoding?
Willy S - 23 Jan 2006 9:02 AM - 3 messages
How can I write to the same file with different encoding? The file has records where different fields in each record has different encoding (because of use in different modules in a production machine). Open and close several times (with different encoding) for each record is ...
Score Code does nothing in .NET 2.0
Marco Wolff - 23 Jan 2006 8:20 AM - 2 messages
Hi, i'm updating some sources from .NET 1.0 to .NET 2.0 and some very strange things happen, for example: DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0] = DataSet1.Tables["Orders"].Columns["test"]; In .NET 1.0 "DataSet1.Tables["Customers"].ChildRelations[0].ChildColumns[0]" ...
Score AMD/Dual-Core/64 bit: influence on compiled files? - Clients?
Pieter - 23 Jan 2006 8:10 AM - 14 messages
Hi, Maybe a little bit off-topic, but it still seemd the best place to ask for it :-) I'm planning to buy a new development laptop, and I would like to buy an AMD, Dual Core,-bit But none of my clients has an AMD, most an Intel Pentium 3. ...
Score Framwork 1.1 and 2.0 on the same client
רותם סלוצקי - 23 Jan 2006 7:48 AM - 3 messages
Hello there , I need some information about using Framwork 1.1 and 2.0 on the same client. Are there any risks? I also would appreciate some articles in the subject. Thank you very much. ...
Score Press Release: IP2Location Enables Developers to Pinpoint Internet Visitors by IP Address from .NET
ip2location.inc - 23 Jan 2006 3:26 AM - 1 message
FOR IMMEDIATE RELEASE IP2Location has announced the availability of IP2Location .NET Component, that enables application developers to geolocation the Internet visitors by IP Address from their .NET applications. IP2Location .NET Component is fully managed code written for .NET Framework. The component enables you to discover in real-time, where ...
Score Source Safe !
IMRAN SAMUEL SAROIA - 23 Jan 2006 12:27 AM - 2 messages
What is the Source Safe Control for Visual Studio.Net 2002/2003. How  to get it ? Thanks ...
Score Confused by GetHashCode() documentation
Stephan Keil - 22 Jan 2006 8:29 PM - 2 messages
Hi all, I am somewhat confused by the Object.GetHashCode() documentation. What I am   looking for, is a hash code, which is bound to the _identity_ of an object, not to it's _value_ (see other thread "Object identity"). ...
Next »