all groups > dotnet general > january 2006 > threads for monday january 9
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
next step beyond Access
Posted by David at 1/9/2006 7:10:02 PM
I have learned a great deal creating applications in Access 2002 with Visual
Basic code.
What is the next step to create applications that can be used as a more
stand-alone app or possibly with a web front end?
There seems to be many choices from Visual Basic Studio and .net framework.
Even... more >>
Peformance of Deserialization vs new Object construction
Posted by Brian Richards at 1/9/2006 6:12:21 PM
I have an object that I'm serializing (binary) that contains other internal
objects that are also serialized. The Object contains two other member
objects (let's call them source, and depend) one of which has a state that
depends value is derived from source. My question is (if this can be
gener... more >>
Search Engine Optimization
Posted by Shun at 1/9/2006 5:46:47 PM
Hello,
May i Know about the SEO(Search Engine Optimization). can i have any code
for the SEO.
Thanx,
regards
Shun
... more >>
prompted for username/pw when accessing no touch deployment app on Win2K3/IIS6.0?
Posted by D Witherspoon at 1/9/2006 3:31:15 PM
We are moving from a Windows 2000 Server to a Windows 2003 server. Our
ASP.NET web applications work fine on IIS 6.0 on the Windows 2000 and
Windows 2003 server.
All of our no touch deployment .NET Windows applications work fine on
Windows 2000 server but when we move them to Windows 2003 ... more >>
vs2005 - Why all the errors? yet the code works.
Posted by dbuchanan at 1/9/2006 3:12:08 PM
Hello,
>From time to time my vb2005 form disappears and is replaced by the
following errors. Rebuilding the application never helps. However the
errors never affects the operation of my application that I notice, but
it is very anoying.
To get rid of the errors I must close the form, close ... more >>
PerformanceCounterInstaller & System.OutOfMemoryException
Posted by Ashkan Daie at 1/9/2006 2:43:57 PM
Hi All,
When trying to install a performance counter via InstallUtil I get the
following exception:
Creating performance counter category Enterprise Library Caching.
An exception occurred during the Install phase.
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExceptio... more >>
Partial Classes
Posted by moondaddy at 1/9/2006 2:35:21 PM
How many partial classes can a class be broken up into? Can it be more than
2
--
moondaddy@nospam.nospam
... more >>
Design Question
Posted by Nate at 1/9/2006 1:51:02 PM
Ladies and Gentlemen,
I have 2 design questions for ya'll. And this pertains to developing an
ASP.NET application.
Question #1
Which is the correct way (and why) for designing class methods?
1. Use reference (input/output) parameters to return multiple pieces of
information to the c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[OT] Outsourcing's Endgame
Posted by John A. Bailo at 1/9/2006 1:14:10 PM
http://msnbc.msn.com/id/10775311/
Outsourcing's Endgame
Guess what? Supply and demand still works
"Already, wages for Indian workers ranging from call center operators to
programmers to engineers are increasing at rates of 15% to 30% per
annum. The Journal cited a McKinsey & Co. report sh... more >>
Installing .Net 2.0 on Win Server 2003
Posted by Joe B at 1/9/2006 12:36:11 PM
I am trying to install Visual Studios 2005 on my win server 2003. It fails
at the beginning of installation after attempting to install the .Net 2.0
framework. It does not tell me why it fails. Anyone know how to correct
this?
I checked knowledge base, and FAQ's, but could not find anything... more >>
Amazon reviews of VS.NET 2005 not very good!
Posted by John A. Bailo at 1/9/2006 11:02:01 AM
I was pricing VS.NET Professional 2005 upgrade and found a good price on
Amazon -- but then I read the customer reviews and they were terrible:
http://www.amazon.com/exec/obidos/ASIN/B000BT8TRG/ref%3Dpd%5Fkar%5F3/103-1460775-6910259
For example:
"Lots of nifty features, but unfortunatel... more >>
Upgrade compatibility
Posted by John A. Bailo at 1/9/2006 10:49:05 AM
I have the Enterprise Architect version of Visual Studio 2003.
I am looking to upgrade to VS 2005.
The closest match I can see is the plain old VS.2005 Professional Update
http://www.microsoft.com/products/info/product.aspx?view=22&pcid=b171ab31-2771-41f6-8243-17654838fd72&type=ovr
Is ... more >>
Office Development Support ?
Posted by John A. Bailo at 1/9/2006 10:42:50 AM
I'm comparing all the Visual Studio 2005 editions, and I see that Office
development support is only in the Team System and VS Tools for Office
editions.
What is "office development support" defined as?
Does that mean that I cannot include a Word/Excel/Office reference in a
VS.NET 2005... more >>
Pre Cast
Posted by John A. Bailo at 1/9/2006 10:36:46 AM
I call a web service using a dynamic assembly.
Because of this, I have no way of knowing in advance, what the return
object type of the service is.
It may be an integer, it may be a string.
The way the method that invokes the service is written, it returns an
object, and then I have t... more >>
mdf Files?
Posted by stuart.d.jones NO[at]SPAM gmail.com at 1/9/2006 9:09:26 AM
Hi,
I'm trying to write an application which will eventually use SQL
Express running on a server, with a client app running on several
client machines. I'm developing it with an instance of SQL Express
running on my local machine, however.
I want to use the built-in data functionality of V... more >>
divide by zero when scrolling images in Explorer
Posted by John at 1/9/2006 8:01:02 AM
I get a 'divide by zero' exception when I scroll in a subdirectory of 'My
Pictures'. This subdirectory is full of .ico, .bmp, .png files that I use for
button images in my Windows Forms projects.
No viruses are found. This has been occurring for a year now...
I don't know if it is a specif... more >>
Need a Start
Posted by Ant at 1/9/2006 7:40:08 AM
Iam just a novice trying to learn .net.
I have programming background, but is completely new to microsoft
technologies.
Pleas advice me where to start?
... more >>
workaround: hiding tabpages on a tabcontrol
Posted by Kevin at 1/9/2006 7:36:32 AM
Although lots of people described how to workaround the lack of ability
to hide and show tab pages on a tab control, I couldnt find a code
example so I made one. Create a class that inherits from the
tabcontrol and then add the following
Private htVisibleVal As New Hashtable
Private ... more >>
asp.net 2.0 quickstart tutorials
Posted by Federico Caselli at 1/9/2006 7:10:07 AM
Hi,
Trying to run the asp.net 2.0 quickstart tutorials I get the following error:
"Server Error in '/QuickStartv20' Application
--------------------------------------------------------------------------------
Failed to access IIS metabase.
Description: An unhandled exception occurred dur... more >>
Labels
Posted by Lamis at 1/9/2006 7:01:02 AM
Hi,
I am using VB .Net.
i have 2 forms.. one is windows form and I have a lable there that i do want
to control from class1. I thought I could send a referense to the label but
I don't know how to do that in VB
How do I declare the referens in class2??? I need to change color+text from
c... more >>
asp.net 2.0 quickstart tutorial
Posted by Federico Caselli at 1/9/2006 6:58:08 AM
I've just installed VS 2005 pro.
Trying to run the .net framework 2.0 sdk asp.net quickstart tutorial, I get
the following error
"Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace f... more >>
Installshield Error 1931
Posted by cmk128 NO[at]SPAM hotmail.com at 1/9/2006 2:30:52 AM
After I used installshield to pack my program, then I tried to install
the program into other computers such as window XP, window 2000. It
shows the following error:
Error 1931. The Windows Installer service cannot update the system file
C:\WINNT\system32\msdxm.ocx because the file is protecte... more >>
|