Hi All,
Is there any way to find ILDASm.exe from VS 2008? I know the location "C:\Program Files\Microsoft VisualStudio 8\SDK\v2.0\Bin"....but i want it through vs08.
Thanks.
How do I select a column with the latest "datetime" data type, in Visual Web Developer 2008, ASP.NET 3.5 ?
In the config data source WHERE option my options are greater than cookie, control, etc... but I would like to select where the datetime is the latest in the table.
(Select row from table where datetime is last updated....)
Thank You.
I am attempting to evaluate TFS 2012 for our organization but cannot seem to get past the first step of configuring the server using the "Standard Single Server" configuration wizard. In particular, in the service account selection screen, I am warned that:
Reporting services are not installed on this computer. You need to install Reporting Services to complete TFS installation with this wizard.
This is disheartening because the way I understand it, this should have been installed with the default TFS installation (in fact, no installation options are even provided) and this is a fresh and up-to-date Windows Server 2008 VM.
I know I could install SQL Server 2008 or 2012 from MSDN, but shouldn't this work "out of the box?" I'd really rather use the default, small, integrated version of SQL Server that comes with TFS 2012 rather than rolling my own.
If it matters, this server is joined to a domain and I am running TFS installation wizard as a domain administrator.
On my SQL Server 2008 I have a stored procedure with a large number of parameters.
The first part of them is used in every call and parameters from the second part are used rarely. And I can't move the logic to two different stored procedures.
Is there a way to encapsulate all this parameters to a class or struct and pass it as a stored procedure parameter?
Can I use SQL CLR. Are there other ways?
I installed infragistics trail version. While each time running the application through VisualStudio2008, i getting the message box like "this is a trail version".
just i want to suppress this message. How can i do this.
I'm new to SQL Server, and have been following this tutorial
I carefully followed all the steps, but when I try to connect to the database from the other computer, I get the error "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. (Microsoft SQL Server, Error: 18452)"
What steps do I need to take to fix this?
Thanks
(I'm using SQL Server 2008 R2 on both the machines)
I have the following table...
TABLE: Accounts
ID (int, PK, Identity)
AccountType (int, PK)
Username (varchar)
Password (varchar)
I have created a composite key out of ID and AccountType columns so that people can have the same username/password but different AccountTypes.
Does this mean that for each foreign table that I try and link to I'll have to create two columns?
I’m using SQL Server 2008
I installed infragistics trial version. While each time running the application through VisualStudio2008, I'm getting the message box like "this is a trial version".
I just want to suppress this message. How can i do this?
I need to include several stored procedure in a single transaction in a single database,
if any of stored procedure fail then roll back transaction of all stored procedure procesed in the scope.
I work with SQL-SERVER 2008
I think I encountered something extraordinary strange in VS 2008.
All the array values are 0x00, but why it is displayed 0x00000008 at the start of the variable?
I'm attempting to use the Ctrl+R, Ctrl+R command within VisualStudio2008 to rename a variable. I get an error message at the bottom saying that
"The key combination (Ctrl+R, Ctrl+R) is bound to command (&Rename...) which is not currently available."
I am not running it or anything I can think of which might prohibit modifications of the file and the F2 command allows a rename to happen. Anyone know how to fix this?
I am trying to mutlipivot source data (as below )
want results as single column (as below)
My query so far is
SELECT *
FROM ( SELECT *
FROM ( SELECT NK,
DC,
VERSION,
GEV
FROM MULTIPIVOT
) SRC PIVOT ( MAX(GEV) FOR DC IN ( [10], [11], [12], [18] ) ) AS PVT
) SRC PIVOT ( MAX([18]) FOR VERSION IN ( [2006], [2007], [2008],[2009] ) )AS PVT
which outputs results as
what is the way to get this as single row?
Thanks
In VisualStudio2008 I see hundreds of errors within my web app. If I open the offending page(s) within VS, I'll see dozens of items underlined in red - then the errors resolve themselves.
Any idea why this happens and how to resolve it?
Is it just me, or does VS 2008 not allow setting a breakpoint just on the setter of an auto-property?
It looks something like this:
public int CurrentFramesize
{
get;
protected set;
}
and if I try to set a breakpoint on the setter line, the whole auto-property turns breakpoint-red.
halo,
After making the set up of the application(developed using VS 2008 and MS Access) the installation another system works fine. But whenever I try to change the Password or id it shows an error sayin "operation must use an updateable query"
Thank you,
Indranil
I right clicked on a Database in the object explorer of SQL Server 2008 Management Studio. I went to Tasks Import Data, and imported some data from a flat text file, opting to save the package on the server.
Now how the heck do I get to the package to edit or run it again? Where in SQL Server Management Studio do I go? I've expanded everything and I can't find it. It's driving me nuts.
Hi,
I have to extract columns from a text file explained in this post:
http://stackoverflow.com/questions/2499746/extracting-columns-from-text-file-using-perl-similar-to-unix-cut
but I have to do this also in a Windows Server 2008 which does not have Perl installed. How could I do this using PowerShell? Any ideas or resources? I'm PowerShell noob...
I have a main server with windows server 2008 with active directory installed. Additionally, I have created the hyper-v virtual server with MOSS 2007 installed with dynamic ip address. I can access the sharepoint site as an intranet.
How can I assign the access of all the active directory users and their profile to MOSS without adding them up manually ?
If I am missing any information to provide please mention.
I have a new WIndows Server 2008 R2 x64 DataCentre with Framework 3.5 SP1 and Framework 4 installed. When I install my MVC application (VS 2008 MVC 2.0 using a Web Setup project installer) and browse to the application I get an error that System.Web.Mvc cannot be found. If I copy the relevant DLLs (System.Web.Mvc etc)into the bin directory the app runs up perfectly.
I have checked everywhere for an installer but can only find the VS2008 related bits, no server runtime. How do I get ASP.Net MVC installed in this environment so that we don't have to Copy Local the dlls?
Many thanks
Brian
Can we change printer settings on run time
in SSRS 2008.
If a parameter pass which can change the Page Setup of a Page.
Like For ex:
if a report is on Legal Size paper
but i want to print on A4 Landscape Or Legal on run time.
it depends on my choice.
Codeplex gave me the relevant information for proper connection, and I connected to my repository using the Team Connect to Team Foundation Sever in VS 2010 Ultimate.
Here is what I see:
How can I push the code I have made on my machine, to the repository on CodePlex?