Answer Questions
MattMorg Is Indigo a viable choice in this scenario?
I am really excited to dive into WCF, it looks like a great set of technologies. However, as I am new to it, I am having trouble figuring out whether or not it might make sense in a scenario I am currently looking at, and I am hoping some of you more familiar with it can help steer me in the right direction. What I am looking to do is build a client and a server for hosting online real time auctions. Each individual auction will not be that b ...Show All
icemart525 AddFromTemplate in VS2005 (typed DataSet)
I'm making an add-in, and one task is to generate a typed DataSet from an SQL2000-table, and then add the DataSet to a Project in the solution. Everything worked fine in VS2003, but now in VS2005 (beta 2 as well as June CTP) I get the error below when calling AddFromTemplate: Microsoft.VSDesigner.Common.InternalException crossed a native/managed boundary Message="Unexpected error." Source="Microsoft.VSDesigner" StackTrace: ...Show All
Nick Poulis Is there a sample that uses ResourceDictionaryLocation.ExternalAssembly?
The sample that specified ResourceDictionaryLocation.ExternalAssembly for ThemeInfoAttribute was not able to be found. I made MyControls.dll and MyControls.Luna.dll. The resource of MyControls.Luna.dll was not used though ExternalAssembly was specified. Thank you for Marcus. I assumed "themes/generic.xaml". It became as intended when themes/luna.normalcolor.xaml was tried. Moreover, there was an easy mistake, too ...Show All
SaravananK VS2005 CommandBars Icons
I am writing an add-in for Visual Studio 2005 and want to create toolbar buttons. I used the documentation to learn how to create the buttons and now have a nice toolbar with a bunch of little smiley faces. Now, the documentation says there are around 3000 icons to use with the commandbars collection instead of the smiley face and it recommends using those icons before attempting to create custom icons. That sounds perfect for me. I know that in ...Show All
FirstMalone SELECT Statement against Excel file?
How can I run sql statement against excel file. I am using office 2003 and want to run retrieve information from a column in excel file. SELECT DISTINCT Code FROM Excel_File_name Is this possible Thanks i want to do this programmatically, using vb.net You can do this with MS Query. See Data, Import External Data, New Database Query. With Advanced Filter you can get unique rows as well. You n ...Show All
rajesh rane Package Load Failure in VS2005 June CTP
Two of my different VSIP packages all fails to load with this new VS2005 June CTP. They works fine in VS2005 beta 2. Is this a known problem with this CTP I think I've nailed down the problem to MFC. Once I start to change this SlnExt sample to use MFC, it cannot even be registered. LoadLibary("SlnExt.dll") failed. - The specified module could not be found. stdafx.h #include <afxwin.h> // MFC co ...Show All
vsslater Visual Studio 2005 Install Error - DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed
Hi! I'm trying to install the VS 2005 Standard edition RTM, just fresh off msdn. I used the cleanup tull to cleanse my machine of the Beta2, and I wanted to install the new VS. *however* the install fails. The framework installs and is working correctly, just on installing VS I get an error "DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed" and the party is over. I have included the copy of my install ...Show All
Shargon JIT Debugging problem in VC++ 2005
After installing Visual Studio 2005 on my computer I have problem in JIT debugging. For example, program has the following bug: int* p = NULL; *p = 0; When program runs in standalone mode, it shows exception dialog with Debug and Close buttons. If I press Debug, Visual Studio debugger doesn't start and program terminates. Additional information: XP Professional VS 98 and VS 2005 installed Jist-In-Time Debugging is enabled in Visual Studio 2 ...Show All
Eunsu Document Explorer crashes
Hi, It seems very obvious that this is a continuing problem. I followed some of the suggestions and finally re-installed VS2005. I am actually writing this from inside document explorer. The fix is a temporary thing, but I still get the "document explorer is closing" window error, but when I close out the error message, it leaves the help window. I decided to enter a search topic in the main window and voila, for some reason it d ...Show All
Keith Jones shortcut key ALT+INSERT and other newb ?
hi i am trying to learn how to make add-in's and one thin is how do i make a shortcut key binding to ALT and INSERT have tryed with command.Bindings = "Global::alt+insert" ; that dos not work but it works with command.Bindings = "Global::alt+y" ; is there some special thing with the insert key or another thing is i want to search the active document line for line and do some processing if a creteria is met but i have diffic ...Show All
CharlesCook How to extend "New Project" dialogbox from visual studio?
Hi All, I want to create an addin for Visual studio 2003, in which after showing my own created dialogboxes, i want to open "New project" dialogbox. I am able to show "New project" dialogbox by using ExecuteCommand("File.NewProject","") function of DTE interface. But i want to disable browse button on "new project" dialog and set project name and location through my code. In VC6, we can extend c ...Show All
Site Defense ToBindingList compile error ?
Hi, Another newbie question. LINQ is fantastic btw. Productive boost is immense through SQLMetal and new c#3.0 language features. Once we have an IDE update for intellisense support it'll be superb! I have a slight problem. The LINQ sample for data binding works find against Northwind, i.e.: db = new Northwind(Program.connString); var employeeQuery = from employee in db.Employees orderby employee.LastName select employee; employ ...Show All
Jim Schultz Why is a hidden VSTO document grabbing input focus?
I use a number of command line tools to manipulate Word Documents with attached VSTO 2005 assemblies via COM Automation. I am having issues with these VSTO documents grabbing input focus, despite running in an invisible Word instance. Automating non-VSTO 2005 documents (i.e. VSTO 2003 docs or "regular" Word docs without any customization assemblies) do not exhibit the same issues. I am aware that the VS 2005 Debugger (xxx.vshost.exe ...Show All
Maxim Dyachenko What about LINQ somehow running inside of Excel
Ok, so for ever I'm having to bring spreadsheets into sql tables to perform simple sql query operations. Like which of the rows on this sheet don't match a key field (column) in this sheet. Or Let me produce a sheet that contains a join operation for between rows from two sheets. Often the sql gets pretty hairy as well. So could LINQ somehow be run inside of Excel to perform these kind of operations Hi Keith, Nice to see that M ...Show All
_RK_ WCF exception access WINFS
I tryed access to store of winfs by middle of wcf service, but I occurred a execption when trying access to store of winfs: "The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error." Somebody can I help me When I host the wcf service in console application no have any problem to ...Show All
