all groups > dotnet framework > january 2004 > threads for thursday january 29
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 31
windows 2003 .net framework
Posted by Hassan at 1/29/2004 10:56:05 PM
Hi
I installed windows 2003 server on my machine, it installed .net frame work 1.1 along with windows 2003. Now I want to uninstall that version, there is no list in currently installed programs list from add/remove programs. Pls tell me the process how to uninstal
regds
Hassan... more >>
Daylight saving
Posted by Thana N. at 1/29/2004 6:48:09 PM
Suppose I want to write program to get Index value of stock market all
around the world at the open and close time of each stock market which
specify a local time. How can I do this with a daylight saving time concern?
Is there FCL support?
Thanks,
Thana N.
... more >>
Reflection - Transform a dotnet component to XML
Posted by Ahab Guirguis at 1/29/2004 5:43:35 PM
hello,
I receive an error on the recursive call...... The text colored blue is =
my center of the problem....
The funuction defined below works fine with the exception of sub =
classes. when the function reaches a sub-class like fonts property or =
text the function fails with the error=20
... more >>
Integrate the .NET Framework 1.1 into MS Visual Studio .NET 2002 ??
Posted by Robert Mayer at 1/29/2004 4:54:32 PM
Hello!
Can I integrate the .NET Framework 1.1 into the Microsoft Visual Studio .NET
2002 Edition?
Because there are new classes like the FolderBrowseDialog Class
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html
/frlrfsystemwindowsformsfolderbrowserdialogclasstopi... more >>
Application Deployment Issues...
Posted by Nisha at 1/29/2004 4:23:44 PM
Hi Everyone,
I have a windows application that connects to a SQL server database. I have
the dotnet runtime installed on all the client machines. Instead of
installing the application on every client... I would like to set up the
application on an application server and provide a shortcut on t... more >>
Build MSI withou VS.NET?
Posted by localhost at 1/29/2004 3:30:51 PM
I have Visual Studio .NET 2003 and have created a MSI with a setup
project. Everything works fine, but now I would like to compile the
MSI without running the entire IDE.
I have compiled different .NET apps with "csc.exe" to make assembly
DLLs at the command line, but am not sure how it sho... more >>
Distribute CAPICOM?
Posted by localhost at 1/29/2004 3:29:09 PM
I have a completed Setup Project for a WinForms application created
with VS.NET 2003. The application requires CAPICOM, and the interop
code for it was already generated by Visual Studio. How should I
include CAPICOM in the setup project so it gets registered if it does
not already exist, and ... more >>
cross-appdomain remoting behavior of streams
Posted by EP at 1/29/2004 3:09:33 PM
Can anyone point to somewhere that explains the behavior of streams with
remoting accross appdomains?
Is there a performance hit if I pass, say, a textwriter (connected to a
networkstream) to another appdomain for reading/writing?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Windows.Forms.DataFormats question
Posted by New World Order Pigs at 1/29/2004 3:06:45 PM
Under System.Windows.Forms is a class called "DataFormats" that can be used
to programmatically manipulate the clipboard. This has a number of
intriguing properties and yet I can't seem to gather exactly how this can be
used. Is it possible to use this class and its methods to do conversions
b... more >>
Setup projects
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/29/2004 2:24:12 PM
Hi,
Is it possible to have the setup project call other installers as pre
requisites and also install the .net runtime before installing my
application?
Thanks.
... more >>
Sharing data between AppDomain
Posted by Dontas at 1/29/2004 2:16:12 PM
i'm looking for the thechnics of sharing daya between several app domaind running under the same process.
i know that every app domain got its own isolated resources, but i must shared data betwen them, like Application object in ASP.NET Apps.
... more >>
What causes 'System.ExecutionEngineException' ?
Posted by Tim Mulholland at 1/29/2004 2:03:34 PM
I have an application that uses an external C(?) Dll and it seems like
after I make a specific call to that dll the application will crash at a
random call to the dll in the future. It sometimes crashes the next call
after said call, while sometimes it doesn't crash for 5 minutes; but it
alway... more >>
Visual Studio .NET and then Framework 1.1
Posted by Rypyr at 1/29/2004 12:16:14 PM
Please Help
Last night I was coding away in VC .NET 2003 to my hearts content. Then I thought I would install the .NET Framework SDK (1.1) because I wanted to play with C# from the command line. I noticed that I didn't have a choice as to where I wanted to install it (although the installer says... more >>
Crystal reports??
Posted by Shelly at 1/29/2004 11:24:46 AM
Hi all
I have VS.NET 2003. I understand that CR come integrated with this now. But
whenever I open up a CR, it shows a Crystal Decisions Registration Wizard,
asking for some key. I have a licensed copy of VS.NET. What key is this
then? Please provide details for this.
Thank you for your time.
... more >>
File.Copy causes 'The semaphore timeout period has expired.' error
Posted by Jeremy Chapman at 1/29/2004 10:43:18 AM
I've got a recursive function that copies all files/folders to a new
location. On one file, which is about a meg, it gives me an error
The semaphore timeout period has expired.
This occures on a File.Copy what causes this?
... more >>
Installing localized versions of dotnetfx.exe to windows 98 & me
Posted by Ken Cattanach at 1/29/2004 10:15:59 AM
Hi,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp
The above article gives some instructions on installing localised versions
of dotnetfx.exe and language packs onto windows 98 and me. Specifically, it
mentions:
"Install the same lang... more >>
Is this possible? 'Dynamic' Code
Posted by jdn at 1/29/2004 9:41:09 AM
I have a class called myConfigurationClass with 3 private members, and 3 public gets (so, 3 read-only properties). So, for instance
private members: _A, _B, _
public gets A, B,
Oh, and they are all strings. In particular, they are Connection strings for SQL Server
In my web config, I have ... more >>
LicenseProvider
Posted by Frédérick Jacquet at 1/29/2004 9:14:14 AM
Hi,
I need to write my custom LicenseProvider. I would like to kown if the
license key stored with context.SetSavedLicenseKey(...) is stored in a
secure way in the assembly resource ? should i encrypt the license key or
not ??
thank you.
... more >>
Getting the Modified Time Stamp from a File in .Net
Posted by Dan at 1/29/2004 8:56:13 AM
How do I get the File Time Stamp that appears in the Modified Column in Windows Explorer
I've tried the different methonds of the File class (GetCreationTime, etc.) and they sometimes return values different than the one that appears on Windows Explorer.
Thanks in advance!... more >>
NUnitAsp - Newbie question
Posted by nashak NO[at]SPAM hotmail.com at 1/29/2004 7:36:07 AM
I am trying to test a web application that has a number of aspx pages.
I've looked into NUnitAsp and was wondering how to test several pages
automatically. I can test one page at a time using the tutorial but
how do I pass parameters from one page to another to automate the
tests.
Any point... more >>
.NET MS office automation through COM interop
Posted by Trond A. S. Andersen at 1/29/2004 7:11:09 AM
Hi!
How do I deploy .NET applications that references Interop.Excel.dll or
Interop.Outlook.dll onto computers other than the one on witch the project
was built? I've made serveral attempts on packaging the assemblies using
Visual Studio Setup Projects. However, the MS Office automation operat... more >>
How easy is it to maintane the source code
Posted by curious at 1/29/2004 4:11:11 AM
Generated source code from the products
How easy is it to maintain
How easy is it to debug
... more >>
Environment.GetCommandLineArgs bug ???
Posted by BBVan at 1/29/2004 3:09:27 AM
I'm passing quoted path parameters to a VB .NET program and using the =
following declarations to retrieve them:
Dim szCommandLine As String =3D Environment.CommandLine=20
Dim szArgs() As String =3D Environment.GetCommandLineArgs()
When I look at the entire command line , the arguments are q... more >>
Cannot save a loaded image -- Access denied Error
Posted by SonyMan at 1/29/2004 1:31:08 AM
HI
I have a VB.NET application in which my Image (from a picturebox) is opened by the user in another application like MSPaint or Photoshop or whatever he chooses. The image does open there.But after making changes, the user cannot save the image since it throws an error : "Access denied.File is in... more >>
problems with streamwriter output to .csv
Posted by Brendan Miller at 1/29/2004 12:44:52 AM
Hi,
I have been having a problem writing the contents of a dataset to a .csv
file. When I write to a .csv file and open it with either Excel or Wordpad
the "french" characters are wrong. When I open the file with notepad the
characters are displayed correctly. e.g. in notepad: École, in
Wor... more >>
|