Devcom's Q&A profile
Windows Forms Inherited Toolstrips cannot be Designed
When I have a base control with a public or protected Toolstrip, and then inherit from the base control, the Toolstrip acts as if it is locked within the designer. Also none of the properties are accessible from the designer and I cannot use If I manipulate the Toolstrip via code, it is public. I have VS.NET 2005 RTM release installed and I tried this but it didn't work i have the same problem have you foun ...Show All
Visual Studio Microsoft.Common.targets should provide means of diverting final .pdb location
We've long had the practice that we always produce full symbols for all of our builds. For developer builds we let the .pdb files sit next to the executable that they're for, but for production builds we shunt them all off to a "symbols" directory and from there they may be archived and copied off to various useful places. One of those places would be our own symbol server in order to faciliate both live and postmortem debugging of ...Show All
Visual Studio Team System Hide TFS projects from other users?
Hi folks, when i connect to TFS i see all the TFS projects available. Is it possible to HIDE a project /some projects from users if they do not have permission The problem is the notion of not having permission. A team project includes work items, version control, SharePoint documents, reporting, and build. I could give certain users permission to the work item part of a Team Project and not the version control part. A ...Show All
Visual Studio Loading sln file demands read-write projects
We have our solutions and projects (csproj and vcproj) in source control and thus they are read-only once checked in. When we load a .sln file, the IDE complains that the project files (not the source files) are read-only. Yes, of course they are. Why is that message appearing and can we make it stop I only want to be asked if there is a pending change. This post got moved here from the general forum. I thought I'd mention that we are no ...Show All
Microsoft ISV Community Center Forums ned help with excel
i'm trying to insert an image on the top of the excel the code im using is Sub ClearAndClose() Excel.Application.Quit End Sub Sub PrintPriceListF() ' ' PrintPriceListF Macro ' Comments ' ' Keyboard Shortcut: Ctrl+f ' 'Move the header to right Range("A1").Select Selection.Cut Range("e1").Select ActiveSheet.Paste Range("A2").Select Selection.Cut 'Delete the ol ...Show All
Architecture Entity Aggregation in the BLL/DAL world
Hi all, I've started to read the paper about entity aggregation ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/dngrfSOAChallenges-EntityAggregation.asp ) and I've started to wonder - In layered service programming, where you have the service interface, the business process, business components and data components, we sometimes want to do an aggregation of entities (for example - an order might contains the order ...Show All
SQL Server "The request failed with HTTP status 401: Unauthorized." - SQL Reporting Services
Hi, I have deployed the reports to the report server(centralized server). when i try to access the reports directly thru report server i.e http://servername//ReportServer in my local system. it asks for the username/password, when i give the username and password it accepts and shows me the report. the same report i try to access in .NET Application, i do not know how to pass the credentials and it throws the error :"The request ...Show All
Visual Studio Team System Access to the VSTS Hosted demos
I cant get access to the Hosted demos at http://www.msdn.microsoft.com/vstudio/tryit/hosted/teamsystem/ I get no connection when I try to access any of the virtual Labs. Can anyone help Ajay Sudan MSFT wrote: Thanks, we'll look into it. -Ajay I tried accessing this from my home yesterday and I managed to access the demos, but did get a warning message about something not being able to be authe ...Show All
SQL Server VS.NET Deployed Assemblies not showing up in Management Studio
I am using Yukon June CTP and VS Beta 2. I have created an assembly containing a number of user defined functions. I have tested them in a database which should cause them to be deployed there. When I look in management studio under the Database/Programmability/Assemblies they are not listed. Nor are they listed in Database/Programmability/Functions/Scalar-valued functions. Is this a known bug in this version Thanks, Chris Neve ...Show All
.NET Development ByVal or ByRef
Hi, I have a array of objects of a class (written by me) in my program. When i try to do some manupulation i make a function for that within the class and call the function with parameter as ByVal soemthing like private function NameofFunction(byval x as clsMyClass) as boolean ... End function Now, When I test my program it is giving error (logically) as it changes teh object of my array inspite of that I am just refering to it ...Show All
.NET Development System.NullReferenceException when using WSE 2.0
Hi all System.NullReferenceException:Object reference not set to an instance of object at Microsoft.Web.Services2.WebServicesExtension.AfterSerializeServer(SoapServerMessage message) when using WSE 2.0. FYI, We are not using any security, Certificate in our web service. It was working fine for a long but suddenly it start giving this error in the Application log of Event Log. All of our web method are gettign executed successfully. Erro ...Show All
Visual Studio Team System Building old version on the build machine
Is it possible to build (rebuild) an old version specified by timestamp/label etc on the build machine We don’t think we will save the output from all builds especially not if we are using daily builds and we do think situations can arise when we need to recreate an old build, of course on the same build environment as the first time. Also, it woyuld be nice to send a shelveset to "review" by the build server. I can't se that this is possibl ...Show All
Smart Device Development My own internet address bar in Windows Mobile 5?
I have a program, that connects to remote server. User can define the server address in the settings view. In the settings view i have a regular TextBox, where user inputs the server URI. Here is the problem: In Magneto emulator (i don't have the test device yet), I can't write some URI's special characters in the text box (~, / etc...). Special characters are written in Smartphone by pressing button '1', right How do I alter the button '1' to w ...Show All
SQL Server Set initial sort direction using Interactive sort.
How can we change the initial sort direction from being ascending Some reported columns logically require initial sort to be descending. Short of creating a custom sort parameter, and using the sort the old style (sql 2000 rs). Thanks. Sam The closest you can get is to use a regular sort expression to get the initial sorting. -- Robert ...Show All
Visual Studio 2008 (Pre-release) When is WPF going live for Windows XP
II've posted this thread in another Vista related forum, where I was informed that ther *might* be a WPF "go live" program, which would allow for product to roll out using WPF vefore Vista is officially launched. Is there indeed such a thing There is not a WPF Go-Live program yet. We are planning on having one before Windows Vista is officially launched. More explanation on why we don't have one no ...Show All
