Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score need to install 1.0+patches before 2.0?
Wil - 24 Dec 2005 8:41 PM - 5 messages
quick question, does .net framework 1.0 + updates have to be installed prior to install ing .net framework 2.0? it sounds soooooo elementary, but i'm not a programmer and my ati video card requires .net framework to be installed. ...
Score IDE very slow when saving file
Chad A. Beckner - 24 Dec 2005 4:13 PM - 7 messages
Hi everyone,   Ok, here's the deal.  I have a laptop installed with VS 2005.  I'm programming in C#.  When I am at home, connected to my LinkSys router, it saves fine.  However, whenever I am anywhere else, it saves very slowly ...
Score Force constructor in derived class
Lorenzo Soncini - 24 Dec 2005 10:18 AM - 2 messages
Hi everybody, I have a class whit 3 costructor like this: public class MyClass {     public MyClass ()     {     }     public MyClass (int A)     {     }     public MyClass (int A,string B) ...
Score 'Stopping IIS Admin' failed Framework V2 (dotnetfx.exe) installati
Jeffrey - 24 Dec 2005 2:27 AM - 5 messages
I tried to install .NET Framework Version 2.  The installation was stopped while the installation program was 'stopping' IIS Admin.  Anything wrong?  Is 'stopping' IIS Admin a normal procedure?  How to fix the problem?  TIA. ...
Score Boxed Value Types
Darek - 24 Dec 2005 12:46 AM - 3 messages
What has been changed in version 2.0 ? I read this article : [link] and there is a section named Boxed Value Types. I checked an example from ...
Score How to print with network printer in c# 2.0?
Kyle Burmark - 23 Dec 2005 10:59 PM - 1 message
Hi, in my program I construct a document and then I give the user a choice of what printer to print it with. I have used .net printer classes and ShellExecute for doing this. They both use the same underlying API i believe. ...
Score RegionInfo.ThreeLetterISORegionName returns TwoLetterIsoCode (BA)
dpomt - 23 Dec 2005 9:25 PM - 4 messages
Hi all, sorry for posting this three times. Seems that I didn't configure my nospam alias correctly. 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 ...
Score Get Fast Help -- Forums/Tips+Tricks/Tutorials/Blogs/ETC
csheppard91 - 23 Dec 2005 3:53 PM - 1 message
my website: [link] is dedicated to helping people with their problems.  Remember, it doesn't take but 90 seconds of your time to sign up and get/recieve help. ...
Score - Parser Error Message: ?
Dan - 23 Dec 2005 3:06 PM - 2 messages
Everything seemed to work fine till this morning...and than this happened What could this possibly mean? Is it permissions? (ASP.NET account is given full access to E:\DNN dir) Has something gone wrong with ASP.NET installation? Any help, please! ...
Score Assembly Help - Desperate
Qiana - 23 Dec 2005 1:15 PM - 3 messages
I had a Project (R) in a solution. Then I had a separate solution that needed the dll for project R. I copied the dll from the bin directory in project R and put it in the new project (E) bin folder. ...
Score .NET and Web Logic Basic Authentication
Striboldt - 23 Dec 2005 11:01 AM - 1 message
Can anyone confirm a problem between the .NET way of doing Basic Authentication against a Web Logic webserver ? It looks like that either the ..NET Framework or BEA Web Logic fails to comply with the standard of Basic Authentication (if such exist). ...
Score Read a certificate from a smart card
Lorenzo Soncini - 23 Dec 2005 10:04 AM - 1 message
I folks, anyone know how is possible to read a certificate stored in a smart card with framework 2.0 ? Thanks for any help an idea Lorenzo Soncini Technoservice - Italy ...
Score wrong version??
flemming eriksen - 23 Dec 2005 9:25 AM - 2 messages
On my box with VS03 I have alle 3 .Net Frameworks installed. In a web-project I have in the .vsproj-file a reference to Framework 1.1. In the generated DLL, which I open with notepad, I see the 1.1.4322. ...
Score Problem with .Net Framework 2 on certain machines
Programatix - 23 Dec 2005 7:14 AM - 8 messages
Hi, I'm trying to distribute my application written using .NET Framework 2.0. It uses a MDB file for it's database. On certain machines with Windows XP (I have also tried updating them to SP2), I received this exception when the application tries to connect to the ...
Score FolderBrowserDialog and remote machine
Michael Jackson - 23 Dec 2005 1:09 AM - 1 message
My .NET 2003 app creates SQL Server databases via code. I allow the user to select any SQL Server machine on the network from a combobox, then allow them to enter a location in which to create the data/log files. This entry ...
Score FolderBrowserDialog on remote machine
Michael Jackson - 23 Dec 2005 1:08 AM - 1 message
My .NET 2003 app creates SQL Server databases via code. I allow the user to select any SQL Server machine on the network from a combobox, then allow them to enter a location in which to create the data/log files. This entry ...
Score FolderBrowserDialog and remote machine
Michael Jackson - 23 Dec 2005 12:58 AM - 1 message
My .NET 2003 app creates SQL Servers database via code. I allow the user to select any network machine running SQL Server, then allow them to specify a folder on that machine in which to create the data/log files. Now I want to ...
Score THE > SUPER-MONEY-SOURCE <
THE > SUPER-MONEY-SOURCE < - 22 Dec 2005 10:42 PM - 1 message
THE  > SUPER-MONEY-SOURCE < Would store / would copy this text or side before the administrator could remove this letter. This special program is acquire copyrighting-protected, only with the participation you the copyrighting at this program.  Prohibited utilization ...
Score RegionInfo.ThreeLetterISORegionName returns TwoLetter code
DPOMT - 22 Dec 2005 10:42 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 Configuration namespace in 2.0
andrewbb - 22 Dec 2005 10:38 PM - 1 message
Is it just me, or is this the biggest, most repetitive, most horribly designed object model ever?  Does it really take 130+ classes to edit some config files???? This really amazes me: TimeSpanConverter TimeSpanMinutesConverter TimeSpanMinutesOrInfiniteConverter TimeSpanSecondsConverter TimeSpanSecondsOrInfiniteConverter InfiniteTimeSpanConverter It takes 6 separate classes to convert TimeSpan to text???? ...
Score How do I access appSettings in 2.0?
Brad Wood - 22 Dec 2005 9:23 PM - 4 messages
Calling ConfigurationSettings.AppSettings.Get raises the error, "Configuration system failed to initialize". I've searched, but found no information about this problem... ...
Score Request.Item property
Ken Carter - 22 Dec 2005 7:21 PM - 1 message
I've been pulling my hair out all morning... hmmm guess we are into the afternoon now... on retreving Request.Item Property.  The key I'm trying to pull is REMOTE_USER.  The closest I've come to getting this to work is the following line of code: ...
Score Using a different filename for App.config
shawnn - 22 Dec 2005 6:13 PM - 13 messages
Hello, By default, when you create an App.config file it gets named as MyApp.exe.config after build. I don't like this name and would rather have the file named MyApp.config, the .exe.config thing might confuse ...
Score OptionalFieldAttribute Experiments in .NET 2.0
Raghu - 22 Dec 2005 4:58 PM - 1 message
It has been written in numerous web logs about the OptionalFieldAttribute and that it should be used as version tolerance mechansim in .net framework 2.0. However I found that even without using this attribute, .net framework does not fail when a new member is introduced (without the ...
Score 2.0 Installation and TcpClient
Tim Coker - 22 Dec 2005 4:51 PM - 4 messages
I have an app that uses the TcpClient to query data from a remote device.  It used to work.  I installed the 2.0 framework on it yesterday and the app is broken.  I have the 2.0 framework on my desktop and it works there.  I ...
Score compile web reference to x64 Release Failed
Shachar - 22 Dec 2005 4:33 PM - 3 messages
Hi All, When I'm trying to compile a class library with no web reference to x64 Release I Succeed. When trying to compile a class library with web reference to x64 Debug I Succeed. When trying to compile a class library with web reference to x64 Release ...
Score HTTP GET over SSL, C#. Unable to connect to the remote server
bonnieliyl - 22 Dec 2005 3:51 PM - 3 messages
This is driving me nuts!! Anyone, please help... I would like to send an HTTP GET request to a server over SSL and I am using System.Net.HttpWebRequest to do so. I have the valid certificate installed to the Current User. That's for sure because I am able to ...
Score Enterprise Library with an Enterprise Distributed Application Template Project?
mhunt - 22 Dec 2005 3:01 PM - 1 message
Hi, Is it possible to integrate the Enterprise Library application blocks into an Enterprise Template Project in Visual Studio, or am I barking up the wrong tree entirely? The separation the template imposes (specifically the Distributed Application Template) within a solution seems ideally suited for the ...
Score OnShutdown not executing in Windows service
Peter Meinl - 22 Dec 2005 2:26 PM - 3 messages
Restarting Windows seems not to fire the OnShutdown event in the Windows       Service. Does not work on Windows XP SP2 and not on Windows 2003 Server SP1.       OnStart and OnStop do work fine. ...
Score OnShutdown not executing in Windows service.
Peter Meinl - 22 Dec 2005 2:23 PM - 1 message
Restarting Windows seems not to fire the OnShutdown event in the Windows Service. Does not work on Windows XP SP2 and not on Windows 2003 Server SP1. OnStart and OnStop do work fine. Steps to reproduce: Create a Windows service in VB.NET using VS 2005. ...
Score .NET Framework 2.0 French Runtime
Renaud Bancel - 22 Dec 2005 1:40 PM - 2 messages
I have a new sofware that need to be deployed, Januray 2nd, 2006 in France. Could you say me when the french version of the .NET Framework 2.0 will be available to download. And if it dosn't before this date, could y deploy the ...
Score log4net and assemblyInfo.cs with cf2.0
danielsanberger - 22 Dec 2005 11:03 AM - 1 message
Hi, I want to set the assembly-level attribute in assemblyInfo.cs for log4net: [assembly: log4net.Config.XmlConfigurator(Watch=true)] I get the error message at compile-time: Error    47    'log4net.Config.XmlConfigurator' is not an attribute ...
Score framework 2.0 configuration
Imtiaz - 22 Dec 2005 10:26 AM - 2 messages
Hi, How can I have framework 2.0 configuration shortcut in control panel >> administrative tools, if only framework 2.0 in installed on a machine. Only framework 2.0 without VS 2005 Thanks Imtiaz Khan ...
Score .net memory leak problem in exe
anandav2001 - 22 Dec 2005 9:51 AM - 10 messages
Hello developers,    I have created an executable(system tray application) in VS.net 2003 using VB.net. My app was taking 30 MB memory(since some web services call are there which happens for each 10 sec checking internet is ...
Score ExecutionEngineException
André Heuer - 22 Dec 2005 9:38 AM - 3 messages
Hi, my application crashes sometimes with error "ExecutionEngineException". This happens 1 time per week, since a few days it crashes nearly every day. On the computer the .Net Framework 1.1 and SP1 is installed. The OS is Windows XP with SP 2. The error also occurs on a Windows 2000 Machine ...
Score side-by-side hell
Jefferson Liu - 22 Dec 2005 2:03 AM - 5 messages
i installed 2 .net frameworks on my system, 1.1 and 2.0. i think that probly most of you do the same thing. this is not a big problem now, and many think this is a great escape of the dll hell. ...
Score formatting question
param - 21 Dec 2005 11:43 PM - 10 messages
Hi all, I store all my currency values in a Decimal type. The problem is that when I render it as price.toString("n") it sticks in 4 decimal places. I only need 2. How can I configure the application to only do 2 decimal ...
Score embedded resources in VS 2005
mnsindhu74 - 21 Dec 2005 10:58 PM - 3 messages
I am using Visual studio 2005. I want to embed few custom dialog boxes as resources . In VS.Net the resources are stored in .resx files. In VC++ we could use the resource editor to create and edit dialog resources. But there is no editor to do the same in VS.Net. Can some ...
Score Monitoring ThreadPool threads?
JS - 21 Dec 2005 10:14 PM - 8 messages
All, I have an application that has asynchronous HTTPWebRequest calls incorporated into it.  While I am waiting for a handler that monitors the connection for a timeout I want to monitor the thread itself in the ThreadPool that I have started.  By "monitor" I am implying I just want ...
Score Application Services Database and SQL Server 2000
Vince Varallo - 21 Dec 2005 7:12 PM - 2 messages
Hello, I do not have SQL Server 2005 installed on my computer and will not be able to based on company policy.  However I do have SQL Server 2000.  I want to create the application service database to store personalization setting for ...
Score Rotor
ernesto - 21 Dec 2005 4:26 PM - 2 messages
HI everybody: What's up with the Shared Source CLI implementation (a.k.a Rotor)? What's its status? It's a dead project or it's still being developed? It will include the ..NET 2.0 functionality and specification? ...
Score .NET 2.0 Deployment - How to deploy with no Framework 2.0 installe
maxima - 21 Dec 2005 12:50 PM - 4 messages
Hi guys, I am doing winforms app using ver 2.0. My boss is concerning that about 40% of our end-users wont be willing to download and install Framework 2.0 to run the app. I am looking into thinstall.com and remotesoft.com for tools to create ...
Score Precision error?
tym - 21 Dec 2005 6:38 AM - 5 messages
Hi, I have written a simple code as follorws: //************* BEGIN CODE ****************** double a; a=  106.3 - 137.3 //************* END CODE ****************** I am expecting a value of -31. But, I get a value of -31.000000000000014 Did I miss out something here? Due to system design, we do not wish to use ...
Score Issues with Streamwriter class
Mohit - 21 Dec 2005 6:03 AM - 2 messages
Iam using streamwriter class of .net to write in  a file. The location of file is a network drive. Now if for some reason the network is not there and I execute                     sw.close I get a exception ( that's ok). ...
Score Conditional Compilation via external switch?
Remy - 21 Dec 2005 5:02 AM - 1 message
Is it possible to somehow set the "Conditional Compilation Constant" varibles external from the Visual Studio tool? Or set something similar to achive a conditional compilation effect? We need conditional compilation so that we can compile against different office versions and it would be nice if I could just set for ...
Score Error automating DTS Package from VB6 to VB.NET
John - 21 Dec 2005 5:00 AM - 1 message
I am trying to convert a VB6 SQL 2000 created code into VB.NET.  Everything complies fine but then I get this error message: An unhandled exception of type 'System.InvalidCastException' occurred in Project1.exe Additional information: QueryInterface for interface DTS.CustomTask failed. ...
Score Editor using Microsoft.mshtml assembly won't allow edit??
Jason - 21 Dec 2005 2:38 AM - 4 messages
Hi, I am attempting to create an html editor using vb.net 2003, the Web browser control and the Microsoft.mshtml assembly. I have been unable to understand why when I set designMode="on" after Documentcomplete event fires why the ...
Score Enumerating MAC addresses
Bob Altman - 21 Dec 2005 2:23 AM - 5 messages
Hi all, I'm looking for a way to enumerate the MAC addresses of all of "live" NICs on my computer.  I can enumerate all of the "live" IP addresses like this:     Dns.GetHostByName(Dns.GetHostName).AddressList ...
Score Who can explain this exception?
Chester - 21 Dec 2005 12:27 AM - 2 messages
************** Exception Text ************** System.ComponentModel.Win32Exception: Not enough storage is available to process this command    at System.Windows.Forms.Form.UpdateLayered()    at System.Windows.Forms.Form.OnHandleCreated(EventArgs e)    at System.Windows.Forms.Control.WmCreate(Message& m) ...
Score .NET Remoting Bug - fixed in 1.0 SP3?
mjwills - 20 Dec 2005 10:36 PM - 2 messages
All, Can anyone tell me whether the bug mentioned at [link] was fixed in the .NET Framework 1.0 SP3? Thanks Matthew ...
Score System.TimeZone interface unusable?
nosiren - 20 Dec 2005 10:13 PM - 5 messages
It is well known that the implementation of time zones other than the machine local time zone has been left as an exercise for the user in the .NET framework.  It would seem that System.TimeZone, being an abstract class, is meant to be used as a base class for any such ...
Score .NET 2.0 EXE startup issue
Michael Weber - 20 Dec 2005 10:05 PM - 1 message
I have a .NET 2.0 program that I have not had any problems with; however, we have installed it on one machine where it refuses to run (running the exe causes the process to start and end about 1 second later).  If I rename the ...
Score What about .NET ObjectSpaces ???
Stefano Del Furia - 20 Dec 2005 8:23 PM - 2 messages
Hi all, once upon a time the ObjectSpaces that promise an amazing way of  persisting object in .NET At today after a long time none seems to talk about it anymore. What's happened ??? Stefano ...
Score .NET Runtime 2.0 Error
Brian P - 20 Dec 2005 7:00 PM - 1 message
I am working on a Windows Service.  It is still in development so errors and exceptions are not surprising. What is surprising is that I believe I have all of my work occuring in try blocks.  I am using log4net to then log the messages.  This has been ...
Score SerialPort.ReadTimeout is Incorrectly Implemented
Brian Logan - 20 Dec 2005 5:18 PM - 5 messages
I am reading binary data returned from a serial device using SerialPort.Read(). I am finding that only the first byte of the 5 bytes I requested is being returned due to the way SerialPort.ReadTimeout is implemented. Using .NET Reflector and sysinternal PortMon I can see that ...
Score Replication problems/ Event ID1265
Chico - 20 Dec 2005 4:37 PM - 1 message
Hello, I have several problems in my network because i have four domain controllers. They have installed Windows 2000 SP4. I can't change users passwords because the domain controllers don't synchronyze. I want demote two of them witch are unecessary but without syncronyze those ...
Score system.configuration
Andrzej Kaczmarczyk - 20 Dec 2005 2:19 PM - 4 messages
Hi, the method Save() from System.Configuration.Configuration writes the xml config file. is it possible to change the width of this file text lines? I'd like to edit it manually from time to time, but the default writer wraps it around 70 ...
Score SynchronizationContext.Current is null?
Adi - 20 Dec 2005 2:10 PM - 1 message
Hello I'm trying to use this object to synchronize operations between threads. Everything is working fine as long as I'm raising events (through the synccontext object) from threads to the main thread, but I can't do it the ...
Score Changing ComboBox text
Michael J. Salamone - 20 Dec 2005 11:46 AM - 5 messages
Reposting to a larger audience - hope someone can help! This may seem a bit odd, but I'd like to set the text in a ComboBox control when an item is selected from the drop down list.  I want the text to be ...
Score Help!!! System.BadImageFormatException
Tobias Weltner - 20 Dec 2005 8:54 AM - 1 message
Hi I just published a .NET 2.0 app ([link]), and while it runs on 99,9% on all target machines, I got a message from a collegue who reports a System.BadImageFormatException. I have no clue what the cause could be. I encountered it once when I had a ...
Score Manual uninstall of a ClickOnce propgram
Amiram Korach - 20 Dec 2005 8:04 AM - 1 message
We have an application we use ClickOnce to publish. Sometimes the application doesn't update itself to the latest version, so I need to tell my users to install it again. If you install it again, it creates two shortcuts, one as "MyApp" and the ...
Score COM
Albert Krüger - 20 Dec 2005 7:49 AM - 4 messages
Hello, i use a class (see below), which I has found at [link], to unregister ActiveX components. The class works fine. But I have following problem. After I had unregister the ActiveX components I want to delete ...
Score Switching thread context
shayke - 20 Dec 2005 6:57 AM - 1 message
Hi i am interested to know how can i switch thread context in code. meaning execute some code in desired thread context. Thanks Shay ...
Score CorrelationManager and Trace
Raghu - 20 Dec 2005 6:22 AM - 1 message
I am trying to figure out how to use CorrelationManager effectively in tracing. The code (shown at the end) produces following output: ****** MyAsm.exe Information: 0 : Hello there!     LogicalOperationStack=Main MyAsm.exe Information: 0 : Pickup Pizza 0xC ...
Score interop question
Lloyd Dupont - 20 Dec 2005 5:56 AM - 2 messages
I have a C API like that: ==== C-API.h ==== typedef double NSTimeInterval; NSTimeInterval GetTimeSince1970(); =============== Now I have a code generator parsing the headers and automatically generating: ==== Generated.cs ==== class Wrapper {     [DllImport(...)]     public extern static NSTimeInterval GetTimeSince1970(); ...
Score IsInRole from ASP.NET failing
shawnvi - 20 Dec 2005 1:01 AM - 2 messages
Hi All, I'm attempting to restrict access to my ASP.NET application using role based security. I'm using .NET v1.1 In code I check IsInRole for a local machine group, and it returns false.  The name of the group is properly qualified with machine name ...
Score Registering VC# Express Offline??
W. Jordan - 20 Dec 2005 12:58 AM - 1 message
Hello, I have downloaded the VC# Express online on a computer, and by copying the installation files from the temp directory I installed it on the other one which is offline. The installation  was completed and VC# is running. ...
Score unable to find /aspnet_client/system_web/1_1_4322/webuivalidation.
cindy - 20 Dec 2005 12:39 AM - 2 messages
I have a sharepoint server I have an asp.net application it is a virtual directory and is defined in sharepoint as an excluded path. I have validators in datagrid, I run app and I get the message "unable to find script library ...
Score Trace.Listeners questions
Kevin - 19 Dec 2005 11:52 PM - 1 message
A few questions about the Trace.Listeners. I was looking at the samples on MSDN, and wrote a small sample App. I used a TraceSwitch to determine the which messages I should print, and Added two trace listeners, one for a log file, and the other for the event log. The ...
Score How to update the ASPNETDB file (login control) with a GridView (asp.net 2.0)
stockblaster - 19 Dec 2005 11:04 PM - 2 messages
Hello I am beginning to feel sorry that i am using the asp.net 2.0 login controls.. it feels it makes you limited and you do not have much support about it.. I managed to view aspnet_Membership and  aspnet_Users into 1 GridView ...
Score deployment of .net 2.0 assembly exposed to COM (interop)
Martin - 19 Dec 2005 9:31 PM - 1 message
Hi, I need to write an application which will then be executed by being called from a COM application. It has been suggested to me that I should use the updater application block, but I wondered about the click once facility in dotnet 2.0. ...
Score Custom Commands and IMenuCommandService
Ramesh - 19 Dec 2005 9:05 PM - 1 message
Hi all, Can we add custom commands to the implementation of IMenuCommandService besides those of StandardCommands enumeration ? Thanks Ramesh ...
Score Generic Identity and Integrated Security with SQL
Bruce Parker - 19 Dec 2005 7:31 PM - 4 messages
I have setup the following lines of code: System.AppDomain.CurrentDomain.SetPrincipalPolicy(Security.Principal.PrincipalPolicy.WindowsPrincipal) mPrincipal = System.Threading.Thread.CurrentPrincipal mUser = mPrincipal.Identity ' Create generic identity. mApplicationIdentity = New Security.Principal.GenericIdentity(controlCenterConfiguration.Employee.Alias) ' Create generic principal. mApplicationPrincipal = New ...
Score Cache Dependencies in Winforms??
Vinit - 19 Dec 2005 7:01 PM - 2 messages
Hello I have a C# application and am caching some data on the client side by using a HashTable. Is there a way I can set Cache dependencies like a time factor by which my cache is updated by making a call to the ...
Score SynchronizationContext
shayke - 19 Dec 2005 5:52 PM - 1 message
Hello I am trying to raise events in another thread context. I am using SynchronizationContext object. It works fine as long as i am synchronizing any thread with the MAIN PROCESS. if i try to sync between two independant threads it fails. ...
Score Windows Installer 3.1(v2) error
needlove - 19 Dec 2005 5:26 PM - 1 message
When attempting to uninstall Microsoft .NET framework version 1.1, I get these errors: (Application popup, event id 26) Microsoft Visual C++ Runtime Library Runtime Error Program C:\Windows\System32\msiexec.exe This application has requested the runtime to terminate in an unusual way. ...
Score remoting configuration STA
cwineman - 19 Dec 2005 4:30 PM - 3 messages
I am trying to create a remote object that instantiates an ActiveX control. Apparently ActiveX controls can only be created in STAThreads. When I make the following call from the client: _myRemoteObject = (IRemoteObject) Activator.GetObject( typeof(MyLib.IRemoteObject), host ); I keep getting the following error: ...
Score .NET programs memory consumption
AIK - 19 Dec 2005 4:26 PM - 2 messages
I noticed that my windows application, very simple test written in C#, keeps and keeps allocating memory. For example, when at the start it has allocated 7500kB, after few minutes, memory allocation is 12000kB. Even if i don't click any buttons or so. And ...
Score Free components
Fox - 19 Dec 2005 2:00 PM - 4 messages
Hi who can advice me a good web site with free ..NET components, it will be great if there will be cources also Thank you. ...
Score User controls
Fox - 19 Dec 2005 1:59 PM - 2 messages
Hi I am writing (practicing) a small game using user controls and some time my control whould become over another same type or another type user or windows control how can I modify the layout , some thing like Z coordinating in my ...
Score strong-name - framework 1.1 and framework 2.0
Wellingotn Rampazo - 19 Dec 2005 1:47 PM - 4 messages
Hi guys, I have an application that is a asp.net and uses some dlls. This dlls are signed with a strong-name key. When I sign a dll using framework 1.1 and a file.snk I get a key XXX. ...
Score How to find a block in Finalize()?
Utwig - 19 Dec 2005 1:10 PM - 3 messages
Hello, I'm using .NET Framework 1.1, C#. A couple of days before I've found out that my application leaks memory not releasing objects with destructors. I'm using some third-party components (Spring.NET and Oracle Data Provider .NET ...
Score problem with special characters in password
Rolf Barbakken - 19 Dec 2005 11:50 AM - 9 messages
We have a case where users who are encouraged to have good passwords with norwegian characters and other special characters cannot login to a ASP.NET 1.0 app. This problem is discussed in the following article from MSKB: [link] ...
Score Exception from dialog not catched on Windows x64 box?
oleksa borodie - 19 Dec 2005 11:47 AM - 1 message
Hello. I've installed VS 2003 on my Windows XP x64 box. And catched the problem: if exception is thrown from some window ShowDialog it is not catched by catch followed by ShowDialog. Somewhere in the VisibleChanged dialog form handler exception is ...
Score Detect the encoding of a stream
Roshan - 19 Dec 2005 10:20 AM - 2 messages
Hi, Is there a way in which I can detect the encoding used while creating a StreamReader? I have a method which receives a StreamReader as a parameter. I want to ensure that when I do a StreamReader.BaseStream.Seek() , I give the appropriate offset so that ...
Score Free tool to compress and pack .NET assemblies (embed DLLs is single EXE )
MP - 19 Dec 2005 9:30 AM - 1 message
..NETZ is a free open source tool to compress .NET EXE and DLL files, writen in C#. It can also pack the DLL files with the EXE, creating a single EXE file: [link] ...
Score CPU load of process started from .Net Process class is low
leszek.doniec - 19 Dec 2005 8:58 AM - 3 messages
Hello, is here anybody who can tell me why process started with Process class has less CPU time that same process started from command line? Most strange thing is that when I use Process class to start batch file, which starts that process, it works faster. ...
Score Smart Client Problem
Satish Babu Dasari - 19 Dec 2005 7:37 AM - 1 message
Hi, I have developed C# Windows application. I thought of deploying this application in the webserver and access the application like SmartCLient model. I have given IIS permissions. I have written small application which will access the main application using URL. ...
Score Using TcpClient with Modem
den 2005 - 19 Dec 2005 7:03 AM - 10 messages
Hi everybody,   I am still learning how sockets, TcpClient and TcpListener work, in order that both sides to send and receive data, both sides must have a socket or TcpListener and a TcpListener right? Is there a possible way to say just have ...
Score MSN chat integration
Sundar.k - 19 Dec 2005 6:03 AM - 1 message
i dont want to have my own chat application but instead integrate msn chat with my application, are there any API exposed for it??? ...
Score Why Assembly.LoadWithPartialName is obsolete?
W. Jordan - 19 Dec 2005 1:54 AM - 3 messages
Hello, Does anybody know why the "Assembly.LoadWithPartialName" is obsolete? It seems that the Load method does not have an equivalent replacement for it. ...
Score framework for linux????
mimi - 19 Dec 2005 1:20 AM - 3 messages
Hi all, Is there a framework for linux? Is it possible to run a .net application on a linux platform? thank you very much mi... ...
Score testing a program is running
Lloyd Dupont - 19 Dec 2005 12:38 AM - 8 messages
I'm writing my installer which, of course, is a win32 app (no .NET) I would like to test tthe program is already running (in case of reinstall/upgrade) and prompt the user to stop the application. How do I do that? ...
Score WaitCursor / hourglass in custom printpreview dialog
Lars - 18 Dec 2005 6:30 PM - 7 messages
Hi, I have created a simple custom PrintPreviewDialog consisting of a simple standard PrintPreviewControl (.NET 1.1) on a WindowsForm with a few buttons (for printing, zooming, etc.).  It is working fine, except for that I cannot figure out how display the waitcursor / hourglass while the preview is ...
Score Work Flow
Atul Sureka - 18 Dec 2005 5:26 PM - 2 messages
Hi All, Is there any open source code available for workflow engine in C#, VB .Net framework. Regards - Atul Sureka ...
Score How to store objects created with C# in database in .NET Framework
basulasz - 18 Dec 2005 10:09 AM - 2 messages
I want to store the objects that i create in run time in database. In a way that, for a product a create an object from a class written with C#, define its properties and functions that it has, and want to store it in a database ...
Score How to store C# objects in DB
basulasz - 18 Dec 2005 9:54 AM - 13 messages
I want to store objects that i create programmatically in C#, like in J2EE (which is callad i think relational mapping or sometihng like this). I want to create objects that i use for my enterprise applications and store them in ...
Score executable digital signature
z f - 18 Dec 2005 7:05 AM - 1 message
how do i add to my executable assembly (created using VB.NET / C#) a digital signature? ...
Score .NET Remoting to COM
Eric Therrien - 18 Dec 2005 6:04 AM - 3 messages
Hello, I have a .NET application where I want to be able to access COM objects on a remote server (theses objects are the base for a web appliation we are running). I've been looking on the net for an easy example, or at the very least some ...
Score installed 2.0.50727 now I get a sql express error message
deltalimagolf - 18 Dec 2005 12:08 AM - 7 messages
I now get the following error message after copying an asp.net application to the deployment web server.  I don't have SQLExpress or any version of SQL 2005 installed.  I found the "LocalSQLServer" connection string in the ...
Next »