Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet framework > november 2004

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Problem with .net
Posted by AVL at 11/30/2004 10:41:05 PM
Hi, I've uninstalled IIS & reinstalled it, then registered ASP .NET. But whenver I'm trying to create a new web application, it's asking me to connect to the internet. How should I avoid it? If set the 'Work Offline' then it's asking me to uncheck it. Any sugggestions??? Regs V...more >>

dot net features
Posted by Ravi at 11/30/2004 10:01:07 PM
anyone please explain me how .net framework works i have a very vague idea about it but i want something concrete answers....more >>

Threading
Posted by Charles A. Lackman at 11/30/2004 9:49:00 PM
Hello, I am making a app that creates a thread to show a clipboard. If the clipboard is double clicked, another window is displayed, the event is handled inside the main app. What I would like to do is have the clipboard use the main thread of the application that called it to handle the ...more >>

Windows Service System Account Permissions
Posted by Daniel at 11/30/2004 8:38:51 PM
My windows service runs under the system account but the system account can't see a domain on the LAN. Is there some sort of permissions that have to be set for the system account to see the domain on the lan? my user account when i log onto my own machine can see it but my serivce that runs ...more >>

Newbie: Printing
Posted by Calvin KD at 11/30/2004 3:35:08 PM
Hi everyone, I'm new to the .NET technology. I have a Web Form with data fields which I want to print to the printer. I don't want to use the IE's default print because I can't have my own Header & Footer. Does anyone know if there's anything else that I can use to print which allow me to ins...more >>

Restarting a thread
Posted by Salman Zari Ghanvi at 11/30/2004 3:20:31 PM
I started two threads (thread1 and thread2) from main thread ... and after a while thread1 stops. Can I restart thread1 from thread2? Actual problem: I have started two threads from main thread. One is a real working thread (thread1) and the other is a watchdog thread that watches thread1.i...more >>

