all groups > dotnet general > august 2005 > threads for tuesday august 2
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
.Net Framework 1.1 Installation Error
Posted by Mark Anderson at 8/2/2005 8:05:04 PM
I am trying to install a new software application (QuickBooks Pro) which
requires that the Microsoft .Net Framework 1.1 be loaded first. Every time I
try to install .Net 1.1, it gives me the following error message:
Error 1935. An error occurred during the installation of assembly
“Micros... more >>
long delay sending via tcpip socket in .NET
Posted by John Lemire at 8/2/2005 7:50:02 PM
Hi,
I have a connection which after an initial handshake has one way traffic.
I am sending bursty data. When I write a data buffer (variable size) the
last portion of it is not sent to the server until I start writing the next
buffer which may be 1/2/10/20/30 seconds later. Im using NetworkS... more >>
JavaScript
Posted by Wilton Yuan at 8/2/2005 6:44:02 PM
Hi,
I am new of DotNet. I am just wondering if I still need to use javascript
for the validation of form? Do I have to add lots javascript on web
application?
Thanks,
Wilton
... more >>
Getting Out of memory exception even when the memory is not full
Posted by Aravind at 8/2/2005 6:25:45 PM
Hi,
I am ruuning to out of memory exception , My system has RAM of 4 GB
and virtual memory paging size set to 4GB .When I check the memory
occupied by the process during the exception , it is less ( around 500
MB and peak Memory usage 800MB , even the total memory of the system
is not high ... more >>
in C# fastest way to convert a string into a MemoryStream
Posted by Daniel at 8/2/2005 4:01:09 PM
in C# fastest way to convert a string into a MemoryStream
... more >>
First app deployment
Posted by Shawn at 8/2/2005 2:00:02 PM
Hi ;
I'm trying to deploy my first winform app that i built with C# in VS.net
2003. how ever i can't make it work on the test machine i have. can any point
me to a tutorial, steps or a book that explains the process of deploying an
application. i got a strong name error when i went to registe... more >>
How to use the GAC
Posted by Tom S. at 8/2/2005 1:43:04 PM
..Net Framework v1.1.4322
VS.Net 2003
I have 3 differnet projects for a web application. The first holds the
logic for my controls. The second holds the controls themselves and has a
reference added to it for the first projects dll. And the third is my web
application that references th... more >>
Web Config File Problems
Posted by Mike Moore at 8/2/2005 12:39:03 PM
We are using MS Visual Studio 2003 integrated with Visual Source Safe. In
previous projects we have had no problem with using the data connection
string from within the web config file. We have noticed on our latest
project that everytime we have to modify something on our web forms VSS is
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Interfacing in .NET
Posted by Shaurya Anand at 8/2/2005 12:07:06 PM
I would like to know more about Interfacing hardware devices through .NET.
We're students and what we're trying to do is control our robots with
printer or serial port interfacing... very similar to C++ classic style.
Please help us as it could do great wonders for our project.... more >>
Excel/Word interop for both Office 10 & 11
Posted by Bob N5 at 8/2/2005 11:45:26 AM
I am working on an application that uses interop to do some simple operations
with both Excel and Word. I have most of functionality working, but ran into
issues on making things work with both versions of office. My questions are:
1. What is the 'best' practice for building an application... more >>
WMI Timeout
Posted by Bishop at 8/2/2005 7:46:16 AM
I have a list of workstations that I run WMI queries on from VB.NET. The
application works fine but can take a while because the list of computers is
long and many times there are workstations that are not turned on when WMI
tries to connect and eventually times out. Is there a way to adjust... more >>
Microsoft.Net - Solaris OS
Posted by Badri at 8/2/2005 7:29:06 AM
Would like to know whether Microsoft.NET would work on Sun Solaris OS.
... more >>
ldap connection problem
Posted by Amar at 8/2/2005 6:11:05 AM
I am trying to connect to my college LDAP directory using ASP.NET. This LDap
does not have security as it returns only user demographic information.
i do not need to bind with a username or credentials.
What i am trying to do is, i am trying to look up all the information for
the user with u... more >>
ASP.NET 2.0 Release
Posted by Natalia at 8/2/2005 5:02:31 AM
Hello,
Our company wants to move our ASP applications to ASP.NET. We didn't
use .NET before. I want to ask your opinion:
- is it better to migrate right to ASP.NET 2.0 Beta, i.e. start
developing and wait until the Release version will come and only then
to put it on our public server (... more >>
WebService problem : The underlying connection was closed: An un..
Posted by Toma Marinov at 8/2/2005 3:00:47 AM
Hello !
I have a WebService.
When I execute WS in browser on local machine - its OK!
When I execute WS in browser on the server machine /with remote desktop/ -
its OK!
When I execute WebService in WindowsForms app on the local machine /app and
WS/ - its OK !
But when I execute the Web se... more >>
Enterprise Localization Toolkit?
Posted by handlim NO[at]SPAM hotmail.com at 8/2/2005 12:09:13 AM
I use Localization Toolkit to transfer language. but, the resource file
is made from database. but, I dropped the database that have data for
resource file by mistake.
Is it possible to transfer data from the resource file to database? If
not, Is it possible to join two resource files to one.
I... more >>
Web application - writeing to disk
Posted by budhA at 8/2/2005 12:00:00 AM
Hi!
What do I need to do if I want to write (with a stream) to file that is in a
root dir of Web application or any other file on the disk.
Thnx
... more >>
Passing Validation result between tiers??
Posted by Albert Tollkuçi at 8/2/2005 12:00:00 AM
I have created a class ValidationResult which
looks like:
class ValidationResult
{
ValidationStatus Status;
ValidationItemCollection Items;
}
The ValidationItem is defined as below:
class ValidationItem
{
ValidationStatus Staus;
string Code; // Error code usually, but can ... more >>
|