all groups > dotnet general > november 2004 > threads for monday november 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
Problem reading Chr(0) from random file...
Posted by Venkatarajan at 11/29/2004 11:29:02 PM
hai,
At present I'm facing a strange problem. We are converting a project from
VB to .NET
One record contains Chr(0). Let the record be of length 1800. In the 50th
byte of a record a chr(0) is there.
While I use VB to read it's giving all 1800 bytes. But when I converted my
VB to VB.NE... more >>
Help plz...
Posted by Nirma at 11/29/2004 9:53:05 PM
Hi,
I wants to find minimum hardware requirements(Ram size,
Processor speed, HDD size..) for smart client (C# window)
application. So how to identify the requirements?
Any tools or techniques?
Thanks,
Nirma.
... more >>
How to debug Serviced Component in vb.NET?
Posted by william at 11/29/2004 8:57:01 PM
Could anyone tell me how to debug a Serviced Component (COM+) in .NET?
I tried to attach the debugger to the host process, but failed, got error
"unable to attach the process. There is no managed code running in the
process. In order to attach to a process with the .NET debugger, managed code ... more >>
Dynamically add controls on a web page
Posted by Prasad Patil at 11/29/2004 8:47:07 PM
Hi,
I ahave a web page, on which i have a placeholder control, a button control
.. When i click on the button control it shoul add a user control to the
placeholder control. I tried the same with textbox control, but whenever i
click the button it adds only one textbox control to the page. H... more >>
Webbrowser - What fires before each page is downloaded?
Posted by Jim Hubbard at 11/29/2004 8:43:55 PM
According to Visual Studio 2003 Help files "In Internet Explorer 6 or
later, the BeforeNavigate2 event fires only before the first navigation
made in code. It does not fire when a user clicks a link on a Web page."
If I want to intercept each webpage before it is rendered in the webbrowser ... more >>
Newbie help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 11/29/2004 8:24:32 PM
Hi all
I am having vb.net application which is using reference of dll which
is created in ATL COM.
I have one method in COM dll which i am calling in vb.net.
First time application is working find. But if i try to call same
method again without closing program, application is giving error tha... more >>
asp.net session
Posted by phuongpv at 11/29/2004 8:13:01 PM
How to get asp.net session value from asp?... more >>
BeforeNavigate2 only fires once....
Posted by Jim Hubbard at 11/29/2004 7:10:23 PM
According to Visual Studio 2003 Help files "In Internet Explorer 6 or
later, the BeforeNavigate2 event fires only before the first navigation made
in code. It does not fire when a user clicks a link on a Web page."
So what does fire?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Is .NET 1.0 or 1.1 distributed with Windows XP SP2?
Posted by Nghia Nguyen at 11/29/2004 5:49:05 PM
Question:
- Does anyone know if the .NET 1.0 or 1.1 platform is distributed with XP SP2?
I want to avoid reditribute the .NET binary if it is included in XP SP2.
Thanks... more >>
DateTime
Posted by Viorel Ghilas at 11/29/2004 4:39:12 PM
Hi all
I have some trouble. I hava configurable date format, for ex. like this
'yyyyMMdd' and I try to convert strings to date time, and .net give me an
error 'string is not recognized as a valid DateTime', my code is:
DateTimeFormatInfo df = new DateTimeFormatInfo();
df.DateSeparator = str... more >>
how do i access methods when the .net assembly was loaded with late biding?
Posted by Daniel at 11/29/2004 4:23:28 PM
how do i access methods when the .net assembly was loaded with late biding?
class Class1
{
public static void Main()
{
System.Reflection.Assembly SampleAssembly;
SampleAssembly =
System.Reflection.Assembly.LoadFrom("C:\\SimpleSolutions\\asmload\\asmtoload
\\bin\\Debug\\asmtoload.dll"... more >>
Evaluating Reporting Tools for .NET
Posted by mskhanis NO[at]SPAM hotmail.com at 11/29/2004 3:55:05 PM
I am currently doing some research on reporting features provided /
compatible with dotnet features. Our current application has excel
reprots that are emailed both with an without scheduling through a web
front end that uses coldfusion as well as asp. There are custom vb
compnents that generate... 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:16:04 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:44 PM
How do i dynamicaly load and unload a C# dll at runtime
... more >>
Problem with Webbrowser control....
Posted by Jim Hubbard at 11/29/2004 2:48:37 PM
When using the following code.....
------------------------------------
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click
Dim HTMLString As String
HTMLString = TextBox1.Text
Dim doc As mshtml.HTMLDoc... more >>
help to find appropriate license
Posted by David at 11/29/2004 2:37:42 PM
we are a group of developer, our intention is to developer free Microsoft
..NET components
Initially source code is not available, so we are trying to find the
appropriate license.
All components are totally free and royalty free for commercial and
non-commercial applications. So, developers ... more >>
FTP and dotnet
Posted by ramya.chirawala NO[at]SPAM gmail.com at 11/29/2004 2:04:34 PM
Hi,
Dotnet cannot upload huge files(more than 4 MB without tweaking the
parameters in web config)
http://support.microsoft.com/default.aspx?scid=kb;en-us;323246.
So i am trying to upload files greater than 4 MB using FTP server. i
am doing some socket programming as in
http://support.micro... more >>
Load Testing Errors
Posted by Shabam at 11/29/2004 1:47:13 PM
A web application of mine developed using C# + MS SQL runs fine normally.
However when I stress test it with a load testing software (using about 60
simultaneous users) some instances start erroring out. I see two different
errors. One is a "Object reference not set to an instance of an object.... more >>
.NET & Web Applications In General
Posted by Jim Douglas at 11/29/2004 12:30:32 PM
How many times a day do other's have to reset IIS or reboot a system? We are
rolling out our first .NET application and during the pilot phase found that
we need to reset IIS at lease 2-3 times a week, we have only about 50 users
on it now! We have implemented exception handling and EIF and see n... more >>
Trouble loading Web forms
Posted by fripper at 11/29/2004 12:30:25 PM
I must have done something that has suddenly caused me to be unable to load
a new web form when developing web apps. Simple example: WebForm1 has a
button which when clicked simply does a Response.Redirect("WebForm2"). When
I run the program and click the button I get "The page cannot be fou... 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 >>
Problem with Datagrid Sorting
Posted by MrMike at 11/29/2004 11:35:35 AM
Hi. I have a webform datagrid which should sort whenever the column is
clicked. However, when the column is clicked no sorting occurs and the
datagrid (with the exception of the header) disappears. My code to perform
the datagrid sort is below. My datagrid's AllowSorting property is TRUE. ... 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 >>
Application sser rights management
Posted by versteijn NO[at]SPAM 538mail.nl at 11/29/2004 7:52:38 AM
Hello all,
I'm in search for a nice user rights management framework. I want to
be able to check if the current user has the right to perform a
specific action, like: create a new user.
Something like:
if(!User("Jacque").HasRightsFor("createuser"))
{
throw new ApplicationException("Us... more >>
Convert classic ASP to 1.1 or 2.0 ASP.NET Version
Posted by Sydem at 11/29/2004 5:27:09 AM
Hello. I didn't see the answer to this question posted anywhere else so I
apologies off the bat if it is a re-post. I have a fairly large classic ASP
application that I need to convert to .NET. The time frame that I need to
hit production with it is June/July. At this point I'm torn betwee... more >>
start page
Posted by **pierre** at 11/29/2004 4:39:03 AM
Hi,
I cannot read the foolowing page in IE.
http://msdn.microsoft.com/vsdata/vsdata.asp?tab=vs_online_community
Can you tellm me why ?
Thanks
Pierre
--
Meilleures salutations... more >>
Why Windows Lost The Battle for the Desktop
Posted by John Bailo at 11/29/2004 2:03:04 AM
This is a multi-part message in MIME format.
--------------000204050405010705030903
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
The war of the OSes was won a long time ago.
Unix has always been, and will continue to be, the Server OS in the ... more >>
MS Visual Studio .NET Ver. 2003 trial version question
Posted by Julia at 11/29/2004 1:35:32 AM
Hi
Please could you let me know where I can obtain the above trial version. I
have tried obtaining in on the MS site, but when I click the link it doesnt
take me anywhere.
Thank you
Julia... more >>
dotfuscator - What??
Posted by Nuzrath Banu at 11/29/2004 1:11:03 AM
Recently, I have installed VS.NET 2003. It is shipped with dotfuscator
Community Edition. Can anyone explain me what it is and how to use this.
--
Yours Friendly,
Nuzrath Banu... more >>
|