guyinkalamazoo2's Q&A profile
Visual Studio Where can I find info about XML and HTML editors
I want to write custom xml file format. It should support scripting too. Where can I get any info about employment XML and HTML editors’ functionality in custom editor In particular I can’t catch: Usage of files in: Program Files\Microsoft Visual Studio 8\Xml\Schemas Program Files\Microsoft Visual Studio 8\Common7\Packages\schemas\html[xml] How and what standard editor VS exposing to extend PS I’m newbie ...Show All
Visual Studio Express Editions Debugging settings not found in tools-->options
I am trying to configure the Just-In-Time Compilation I didnot find the debugging settings in tools--options in vb2005 express edition These more advanced settings are not available to you in VB Express. There are a lot of the more advanced features of VB that are available in the pay versions of the product but not in the Free Express Version. ...Show All
SQL Server I cant Install SQL Server 2005 (final release) in the same machine with SQL Server Express Edition (final release)
Hi I have download SQL Server 2005 evaluation 180 Days from Microsoft web site and install it fine without any problem in my machine But when I try to install SQL Server Express edition on the same machine I lose many of start menu tools related to SQL Server 2005 Like. Analysis Services -> Deployment Wizard (All) Documentation and Tutorials Performance Tools -> Database Engine Tuning Advisor   ...Show All
Visual Studio Express Editions visual studio 2003 & 2005 Express
Can I run visual studio 2003 on the same computer as Visual Studio 2005 Express Are there any special steps needed to have them workl side by side ...Show All
Microsoft ISV Community Center Forums working with 2 workbooks
hello, i have a master excel file with a command button which when pressed opens a SLAVE excel file, reads one of the cell entries, closes the excel file, comes back to the master file and writes the data into one of the cells in that. now the reading of the slave file should be done in the background and should not be visible to the user of the master file who clicks the command button. this is what i wrote ... have already done quite a lo ...Show All
Visual Studio Express Editions "Application.UserAppDataPath" before and after a publish
When I run my VBEE app in the debugger Application.UserAppDataPath points to: C:\Documents and Settings\username\Application Data\companyname\.... as outlined in the help file. When I publish my application this path then changes to: C:\Documents and Settings\username\Local Settings\Apps\2.0\Data\BKXYGCXL.... Why does it do this Can I stop it changing the path when I publish the application Thanks for your help Tim ...Show All
Windows Forms Updating the data in a datagrid
I use sqldataadapters to populate the dataset that has a parent table with child tables I have a form with a datagrid, the datagrid has records from a child table that relate to the parent. When a record is double clicked I open a ne ...Show All
.NET Development how to build X64-bit lib
hi all I want to porting my app from 32 to 64-bit,I am use vs6 and platform sdk 2003 sp1,and I think all the setting is ok there, how can I build the lib used for x-64, I can not find the "link" tab to add "/machine:AMD64",any one can help me thanks a lot!!! I have made a 64bit program with VC6.0 and PSDK,I think you can do it too. I met the same problem as you. I think there are some resources still 32bit,like ...Show All
Visual Studio Express Editions ok right off the 'other' web site...10 days
I’ve already waited more than 10 days and still haven’t received a registration benefits e-mail. So i come and look .... no past threads.. jb.. JB-- Please send mail to vsrghlp and include the product you registered, and the e-mail address to which we should send your benefit e-mail. We will immediately send you the benefit e-mail, and then investigate the difficulty further afterwards. Apologies, Margie Coles, ...Show All
Visual Studio Current statement markers
Hi, I am implementing a language package complete with a debugger and all (not using the regular VS debugger SDK, for certain reasons). Now, the debugger is working but right now i am using the bookmark marker as the current statement. I want to use the regular Visual Studio current statement marker, but it seems that the MARKERTYPE enum does not have any such option. Ofcourse i can replicate it by making my own marker, but i don't want to do th ...Show All
.NET Development FileLoadException(Access is denied) execption when loading an assembly
Hi, I have a VB.Net app developed and run on Windows 2000 for sometime without issues. Now I am testing it on a Windows 2003 server machine and start getting problems. The one that remians to be our major road block now is a FileLoadException when loading a private assembly from app folder. (See the error message bellow) This app is an IIS based .Net Remoting server. In other words, this is my Remoting server that runs on HTTP channel and ...Show All
Visual C# enum Property
hi ppl, i have a custom control, and i need a property that have multiple options, its a property that sets the status of the control, and i need to have the next properties: Active Inactive Off and i thought i could get this with an enum , but i dont get a clue of how to make a property that handles more than 2 options... am i right can some 1 give me some code pls mig16 I don't understand your problem with & ...Show All
Visual C++ Constructor address as a variable value
In my code I need to set unique variable value to identify class sample. I have constructors with parameter which indicates Name value. If Name parameter is empty string I have to set Name to unique value. Of cause I can use counter or random numbers generator or GetHashCode() but it is not that I want. The idea is to use constructor address as Name value. But I don't know how to do that in C++/CLI. It is not possible to use type casting to S ...Show All
Visual Studio Team System Exception has been thrown by the target of an invocation
Hi, (VS 2005, Beta 2) I get the error "Exception has been thrown by the target of an invocation" when I try to open any of the test windows using "Test|Windows|Test View" or any similar approach. I created a new solution a while ago and added some unit tests. Everything was working great, until now... Anybody have any suggestions Thanks, Tor Langlo ok, well. it seems that all i needed to do is leave it along for ...Show All
Windows Forms mageUI.exe fails to sign manifest after adding files - HELP!!!
I am using VS.NET 2005 beta 2 ClickOnce deployment and need to add some data files to my manifest. So far, I have been unsuccessful in using mageUI.exe to add the files due to a signing error. This signing error stands in the way of a production point-of-sale deployment scheduled for next week . We would greatly appreciate any help you might give us. Here's the steps I took and the errors/warnings that I s ...Show All
