How to control the return type of a scalar query?
Fri, 15 Aug 2008 03:48:00 -0700
I discovered that when you create a scalar query in the Data Designer
(VS2008), you never know what the code-generator is going to cook for you.
What I want is to return the count of records having a certain attribute
value. So I make a scalar using something like
SELECT COUNT(*) AS Count
FROM ...
|
VSTS WEBTESTING
Fri, 15 Aug 2008 12:32:20 +0600
Is there any solution to validate the ajax request in webtesting through
Microsoft Team System . Because in that type of scenario's we donot get a
response from a page.
...
|
Visual Studio 2008 compiler bug: emitting C4673 when it shouldn't
Thu, 14 Aug 2008 14:32:42 -0700 (PDT)
// C4673.cpp
// compile with: /EHsc /W4
class Base {
private:
char * m_chr;
public:
Base() {
m_chr = 0;
}
~Base() {
if(m_chr)
delete m_chr;
}
};
class Base1: public virtual Base {
private:
char * m_chr;
public:
Base1() {
m_chr = 0;
}
~B ...
|
Objects always re-initialises
Wed, 13 Aug 2008 11:01:15 -0700 (PDT)
Hello
I have a problem with initializing objects with in the form.
There are 2 classes in my application.
After I pick a picture with FileUpload control , I click upload
button and write file path to ArrayList . My objective is collect all
filepaths in ArrayList and when user clicks "Save" , they shold b ...
|
Can not connect to ASPNET database
Wed, 13 Aug 2008 07:39:08 -0700
I have a new computer with Vista 64 bit, and XP, dual boot. In Vista, I have
installed Visual Studio 2008. I am trying to access a web site that needs
some work, but I can't get the ASPNET database to connect in Server Explorer.
The error message reads:
An error has occurred while establishing a connecti ...
|
Pages built won't show in the explorer
Tue, 12 Aug 2008 16:33:00 -0700
Whenever I make any page and run it the explorer, it can't show the page. It
happened sometimes, but now, no page executes.
I don't know how to fix it, Internet Information Services are properly
installed, does anybody know what to do in this case?
--
Rafael Soteldo ...
|
Visual Studio .NET and Citrix
Tue, 12 Aug 2008 12:34:56 -0700 (PDT)
Hi.
Have anyone used VS.NET 2005 on Citrix? We have our applications
hosted on Citrix Presentation Server 4.5 and I am studying the pros
and cons of running VS.NET through this Citrix box.
Are there any known issues or license restrictions for this kind of
environment?
Regards,
Robert Scheer ...
|
|
|
VS2008 Rebuild
Tue, 12 Aug 2008 08:14:09 -0700
There is no longer a "rebuild" in the Build Menu dropdown in VS2008. A
message went off to Microsoft but I did not see the contents. I checked the
application and system event logs and found nothing to indicate the error.
I'm not sure where else to look and since time is tight I am immediately
reinstallin ...
|
generate a data form
Tue, 12 Aug 2008 10:51:21 +0200
Hi,
I am using VS 2008 team edition.
From a book I learn, that I can drag a table or view from "server explorer"
on a form, VS will generate a dataform with code for me.
But I can not drag any table on a form. Why?
Thanks
Nhan
...
|
Pages built with VS sometimes don't show in the Explorer
Mon, 11 Aug 2008 19:53:08 -0700
Hi there:
The pages that I build in VS sometimes don't work, I mean, when I press F5
they don't show in the Internet Explorer, the explorer says that the page
address can't be found.
It happens sometimes, and suddenly, they start working again.
Have somebody had the same problem here?, and how have you ...
|