| Thread | Last Post | Replies |
|
| Unmanaged Code Permissions | 29 Feb 2004 10:31 GMT | 1 |
I got this code from msdn. I do not have alot of experience with old vb and to be honest the hex is very intimidating. Fortunately, the code works fine, unfortunately i have no idea what permissions need to be asserted for this to work in a control hosted in ie (Calls to system ...
|
| Sending data over Socket | 27 Feb 2004 20:37 GMT | 1 |
I have a client server app that will send XML data & binary files from the directory system. How would I package these to send and recieve? Do I use a NetworkStream? Or do I build a StreamWriter and send buffered streams? Any other ideas?
|
| Config Application Block: can you override settings at local dev boxes? | 27 Feb 2004 03:01 GMT | 4 |
I am putting together our configuration managment plan for my company, and I really like the CMAB for this solution. I want to utilize a central SQL storage DB for each of our environements, and then have all our .NET projects use this mechansim.
|
| Windows Service not able to run external application | 26 Feb 2004 15:10 GMT | 5 |
I have a windows service that periodicly checks for orders. The orders are converted to pdf files and then the pdf files are placed into a zip file and emailed. The problem I have is that to create the zip file I use Process.Start and
|
| Need to create a multi-threaded component that streams file from remote server to asp.net | 26 Feb 2004 09:05 GMT | 1 |
I'm a dotnet newbie and have been developing some web applications in asp.net. I have a requirement to load files from a remote file cache server (many of them actually) to a web image viewer. The files can be sensitive and because of that I can not use a virtual directory to
|
| Server timer - progress (new problems) | 26 Feb 2004 01:53 GMT | 5 |
I have just reviewed again the handicap placed on the server by the timer, as adjusted with the dbSca_Alert being fired within the Timer Event processor. Despite the fact that the task manager claims it is using 100% of cpu
|
| Updater Application Block - Cascading Updates | 25 Feb 2004 19:11 GMT | 3 |
Currently, the Updater Application Block appears to only do one update at a time (ie. From version 1.0.0.0 to 3.0.0.0). Has anybody figured out a way to do cascading updates using the Updater Application Block (1.0.0.0 -> 2.0.0.0 -> 2.1.0.0 -> 3.0.0.0) so that it downloads all ...
|
| What's the reason for the committed memory increasing? | 25 Feb 2004 06:17 GMT | 1 |
I made a distributed system in VB.Net for my company. About 80 clients are connecting to the server through leased line every day. I have to restart the server computer every one week, otherwise, the memory will be exhuasted. I'm trying to figure out what reason it is. It is the ...
|
| Crystal Reports Logon | 24 Feb 2004 15:01 GMT | 1 |
I have a Crystal Report linked to 2 typed datasets. When I run it I get Database Logon screens for each table in the separate Databases. I cannot successfully logon to them. I have filled the datasets correctly before enabling the report viewer. So why do the logon screens ...
|
| Object orientation and relational databases | 23 Feb 2004 17:12 GMT | 1 |
I wonder where can I find documentation/information on how to implement classes that relate to database tables. Especially I would like to answer the following (design) questions: 1. Suppose we have a Client class and a ClientGroup class that correspond to
|
| Enterprise Templates | 23 Feb 2004 16:53 GMT | 1 |
I want to know how I can forbid the use of a class with Enterprise Templates. I’ve already locked it in the toolbox panel but I want to lock it for instantiation too How can I forbid the use of a class in particular without locking an entire reference For example: I don’t want the ...
|
| .NET _ WIndows App | 23 Feb 2004 01:15 GMT | 2 |
A hellow world windos app was created in .NET It works well in the development machine were we have VS.NET installed. We can run it from windows explorer or via IIS however, when we put the executable on a production web server [WINDOWS 2003] it does not contain VS.NET. it doesn't ...
|
| Opening an app with a class as an argument in .Net | 20 Feb 2004 20:36 GMT | 1 |
I was looking to pass a class as an argument to a secondary program. Basically program 1 is a menu holding certain core variables and any item selected from the menu runs on its own but needs certain values that I hoped to contain in a class. A subquestion would be under what ...
|
| RegistryPermission Error HELP!!!!!!!!!! | 20 Feb 2004 11:26 GMT | 1 |
I am wondering if anyone can help me out with this one. Here goes....... I have my local machine (Windows XP framework 1.1) and a Server (Windows 2003 framework 1.1). When I go to run my code on my box and late bind to a dll on the server machine I get an error. Below is the lines ...
|
| Microsoft configuration management app block. | 20 Feb 2004 11:11 GMT | 2 |
As far as I know it, the MCAB read/writes from the file app.config. Is there a way for MCAB to read/writes file located in the user's directory? So each user can have his/her own application setting. Is this possible to do so using MCAB?
|