Datasource
Thu, 8 May 2008 07:02:04 -0700
I am a beginner with VS and .NET but not programming.
I was given many VS web applications to maintain and I need to develope some
new ones.
My question: I copied an aspx page and renamed it.
This page has all the features I need for a new page but I need to redirect
the datasource to another SQL db.
1. D ...
|
"Send error report" instead stop for debug
Thu, 8 May 2008 05:58:01 -0700 (PDT)
Hi everyone
When I put the below lines in the Form_Load event(its just a example
to raise a exception):
int x = 0;
int y = 1 / x;
and run the application using VS2005 the normal behavior is the VS
stop the application and show me this error:
DivideByZeroException was unhandle ...
|
A Further question about Datagridview Masked Cell
Wed, 07 May 2008 14:46:18 -0700
Thanks for this good simple example! I have a question though. How do I expose the MaskedTextBox's events in the datagridviewcolumn and cell?
Thanks
David ...
|
VS 2008, setup project hangs
Wed, 7 May 2008 10:12:25 -0700
I added a setup project to my solution. It detected all dependencies and I
just needed to setup a shortcut and an icon. However, when I try to build the
setup the build hangs on "creating projectname.msi". It also completely
freezes Studio. To make sure that this is not just a problem with build
taking too ...
|
"Add Web Reference" in ATL application disabled
Wed, 7 May 2008 09:43:00 -0700 (PDT)
Hi,
I am using VS 2008 Team Suite for my ATL application, at one point I
needed to "Add web reference", but I found it disbaled. I used the
same application in VS 2005, but that was not the case in VS 2005.
When I am creating web application (ASP.NET), Add web reference is
enabled in the context menu, when you ...
|
T4 and SMO
Wed, 7 May 2008 11:50:29 +0200
Hi!
I'm having trouble to get a reference working when generating code with T4.
I'm using Visual Studio 2008 Team Developer Edition. I can reference the
assemblies in a testproject and create Server and Database objects with no
problem.
The template is the following code
<#@ template language="VB" #>
...
|
Design View IDE Lockup
Tue, 6 May 2008 08:14:00 -0700
Periodically when working in design view the IDE becomes entirely
non-responsive. Process does NOT register as unresponsive in task manager.
Killing the process via task manager results in a quiet exit, no 'exit now'
dialog or bug report session is generated.
Sometimes leaving it alone, it will become resp ...
|
|
|
How to read Computer configuration
Tue, 6 May 2008 00:15:00 -0700
Hello,
Is there any way to read the computer configuration in VB.NET2005 for:
- CPU Serial Number
- HDD Serial Number
- Motherboard Serial Number
I wish to do this in windows form using VB.NET 2005.
Any help is appreciated.
Thanks ...
|
Move to next control - and focus color
Mon, 5 May 2008 23:07:00 -0700
Visual Studio 2008 - Windows form applications.
I am new to this tool and have some basic questions.
I want to move between form controls using the keyboard arrow keys. I
intercept the form's key down event to test the value of the key that was
pressed. From that point what do I need to in order to test ...
|
Tab Caption disappears, if I change the windows classic theme to
windows xp theme using visual studio 2005
Mon, 5 May 2008 05:56:50 -0700 (PDT)
Hi all,
I have a dialog with a tab contorl with tab property "vertical" set to
true. Now if I change the theme from windows classic to windows xp
theme, the caption of the tab disappears. Is there any way to retain
the tabs caption in windows xp theme mode with tabs in vertical
alignment.
Thanx in advance ...
|