all groups > dotnet general > october 2005 > threads for friday october 28
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
Web.config Help
Posted by Peter Avalos at 10/28/2005 2:58:09 PM
I am trying to configure a set of access rules for a subfolder in my
project. The folder is a subfolder in the application folder and cannot
read the dll file in the application's bin folder. How do I propertly tell
the compiler in the Web.config file used in the sub folder where to find the... more >>
.NET Framework Version
Posted by Yosh at 10/28/2005 12:23:44 PM
Is there a tool that will tell my the current .Net Framework version? I
don't need to do it programmically using the Environment.Version. I need a
command line application that will tell me?
Thanks,
Yosh
... more >>
P#
Posted by alberto at 10/28/2005 11:48:33 AM
Does somebody know where I can find the P# compiler?
Thank you
... more >>
Reflect field inside method
Posted by John Bailo at 10/28/2005 11:46:18 AM
Is it possible to Reflect a variable inside a method?
I can Reflect a class field using GetField, but can I reflect a
variable/field from inside member?
For example, I want to Reflect samp inside of the method:
public int myMethod()
{
string samp = "five";
// Get type infor... more >>
"onkeypress" event
Posted by Mike Moore at 10/28/2005 11:35:02 AM
We are using the "onkeypress" event in Javascript to determine when
the user hits a particular key. This works well unless an ASP.NET
control (such as a textbox) has focus. In this case the onkeypress
event does not fire. Unfortunately, our need is to handle key presses
when a control does hav... more >>
Printing
Posted by Lou at 10/28/2005 11:21:12 AM
How do I use the printdialog. If I call
PrintDialog1.ShowDialog
it gives me an error mesage to set th edocumt
I have a text box control with text that I want to print from a command
button?
-Lou
... more >>
VS 2005 Q..
Posted by TheMadHatter at 10/28/2005 10:59:06 AM
When is the exact release date vs 05?
(It would be just great if I could fit it in before year end.)
thanks in advance.... more >>
Using include file
Posted by bk0612 at 10/28/2005 10:18:01 AM
How do I call the include file in a .aspx page?
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question about the VS 2005 editions
Posted by the friendly display name at 10/28/2005 8:59:04 AM
The 2003 product line, had the standard editions, you could only work with
one single language, but, ASP.NET AND windows forms development was possible,
and it wasn't that dumbed down.
The price for a std edition: around 100$
Sadly, there isn't a true successor to those editions in the 200... more >>
How can I dig deeper to find the actual promblem?
Posted by PaulNaude at 10/28/2005 4:35:01 AM
VB.NET 2003
I am battling with a specific procedure that does not allow me to update my
data adapter due to an apparent syntax error. I created the data adapter
usign the drag and drop method (from the Server Explorer to the form) by
dragging the table in question to the form and then gener... more >>
Input string was not in a correct format.
Posted by Niyazi at 10/28/2005 12:59:04 AM
Hi
I am trying to insert some value into SQL Server 2000 tables and I am keep
getting the "Input string was not in a correct format" error.
When user fills the Form it updates the table call tbl_04_Hellenic.
Then In that form some of data also goes and fills another table call
tbl_LEHTAR... more >>
How to send events to a Window Service
Posted by Usman at 10/28/2005 12:00:00 AM
Hi
I have a window service written in C#. I have another application that
requires a lengthy process to be performed like taking backup. How can I
make this lengthy process be performed by window service in such a manner
that my application may invoke the process. Is there any way that I can c... more >>
BHO and WebDav events
Posted by Steve Drake at 10/28/2005 12:00:00 AM
Hello,
Sorry if this is the wrong groups, I couldn't see an obvious group for this
question.
I have written a BHO in C#, catch IE events but I cannot find away to make
it catch WEBDAV events.
I open my website, I can see the events being processed, I navigate to the
WEBDAV (via httpF... more >>
Logging Framework
Posted by Stanley Cheung at 10/28/2005 12:00:00 AM
hi all,
I want to install a (FREE) log framework to my application.
which logging package is easy to use?
or
which logging packaga is most popular?
Please advise. Thanks.
steambun
... more >>
|