SQL Compact Merge replication no longer works after VS SP1 is installed.
Tue, 19 Aug 2008 09:35:19 -0500
I have 2 separate machines that recently had a clean install. Both machines
are Windows XP SP3 with Visual Studio 2008. I have a project that uses SQL
Compact Merge replication to a backend SQL 2005 database; In each case after
installing VS 2008 SP1 the merge replication gives the following error after
ca ...
|
Moving Text Boxes on an RDL Layout Screen
Tue, 19 Aug 2008 06:59:02 -0700
While having a good bit of experience with Access, I am relatively new to VS.
I am having trouble trying to reposition certain text boxes in an RDL file
supplied by a software vendor. When I try to drag these certain boxes to a
new location, the original box is left in place. Am I missing something or
doi ...
|
Extracting Coverage data from MSTest run with coverage enabled
Mon, 18 Aug 2008 07:17:00 -0700
We have Visual Studio Team System 2008 Developer edition.
We have build a solution, then used MSTEST with a local configuration file
which has enabled codecoverage instrumentation.
The test runs, producing fails, successes, inconclusives as normal.
it generates the "data.coverage" file (which can be vie ...
|
keyword not highlighting
Mon, 18 Aug 2008 03:36:07 -0700 (PDT)
hi,
i deleted the code from aspx file, not from codebehind.
i just typed < script language="javascript"> function abc() {return
false;}</script>.
keywords function and return are not highlighting. what could be
possible reasons?? i'm using VS2008.
thx ...
|
Starting Windows...
Sat, 16 Aug 2008 17:37:02 -0700
Hello:
My computer has Windows Server 2008 installed and I am using Visual Studio
2008 Enterprise. With this: How can I develope a program that start when the
computer turns on (with the start of windows)?
Thanks.
...
|
both VS2005 and VS2008 installed together?
Fri, 15 Aug 2008 15:07:58 -0700
I'm transitioning my VS2005 school exercises to VS2008,
and I'd like to have both Visual Studio versions installed
so I can see differences between them. Can they both be
installed under the same Windows OS without conflicts?
*TimDaniels*
...
|
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 ...
|