all groups > dotnet general > july 2003 > threads for thursday july 24
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
Problem with Calander Control Day Render Event
Posted by Billy Jacobs at 7/24/2003 10:52:21 PM
I am using the Day Render Event to place a red * on each
day where there is at least one event. This works fine on
my local machine. It however does not work on the
production server. The following is my code:
I even tried it removing the if completely. Just writing
the literal control to... more >>
Installation program
Posted by Clark B at 7/24/2003 8:48:20 PM
Hi there!
I have a small application that I want to distribute to users. I want an
easy installation program and for this I need some help. The application is
an excel client (an excel add-in that uses methods and properties of an .NET
dll). I want to use the set up project type of .NET.
I ... more >>
Can VS.Net 2003 coexist with VS6
Posted by M VanTine at 7/24/2003 8:27:31 PM
Hi,
I currently have VS6 on my machine (Win2000 Advanced
Server). Can I install VS.net 2003 on the same machine
and keep both? I am a developer and need both. Please
advise what I need to do so that I don't step on dll's,
etc.
thanks in advance
meryl... more >>
Unable to uninstall assemblies from the global assembly cache...
Posted by Bill Chi at 7/24/2003 6:03:51 PM
I have encountered a situation where I am unable to remove
a .NET assembly from the GAC. The message I receive
is "Assembly 'assemblyname' could not be uninstalled
because it is required by other applications." Although I
have seen this before when trying to remove .NET
assemblies that have b... more >>
Unmanaged Code switch - how much does it cost.
Posted by Mart Rogers at 7/24/2003 5:11:08 PM
We have been trying to avoid switches to unmanaged code in our development,
but have recently folded in a call to CDO by using System.Web.Mail as a
quick way to send email.
Yes this is a call to unmanaged code - but does anyone have any figures for
what that costs to do that switch?
How sig... more >>
Getting sender.tooltip causes late binding error
Posted by vMike at 7/24/2003 4:27:15 PM
If I try to get the tooltip and name of the image object that triggers the
image button onclick event I get a late binding error. I can turn off option
strict but is there any other way to get this information. I am using
sender.tooltip and sender.name methods. I don't really understand the late
... more >>
Unable to remove any assembly from GAC
Posted by Peter Gomis at 7/24/2003 3:19:12 PM
I have encountered a situation where I am unable to remove
a .NET assembly from the GAC. The message I receive
is "Assembly 'assemblyname' could not be uninstalled
because it is required by other applications." Although I
have seen this before when trying to remove .NET
assemblies that h... more >>
can i know how many item in ENUM )in run time) ?
Posted by Daylor at 7/24/2003 3:09:16 PM
Public Enum COLORS
RED= 0
GREEN=1
BLUD =2
ORANGE =4
End Enum
public sub FooWithColors(enmColor as COLORS )
//here , i want to able to know this in run time :
//1.many colors i have in the enum ? (4)
//2.what is the value for each color (0,1,2,4)
end sub
how can i do that... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't remove old version of external assembly
Posted by Paul Klanderud at 7/24/2003 2:41:00 PM
I'm having a problem with being unable to remove a
reference to an old, nonexistent version of a strongly-
named assembly.
I should mention that my issues arose at the same time I
upgraded from v 1.0.3705 to v 1.1.4322 of the framework
(and to the 2003 IDE); I've been recompiling old 1.0
... more >>
Reboot Remote Win2K Machine in vb.Net
Posted by eric at 7/24/2003 2:16:19 PM
I have a need to reboot a remote machine from code that is
running on a local machine. I would assume that i need to
use WMI and the system.management namespace.
Any ideas? Code Samples?
Thanks Eric.... more >>
Unwanted Cashing
Posted by Billy Jacobs at 7/24/2003 1:48:18 PM
I have a web page which uses a datagrid to display some
data. The first column contains checkboxes. Here the user
can check or uncheck the items and then click a save
submit button. If they do this the page reloads and the
data is stored in the database and the checkboxes show
appropriatel... more >>
Open Page
Posted by Wes at 7/24/2003 1:18:03 PM
This should be really simple ... but how to do it has been
eluding me ...
I am writing an ASP.NET application and am using
ASP.ImageButtons & ASP.Buttons. Instead of redirecting to
another page (ie. Response.Redirect("xxx.htm")) I want to
open the page in another window. Sounds pretty b... more >>
.NET conflicts with FoxPro
Posted by Sveta Tsybizova at 7/24/2003 1:06:42 PM
Can anybody help me, please.
I can not install MSDAC 2.7 from Visual Studio .NET to computer with FoxPro
Access components does not work.
Help me please.
--
Best regards,
Sveta Tsybizova
CompileX.NET Project Manager
Atlantis DB Software, Inc.
Tsveta@atlantisdb.com
info@atlantisdb.com... more >>
How to find out how many instances are running and the current CPU usage rate.
Posted by davidw at 7/24/2003 12:17:37 PM
I want to check chose performance related parameters in my code.
Thanks!
... more >>
XML
Posted by Julian at 7/24/2003 10:55:05 AM
I am looking for some good examples on how to read
information from an XML file. I am using VB.NET for
pocket PC 2003. I am trying to make an application for my
pocket pc that reads and writes data to an XML file. If
this is not the right place to post this question, please
point me in ... more >>
"to asp.net or vb.net", that is the question
Posted by Dekesc at 7/24/2003 10:15:51 AM
This is a very basic question. As someone looking to
develop web sites, I am not sure whether I should be
using asp.net or vb.net. Under what circumstances would
one be favored over the other?
Can someone clears this up for me?
Thanks.... more >>
Uploading Programming Changes to the Server
Posted by Jim Mitchell at 7/24/2003 9:49:26 AM
I have a rather simple project with several ASPX files. If I make a change
to one of the files, can someone tell me the least I need to do to update my
project on the server.
Right now I am rebuiding the entire project, copying the to a directory and
uploading all the files required to run th... more >>
.NET to EXCEL
Posted by Duncan Winn at 7/24/2003 9:35:45 AM
I have a custom ADO .NET provider that retrieves table info from a custom
database. Is there any way to get Excel to talk to this provider directly,
to display the results in an excel spreadsheet???
... more >>
[BUG] Compile can't resolve namespace class differences
Posted by Matt Mastracci at 7/24/2003 9:26:53 AM
It seems like the C# compile can't resolve the difference between a
namespace and a class in a situation that is clearly unambiguous. Note
that it sees the namespace "C" before the class "C". I believe it
should see the class "C" first.
test1.cs:
=============
using System;
using A.C... more >>
Assembly name???
Posted by Serge Calderara at 7/24/2003 9:14:05 AM
Dear all,
What is the way to get the name of the assembly of my
current code execution ?
thanks
serge... more >>
Reboot With System.Management
Posted by ------------------ eric -------------------- at 7/24/2003 8:57:30 AM
Any idea how to reboot a givin machine useing the
ststem.management namespace?
thanks eric.... more >>
Exchange Server Contact list into VB.NET
Posted by Brian Henry at 7/24/2003 8:28:11 AM
Does anyone know of a way to pull my contact lists out of exchange server
and into a VB.net application? or even a public contact list? Thanks! This
is something I need really bad, any help would be nice.
--
================================
Brian Henry
The Reschini Group
HTTP://www.reschin... more >>
Texbox in DataGrid
Posted by Jeff at 7/24/2003 8:23:05 AM
I would like to increace the default width of the textbox
that appears in my datagrid when I click the Edit
button. The default width of the textbox that allows me
to edit the selected row is not sufficient. Does anyone
know how to facilitate this?
Thanks,
Jeff... more >>
Configuration file ?
Posted by Serge Calderara at 7/24/2003 5:57:52 AM
Dear all,
I need to implement a configuration file for my
application.Based on that I need to hget following
information:
1- How to get the current execution path of my application?
2- how a configuration file can be access from an external
assembly?
thnaks for your comments
regards... more >>
config file literally "consumed"
Posted by Paul Klanderud at 7/24/2003 4:15:40 AM
I'm encountering a strange situation with a .config file
for a simple windows form test harness I built to test
some components normally invoked by a windows service.
My config file, "testharness.exe.config," has some
<system.diagnostics> settings (trace listeners).
When my file is read ... more >>
Use of relative path in assembly info????
Posted by serge calderara at 7/24/2003 3:16:47 AM
Dear all,
I ma update my assembly information and one of this
information is the path to the registration key file.
I have noticed that you need to provide the full path for
the key file, thats a bit enoying if you different people
are working on the same project becasue drive mapping ca... more >>
|