Answer Questions
SalvaPatuel Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' ...
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
chadr - msft Config failur
I am creationg a service. When I add an end point in code it works. But when I add it in app.config I get a exception telling me then the configuration of the service can not understand the attribute "type" in the statmant <service type="xxx" ... why did the schema change Thanks, but if I ignore the XML warning, I get a nice error message, as you can see in one of my entr ...Show All
rtpninja Will installing Team Foundation Server mess with VSS?
Hi guys, I'm wondering if installing team foundation server (which came with vs2005 b2) will mess with my current installation of source safe. I use source safe with vb6 and I don't want to mess that up. Can anyone tell me if it'll have any affect on my SourceSafe You will be fine. It won't mess up your source safe install. ...Show All
Mark Woodlief Installing AddIn to VC 8.0
Hi, Could someone please point me to a documentation or explain me What is the proper way of installing AddIn into VC8.0 Thanks, -z see doc section Add-In Registration under Development Tools and Languages->Visual Studio->Integrated Development Environment for Visual Studio->Customizing and Automating the Development Environment->Automation and Extensibility for Vi ...Show All
Ed Francis Document Explorer Crash Bucket 232224388
Attempting to use search tab in help for Visual Basic 2005 I get the "Microsoft Document Explorer has encountered a problem and needs to close" error. Information from event log: Event Type: Information Event Source: Microsoft Document Explorer Event Category: None Event ID: 1001 Date: 4/23/2006 Time: 5:11:52 PM User: N/A Computer: AMDTOWER Description: Bucket 232224388, bucket table 1, faulting application dexplore.exe, version ...Show All
YiuYip LIVE COMMUNICATION SERVER 2005 DOESNT WORKS
AM UNABLE TO CONNECT TO MY LIVE COMMUNICATION THROUGH MY OWN UI CAN ANYBODY LET ME KNOW THAT HOW TO CONNECT TO LIVE COMMUNICATION USING MY OWN UI AND NOT THE COMMUNICATOR ITS URGENT KINDLY MAIL ME AT godspeeddeepak@hotmail.com Please don't cross post and I also think this is probably not the right place for this question. If I knew more I could move it to a forum where you're more likely to find hel ...Show All
jlspoels Programmatically setting the DataContext of a control (e.g a grid)
So I'm busy going through "Programming Windows Presentation Foundation" by Sells and Griffiths. I'm reading the databinding chapter and did the following... Created a 2 by 2 grid and named it g rid Added the Person class from the book samples to Window1.xaml.cs Set myGrid 's DataContext to an instrance of Person In other words, here's the Person class verbatim from the sample public class Person : INotifyP ...Show All
Alan Kravanja Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
mossay How can I determine the remote IP in WCF Service? (1)
(Repost from 2 months ago http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=335969&SiteID=1 ) -- maybe someone has some info now :) I understand that the title is fundamentally flawed -- the binding used might not have the concept of an IP. But, assuming I'm using HTTP or TCP bindings, how can I access the remote IP and similar data I looked into OperationContext, and it seemed to have a lot of interesting things, but I couldn't figur ...Show All
Kartit How to determine localized name of scope for key binding?
When setting e.g. the keyboard shortcut "Ctrl-D" for a command in the scope of the text editor, I have to specify "Text Editor::Ctrl-D" as the string for the binding -- when using a US version of Visual Studio 2005. In the German version, I have to use a different name for the scope ("Text-Editor" instead of "Text Editor"). How can I determine the correct name from inside an add-in for a specific localize ...Show All
Donat Michal Paint a row
Is it possible to paint a row in the editor For example : I want to aint al the rows that are the declarations of a function. I Is it possible Avi Avi, If you know where the declaration is, you could just put a custom text marker on the text. This would give you a visual display similar to how breakpoints look (although you can determine the color). Would that work for you Thanks, Dy ...Show All
RevZ [sharepoint] alter template single page to multipage
I made a single page site in sharepoint, can I alter the template so it becomes a multipage or create a multipage en import the single page Hi there: I've moved your question to the Sharepoint.portalserver.developement site, as your question is non-VSTO related and out of our domain knowledge. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.sharepoint.portalserver.development&lang=en&cr=US Thanks! Mike Hern ...Show All
hennep DocumentSaved is not fired after opening solution
Hi, Event is fired only to the time I open solution, and after that no event is fired. Why I have Add in where OnConnection is : EnvDTE. DocumentEvents _documentEvents = this .Application.Events.get_DocumentEvents( null ); _documentEvents.DocumentSaved += new _dispDocumentEvents_DocumentSavedEventHandler ( this .DocumentSaved); See: PRB: Visual Studio .NET events being disconnected from add-in. http://www.mz ...Show All
Roger McElfresh Excel Data Binding question
I'm trying to figure out how to bind my DataSet to the Excel spreadsheet using the ListObject. I found this article: http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.excel.controlcollection.addlistobject.aspx I can't figure out this line of code: Microsoft.Office.Tools.Excel.ListObject list1 = this .Controls.AddListObject( this .Range["A1", "C5"], "list1"); What is "this" ...Show All
MattPM VB.net equivalent of "Selection"
Hi I wanted to know what the VB.net (used in VSTO) equivalent of Selection is eg for Selection.Clearcontents Hi, I'm assuming you are refering to a VSTO Excel project There are a couple of things you need to know about the Selection property. First, that it is a property--it is a member of the Application class. In Vba, Application members are part of the global namespace which is why you can refer to it ...Show All