Basic .NET Control crashes Media Center host
Posted by Chris Walker at 11/30/2004 2:02:11 PM
It seems that MediaCenter (from MS Windows MCE 2005) locks up/crashes *hard* while hosting the simplest of .NET controls. This is supported by MediaCenter (as mentioned in the documentation), but it does not appera to work there. It works _beautifully_ in Intenret Explorer alone. [I'm hop...more >>

Index and search PDf files in ASP.net
Posted by ra294 at 11/30/2004 1:30:40 PM
I need to build an ASP.net application that index & search inside a folder with PDF files. I know I can use MS index server to index and search inside PDF files using a plug-in from Adobe. Anyone has any examples of implementation of such service in ASP.Net using Index Server on Windows ...more >>



fax
Posted by Rob T at 11/30/2004 12:24:51 PM
Hi, I'm looking for a couple of quick example of how faxing is done (prefer VB) Thanks. ...more >>

WinDev ...
Posted by Romain TAILLANDIER at 11/30/2004 12:17:01 PM
Hi group, If there any french here ? What are the diferents format of the output of a windev program ? Dll and Exe i guess ... Can the WinDev Dll can be imported in a C# program as C++ dll Can be ? I want to create an event that use as delegate an WinDev function. Is this possible ? ...more >>

send a message from a managed C# program to an unmanaged program
Posted by Romain TAILLANDIER at 11/30/2004 11:28:21 AM
hi group. I have a program that get some data, parse it and then resend it in a standard format, each time. I develop this application in C#. Then i have to send the fomatted data to an other program that my customer develop, in unmanaged language (WinDev which i don't know about.) the the...more >>

no corvars.bat in my computer
Posted by ALI-R at 11/30/2004 9:50:31 AM
there is no corvars.bat in my computer by which I can set enviromental vars??? for every single utility I have to go to bin folder of the SDK.... Thanks for your help ...more >>

Com Interop error!!!
Posted by Ramakant at 11/30/2004 9:08:33 AM
Hi, I have created a component say MyAssembly.dll in .net and gave it t strong name. I have compiled the dll with 'Register for COM Interop' to true. Then I used Regasm to register it and create a tlb to use it in VB6.0. It works on my machine but dosent work on other machine. I get an follow...more >>

Framework
Posted by Debo at 11/30/2004 8:02:56 AM
Where can I download the .Net Framework V 2.0 ?...more >>

Concatenate Arrays?
Posted by Axel Dahmen at 11/30/2004 6:41:35 AM
Hi, I want to concatenate two string arrays. Is it possible to concatenate them gracefully, i.e. without copying each element manually? TIA, Axel Dahmen PS.: Here's an example of what I am about: string[] lst1,lst2,ret; lst1=Directory.GetFiles("C:\Temp\*.jpg"); lst2=Directory.GetFile...more >>

Requested Registry Access is Not Allowed
Posted by KreativeKai at 11/30/2004 5:55:02 AM
We have several applications that will be executing on multiple machines. These applications will be placed on our network and setup with an xcopy style of deployment. To accomplish this task, we had to adjust the Framework configuration, Code Access Security for the machine to Full Trust for ...more >>

Need help for Regex
Posted by Evgeny Zoldin at 11/30/2004 2:40:02 AM
Hi All, I want to capture the argument of some javascript function call in HTML source code, namely HTML-Page contains <script....> func ( 'something1\'something2' ); </script...> or <script....> func ( "something1\"something2" ); </script...> I try to capture whole argum...more >>

Displaying Images on Datagrid
Posted by Stephen at 11/29/2004 5:37:54 PM
Hi, I am using an Access database (OLE Object) and storing Image as a bytes after streaming. I am able to read it back as a stream and display it on the browser using the following code: Response.OutputStream.Write(fileData, 0, fileData.Length) it displays on the browser as an image, but I ...more >>

Saving settings
Posted by timb at 11/29/2004 4:31:49 PM
Hi, is it possible to access the properties of a class or structure in a for each statement? I want to iterate through the stirng properties in my class or structure and then write them away to the config file. thanks for your help in advance -- -- TimB ...more >>

Can't read dash character from file?
Posted by BeanDog at 11/29/2004 3:17:01 PM
I can't seem to read the long-dash character from a text file in VC++ Express 2005 Beta 1. My code is as follows: //either this: FileStream ^pFile = gcnew FileStream(strPath, FileMode::Open, FileAccess::Read); BinaryReader ^pReader = gcnew BinaryReader(pFile); strText = gcnew String(pRead...more >>

exporting a C style method from DLL with dot-net
Posted by z. f. at 11/29/2004 3:16:53 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0051_01C4D626.75013050 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Hi,=20 is it possible to export a C style method from a dot-net DLL? TIA, z. ------=_NextPart_000_0...more >>

how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime
Posted by Daniel at 11/29/2004 3:15:57 PM
how to load a C# dll from another C# assembly if the path of the loaded dll is not known until runtime ...more >>

How do i dynamicaly load and unload a C# dll at runtime
Posted by Daniel at 11/29/2004 3:06:34 PM
How do i dynamicaly load and unload a C# dll at runtime ...more >>

Regular Expressions problem
Posted by Kristof Van Praet at 11/29/2004 2:23:10 PM
Hello group, I have the following problem with a regular expression: I try to check whether or not a string exists of exactly two numbers (e.g. 12). Therefore, I have the following regular expression "[0-9]{2}". I try to use this in .NET (1.1 SP1) with the System.Text.RegularExpressions c...more >>

.NET on Win98
Posted by Jacky Luk at 11/29/2004 2:14:21 PM
I am wondering if the .NET framework and VS.NET can or cannot be installed on Win98? my harddisk crashed lately and I was forced to use an old harddisk in which win98 can only be installed. Thanks a lot Jack ...more >>

Unhandled exception in threaded windows service
Posted by millar.jason NO[at]SPAM gmail.com at 11/29/2004 1:06:04 PM
Hi all; I'm creating a Windows Service in VB.NET -- in OnStart() I'm launching a new thread to actually do the work. Any unhandled exceptions in that new thread, though, don't seem to show up/get handled anywhere. I'm new to threading, but is there a way for me to add a generic handler in t...more >>

How to get user name who fired a event in SystemFileWatcher?
Posted by jreed at 11/29/2004 12:55:10 PM
Does anybody have a C# code example of how to get the user name that added,modified or deleted a file? I see that SystemFileWatcher will recieve events when a file is added, modified and deleted. That's cool but I also need to know the user name that added, modified or deleted the file. ...more >>

Capture Shift Held Down When Application Starts?
Posted by Alex Stevens at 11/29/2004 12:30:10 PM
Hi All, I'm writing a launcher program which checks for updates and copies them down to the client. However, I would like the user to be able to modify the settings for the launcher. As this runs automatically, I would like it to be configurable by the user holding down the shift key when dou...more >>

SMTP and System.Web.Mail
Posted by Billg_sd at 11/29/2004 10:49:08 AM
Before I can make calls to System.Web.Mail, I need to ensure SMTP is configured on the PC (running my app). If SMTP is not configured, I need to turn on SMTP with default settings. Is this possible? Could I use something like sysocmgr to perform a quiet install before calling: net sta...more >>

Maximize
Posted by Charles A. Lackman at 11/29/2004 10:00:14 AM
Hello, I have an application that starts notepad.exe from a button click in VB.NET. I am looking for a way to make the window maximize or minimize from the vb app. Any suggestions (if at all possible, detailed) will be greatly appeciated, Thanks, Chuck ...more >>

Search path for assemblies
Posted by Johannes Salmenhaara at 11/29/2004 9:46:15 AM
Hi, Common framework looks for assemblies either from GAC or from the same directory where the application is located. However some of my asseblies are not in the application directory and they can not be added to GAC. Is there any way the application can set the additional locations where ...more >>

files selected in the file explorer
Posted by Homer at 11/29/2004 9:35:02 AM
Hi, I would like to be able to tell what file or files have been highlighted in Windows Explorer and pass this is in as an array into a .NET application. Basically I would like to be able for a user to select a couple files and right click and run my app which would do something with t...more >>

deploying security policy
Posted by Marek at 11/29/2004 9:30:22 AM
Hi there, we plan to deploy .net WinForm application using "no-touch" model (users run WinForm application by clicking on the web-link). Everything runs nicely but one problem that we try to solve is how to deploy .net security policy in corporate environment with minimum pain. I know that adm...more >>

No touch deployment and help files
Posted by /dev/null at 11/29/2004 7:51:03 AM
As i understand it, no touch deployment works only with assemblies. How does one deploy help files with a .net application using no touch deployment ? ...more >>

Help with ASP.net & Active Directory
Posted by Tim pd UK at 11/29/2004 7:31:02 AM
Hi all, I have made a site which interacts with a database for details on people which they are able to input them selves. I would like to be able to take those details and put them into "Active Directory" i.e. to create a network account and e-mail account for the person inputting the data ...more >>

Reporting capabilities in .NET and ASP.NET
Posted by mskhanis NO[at]SPAM hotmail.com at 11/29/2004 6:46:05 AM
I am doing some research into the reporting capabilities provided by ..NET by itself and also integration with other programs such as Crystal Reports or thrid party tools. I don't have much experience with .NET technologies but most of the reports will be requested through the web and produced v...more >>

ASP.Net 1.1 shadow copy + reflection problem
Posted by icesoftware at 11/29/2004 2:33:02 AM
I use this function to load some assemblies from a directory into ASP.Net application: Private Function CaricaLibShadow(ByVal Libreria As String) As [Assembly] Dim Backup As String Dim Assbly As [Assembly] Backup = AppDomain.CurrentDomain.SetupInformation.ShadowCopyDirectories A...more >>

Advice needed on distributing new versions of a dll
Posted by Craig HB at 11/29/2004 2:19:02 AM
I am running a .net windows service that uses the FileSystemWatcher to monitor a specific file. When the file changes, the service runs some code in a .net class library (.dll) that contains all the functionality. They are all written in version 1.0 of the .net framework and run on NT4 and XP ...more >>

creatung setup using Visual Studio 2003
Posted by georg andersson at 11/28/2004 11:01:03 PM
hi i like to create a setup that contains a custom form, that prompts the user for his mail-adresse. how do i add custom forms to the setup that is created by visual studio? best reards georg...more >>

Setup of a .NET Installation
Posted by Glyn Meek at 11/28/2004 9:31:41 PM
We are having great difficulty configuring the 'setup' project in .net and making it so that it will OVERWRITE and REPLACE previous versions. We have a number of Visual Basic products in our suite, and have built separate Setups for each of them. Ths Setups work fine apart from one little gli...more >>

Overridable variable members?
Posted by Gary K at 11/28/2004 8:21:05 PM
I am trying to convert some old code into .NET and this old code uses internal structures to define the underlying data structure for a class. This class is then used as a base class for other derived classes. I've worked out how to get initialized structure variables in classes, but the probl...more >>

.Net assemblies decompilers
Posted by ed at 11/28/2004 1:33:02 PM
Hello. Is any way to avoid .net assemblies decompilation with programs like Reflector? How much effective those programs are?. I appreciate some link or book about those themes. thanks!...more >>

14 million lexicons
Posted by ryu at 11/28/2004 1:23:10 PM
Hi, I am just curious. In the paper by the google founders, they said they are able to load 14 million lexicons into 256mb of memory. How did they do that? Is there anyway it can be done using dotnet or C++? Regards Ryu ...more >>

C:\WINNT\Microsoft.NET\Framework\v2.0.40607
Posted by Nish at 11/28/2004 1:00:31 PM
I have installed .Net Framework 2.0 sometime back. I have the following folder in my PC C:\WINNT\Microsoft.NET\Framework\v2.0.40607 Is there any release after this install. Please advice. Nish ...more >>

Hide Directory programmatically
Posted by EK at 11/28/2004 2:31:02 AM
How can i hide some directories in local comp . i need that only admin can see them and their contents. Thanks ...more >>

asp.net newbie
Posted by godfader at 11/28/2004 12:14:15 AM
I've instaled framework 1.1. When i try to build asp.net web aplication and do the setup in IIS virtual dir i get message : you are not running specific asp.net version 1.1 what do i need to download? ...more >>

XML editor component
Posted by Anders K. Jacobsen [DK] at 11/27/2004 8:46:43 PM
Hi Im planning to develope a open source editor for editing some special xml files. I guess its quite a task (read time-consuming) to develope my own xml editor from scratch. I need tag highligtning, endtag autocomplete and just plain texteditor capeablities. Anyone know of a free xmledi...more >>

garbage collection problem in large linked list
Posted by Mr. Mountain at 11/27/2004 5:23:50 PM
I have a need to implement a linked list that will hold a large number of items. I have done a little performance testing to compare the linked list against the framework's standard hashtable. So far the linked list meets my objectives in all ways -- except for one problem that it exhibits. I...more >>

Assemblies Working Set
Posted by Nando at 11/27/2004 11:29:30 AM
Hi I developed a layered desktop application. Data, business, and presentation layers, all of them built a single assembly (the main .EXE), with a working set of about 4.5MB. Then I was needed that the reports of the application were available on the web so I splited the assembly into the...more >>

How Programly create assemblyes native image
Posted by Irakli Lomidze at 11/27/2004 2:57:29 AM
Dear Sirs. ..net framework has a grate utilite ngen.exe is it posible use it programly from my code. (of course i do not meen run exe file (ngen.exe) from a program) :) Thank you in advance. Irakli Lomidze. ...more >>


DevelopmentNow Blog