PMass's Q&A profile
Visual Studio What does it mean for "warning MSB4098: MSBuild is invoking VCBuild to build this project."
After running "msbuild xxx.vcproj", build is OK but one warning msg like: warning MSB4098: MSBuild is invoking VCBuild to build this project. Project-to-project references between VC++ projects (.VCPROJ) and C#/VB/VJ# projects (.CSPROJ, .VBPROJ, .VJSPROJ) are not supported by the command-line build systems when building stand-alone VC++ projects. Projects that contain such project-to-project references will fail to build. Please bui ...Show All
Visual Studio Express Editions Can Visual Web Developer 2005 be used to create pages other than .aspx?
Hi, all... I'm not sure if this is the right place to ask, since this forum apparently is only about installing and registering express editions, but I couldn't find any other place to ask. So...I'm considering installing and using Visual Web Developer 2005 Expess, but wanted to know if it would allow the creation of pages other than .aspx... Will it allow creation of any othe type Thanks, Rick ...Show All
Visual Studio 2008 (Pre-release) WCF not working on Windows 2003 IIS
Hi, I downloaded the latest September CTP WinFX Runtime Components and WinFX SDK, and tried to run an Indigo simple sample. However, when I use IIS I receive 404 error when browsing to the service.svc file. I found that I needed to do: * aspnet_regiis -i * xws_reg -i * cscript InstallIndigo.js c:\windows\microsoft.net\framework\v2.0.50215 However, the last step gives me an error like this: Reserving the HTTP namespace... Error *** : A ...Show All
Windows Forms Popup Blocker?
Hi! I'm looking for a code sample that would prevent popups from appearing. I am building a web application and some websites regularly have popups and to prevent people from using 3rd party software for their popup blocker, I would like to include some in my own application. PLEASE HELP! Thank you. Generally, www.asp.net is the place to ask questions about web apps. However, I don't think that is what you mean, ...Show All
SQL Server Inside a project you lose the control??
I've got a project with 12 packages. One of them runnning and at the same time when I try to alter another one or even add a new task I see that all the tasks on toolbox are disabled. Why I would like to hear a good reason for this behaviour, afaik I don't get the point... Often the packages in one project call into each other, so if one of them is currently executing - there is a good chance others will be running as well. Although ...Show All
Visual Studio Team System TFS API's Error
Hi, I try to use this line in Visual Studio: TeamFoundationServerFactory Getserver (Server) and get this error: "That assembly does not allow partially trusted..." Thanks, Michael What it is telling you is that the TFS assemblies can not be used from partially trusted code. To learn more about partially trusted code, read about Code Access Security (CAS) in the .NET Framework documentation. There are a variety of ways to make your app ...Show All
SQL Server Adventure Works DB Samples with Express 2005 SQL Server
Downloaded the file for the Adventure Works DB Sample. Which folder do I need to install it in to have show up in SQL Server Express 2005 did you get this to work I have attached the database and still could not get the report designer towork with the database. ...Show All
Visual Studio Express Editions SQL Server Management Studio Express
Hi folks I have SQL Server 2005 Express on my laptop(part of C# Express). I want to follow exercises in the book "SQL DeMYSTiFieD" Can anyone guide me on how to create a database and add tables to it syntatically using the SSMSE. Many Thanks Baldev 1. Run SSMSE 2. Login with "sa" user 3. in the right window (Object explorer) select database, and then right click mouse in datab ...Show All
Microsoft ISV Community Center Forums Custom file description keywords: read/write in VBA via API
In Windows Explorer, I can select a file, go to properties, and under 'summary', I can input keywords into the description, for use later when searching for the file. I would like to be able to read/write these file keywords via VBA. I assume I need to access the Windows API, but more than that, not sure what library etc. I would need to use. Can anyone advise me how do to this & ...Show All
Windows Forms How to get a value from BindingSource?
Hi all, I have a DataSet connected to Access database and CarsBindingSource where datasource is set to DataSet and represents table Cars. So, is there any way to get a value from database via BindingSource (like recordset) E.g. I want to put a value from database - table: Cars - column: Type (at actual BindingSource position) to ComboBox. Something like: Cbo.items.add (CarsBindingSource.Items("Type").Value) doesn't exist ...Show All
Windows Forms monthly report
hello all we know the database northwind in sql server 2000 and one of the two tables orders and order details. My question if i need to make a report to display the sum of the quantity of sum productid for example 1,5 day by day&nbs ...Show All
SQL Server SQL Server Destination Error when running multiple packages
I get the error below on a SQL Server Destination component when several identical packages are writing to the same table. So far the error has occured only toward the end of the run and in my best run only one package failed. It appears to be some type of locking issue. Is there some way to specify TABLOCK as in BCP All tables are on the local server. The target table does not have any indexes. The target table does have an identity column. pj ...Show All
Visual C# Chinese words in DataGrid
Hi, I use a DataGrid to display data drawn from a database. And I set CurrentCulture = new CultureInfo( "zh-CN", true ); CurrentUICulture = new CultureInfo( "zh-CHS", true ); But, I changed some field data as chinese words, then called command 'update' to update the database, the field in DataGrid changed to show instead of the input Chinese words. I checked the database, it also has data . How to solve this prob ...Show All
SQL Server Error 1418, fails to connect mirror server
I I use the mirroring wizard to config all these three servers(windows authorization is used), the error logs in primary server and mirror server are showed as below a) On primary server: Error: 1474, Severity: 16, State: 1 Database mirroring connection error 4 'An error occurred while receiving data: '10054(An existing connection was forcibly closed by the remote host.)'.' for 'TCP://mymirror.mydomain:5022' b) ...Show All
Visual Studio AddIn simply doesn't work after being generated by wizard
Hi! I'm making my first steps writing VS 2005 add-ins as a preparation for porting my GhostDoc add-in from VS.Net 2003 to VS 2005. Unfortunately I have hit a road block and I'm completely cluesless: The addin created by the wizard (C# addin, VS only, entry in Tools menu, run at startup) produces an addin that does not work at all. When I hit F5, the second Visual Studio instance is started, but the addin does not appear in the addin manager, t ...Show All
