all groups > dotnet faqs > november 2003 > threads for november 22 - 28, 2003
Filter by week: 1 2 3 4 5
Filename Extension Too Long
Posted by Waldy at 11/28/2003 4:42:28 PM
Some bright spark has decided to include DotNet content on our product CD.
Unfortunately the CD will not burn now as it reports errors with file
extension lengths. I guess that is due to the xxx.xxx.xxx.xxx.dll type of
files that DotNet produces. Is this a problem that can be worked around?
... more >>
.NET IDE 2002 and 2003 resources compatibiliy
Posted by Alec Solter at 11/27/2003 10:59:51 AM
Using .NET IDE 2003 I created a simple form that includes a button with
image. When trying to run this project on old .NET IDE 2002 it is throws the
following exception:
System.InvalidCastException: Specified cast is not valid.
It's happens on the following line in standard Initializ... more >>
Any solutions?
Posted by leonardfurby NO[at]SPAM hotmail.com at 11/27/2003 6:15:19 AM
Hi.
I have seen alot of cases on google where people having the same
problem, but I have not seen a comprehensive solution yet. I really
hope someone can solve this once and for all.
I have created a SmartClient (No touch deployment) and it runs Ok. But
when I change the program and retry it ... more >>
global variables in .NET: how to store a connection string and have it available throughout..
Posted by chris at 11/25/2003 6:45:07 PM
There's a simple answer I'm sure, but it's eluding me. If I want to declare
a variable and then initialize it in module A, then have it's initialized
value available in module B without passing it as an argument, how to do?
Thanks,
Chris
... more >>
Search record by using Datareader
Posted by (y_rkumar NO[at]SPAM hotmail.com) at 11/25/2003 3:00:07 AM
can any one helpme to find out to search record depends on non-primary key by usiing Datareader in one table of dataset contains two tables.
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised,... more >>
.NET FrameWork Class Library
Posted by laxman at 11/24/2003 7:37:21 PM
hai,
Any one please provide me the url from which i can get the total .NET
FrameWork Class Library list.
Which will be very helpfull for me.
Thanks
Laxman
... more >>
path of Special Folders
Posted by Kishor at 11/24/2003 1:24:46 PM
Hi all,
How do I get a path of My Documents on different operating systems in Vb.Net
Tia,
Kishor
... more >>
Tree view and Datagrid
Posted by Kishor at 11/24/2003 12:54:02 PM
Hi,
In Visual basic6 there are so many grids using which we can display the tree
structure (Multiple column). Same thing I am planning to display the result
of query in a tree format, instead of grid. I wanted to know how to convert
this data grid in to a tree view?. I am using vb.net as a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Visual Studio .NET Bug
Posted by jjr01 NO[at]SPAM yahoo.com at 11/24/2003 7:53:20 AM
We are experiencing a debilitating VS.NET bug, in both 2002 and 2003.
We have solution with about 20 projects. 90% of the time, when we
rebuild, we get one or more errors saying "Cannot copy assembly 'xxx'
to file 'yyy'. The process cannot access the file because it is being
used by another p... more >>
Custom Project Wizards
Posted by Jason Dorie at 11/23/2003 3:29:24 AM
Does anyone have any pointers for good documentation or examples for
creating custom C# project wizards for Visual Studio? I've found the simple
ones which just create a new project based on a template, but I want to
extend that by presenting the user with a bunch of choices (wizard panels)
a... more >>
Is there a .NET or C# to native x86 compiler?
Posted by Andy Chau at 11/22/2003 11:29:20 AM
Is there a .NET or C# to native x86 compiler? I am not looking for just a
prejitter progrom like ngen, but a true native compiler like the gcc for
java if there is such a thing.
Thanks
Andy
... more >>
|