Software Development Network Logo
  • VS Team System
  • Windows Vista
  • Microsoft ISV
  • Visual Studio
  • Smart Device
  • .NET Development
  • Architecture
  • Visual FoxPro
  • Visual J#
  • Visual Basic
  • SQL Server
  • Visual C++
  • Windows Forms
  • Windows Live
  • VS Express Editions

Software Development Network >> Visual Studio

Visual Studio

New Question

MSMQ error opening queue
how can i change my desktop back ground ?
mscorsvw will not stop running
Manipulate Bookmarks @ Server Side
Adding fields dinamically in runtime to a crystal report using c# VS2005
Visio 2003 Add-in (Get Selected Shape info?)
how to create pdf files
No SetSecurity Project in german VSTO
Generated SQL parameters
SvcUtil error in trace files

Top Answerers

Noli San Jose
Matthew McEwan
wyktor
Stefanie
Clifton G. Collins III
Larry Buerk
Thomas Wolfram MVP
hamedghasemi
Jojy
Annam
NuPortal City
Only Title

Answer Questions

  • LAUJ svg + xaml

    Why can I only have 1 scalable vector graphic reference file saved with-in a xaml file and thats the only view and detail the glpyh/icon can have... if you scale-down a 256x256px graphic to like 16x16px it looks bad unless the 256x256px is very simple which brings be to my next point that if you would make a simple 16x16px graphic and scale-up to 256x256px the graphic would look to simple and not rich enough which would make that size poin ...Show All

  • sl1pm4t Copy report data directly into word

    We have a tabular report that is generated and displayed in a report viewer control. Is it possible to select the table with the mouse and copy and paste it direct into a word document, or will we have to export it to excel and then import/export it into Word. Thanks Michael In webforms, you can use the standard copy-paste support from the web browser. At this time, there is no way to copy-paste report conten ...Show All

  • rayhojka Preventing Document loading customization

    Hi, We have a set of documents that pick up and load a VSTO customization by specifying an assembly name and location in the customDocumentProperties. eg in WordML the following is specified: <o:CustomDocumentProperties> <o:_AssemblyName dt:dt="string">*</o:_AssemblyName> <o:_AssemblyLocation dt:dt="string">C:\Program Files\test product\test.application</o:_AssemblyLocation> </o:Custom ...Show All

  • SSJJ Error at element '' in markup file 'Window1.xaml' ....

    when i use the simply statement: this.tb1.Text += "this is my Text"; in runtime,ths VS show the errow: "Error at element '' in markup file 'Window1.xaml' : Exception has been thrown by the target of an invocation.." who can tell me thanks Where is this statement in your code   Is it in the constructor   And are you defining the TextBox in XAML If so, what's probably happenin ...Show All

  • jimsch Associations in DLinq Designer

    If I drag related objects onto the DLinq Designer's design surface, it shows an association between them. But this only seems to work if the foreign key is a single column. When I drag a related object that has multiple columns, it shows the object but not the assocation. Is this a known problem -Larry Hi Lawrence, for the CTP, the designer only support single column keys. We're working on s ...Show All

  • seeIT Found a Bug in Skip(x).Take(y)

    I've seen this work just fine on a regular table, but it blows up when added to my somewhat complex expression tree: func: var myQuery = from (..) in (..) where (..) orderby (..) return myQuery.Skip(3).Take(1).ToQueryable(); main: blah.DataSource = func().ToList(); The classes here are strongly-typed, e.g. I'm doing IQueryable<MyObject> as the return type of the function. Everything works fine when I don't do .Skip() and .Take() as recomm ...Show All

  • rokhead Is it possible to program PowerPoint Presenter's view?

    In VSTO 2005, I would like to check whether it is feasible to program the Presenter's view for Office 2003 and Office XP: I would like to know the answers for the following 2 questions 1. Is it possilbe to know whether the Check box for "Show Presenter's View" is checked I could not find the value for this setting in the PowerPoint "Application" Object, e.g. the "SlideShowSettings" object. Does anybody know how to read this value ...Show All

  • Searock There was a failure uploading the URL.... VSS 2005 Beta 2 Web Service

    Hi there, I hope someone is able to help me with a problem to do with VSS2005 Beta 2 Web Service. I've spent nearly a day trying to get it to work, however I've not been able to. Here is a detailed summary of the issue. I am trying to get  Visual Source Safe 2005 Beta 2  to connect to Visual Source Safe 2005 Beta 2 via the Web Service. I had problems actually getting the database to register in Visual Studio until I found this posting ...Show All

  • RRRSr ReportViewer control - protected memory error when printing

    Hello, When me or my users try to print from the Windows Forms ReportViewer control to a specific printer (using PCL), the following error appears in the ReportViewerControl client area: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is only happening with the one printer of that type. The error appears after choosing the printer to print to and selecting "P ...Show All

  • JackNet 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

  • Pyramus suppressing section question

    I have two page header sections and a subreport in the details section. What I want to do if the subreport goes over several pages is showing header section a on every page, but only showing header section b on the first page. How do I suppress header b based on the page of the subreport I am not able to figure it out in the designer. I actually found a solution just putting header section b into the details section. As long as there are ...Show All

  • dlcrawford Upgrade to VB.net 2005 gives - the given assembly name or codebase was invalid

    Just upgrading a VB.NET COM enabled DLL (class library) from VS 2003 to VS 2005 I am getting this error message... Error 1 'The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)' C:\company5\BusClassNET04\LC companybusinessclass5 The file LC does not exist Another similar project compiles OK so I am really confused as to why this is happening. I have tried shortening the assemb ...Show All

  • dann dee Visual Basic 2005 Express / Excel 2000

    Hello all I have a problem by opening an existing excel file / saving an modified excel file. I have installed .net Framework 2.0, Excel 2000, Visual Basic 2005 Express on Windows XP.Reference to Excel 9.0 Library. I got this AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. thanks, phil Lines with failures marked in red: Dim xlApp A ...Show All

  • ibrahimK Running Total Field Question

    Hello there ... I'm working with Visual Basic 2005 Profesional Edition Crystal Reports 10 I have a Database that has 3 tables: [ Courses ],[ Clients ],[ Trainers ] you may have already know the Relations between the Tables but here they are: -There is a Many to Many Relation between Courses,Clients -There is a Many to Many Relation Between Courses,Trainers So Now I have 5 Tables... beside of the 3 Main I have 2 Tables who Are doing the Many to M ...Show All

  • nath WPF StartingUP Event. Plz Help! Urgent!!!

    Hello Everyone, I am a new user to Windows Presentation Foundation(WPF). I referred the Book "Windows Presentation Foundation" by O'Reilly. I could not see the "StartingUp" Event in the Application Class. Whether "StartingUp" has been Changed its name I tried the code like this: class MyApp : Application { static void Main(string[] args) { MyApp app = new MyApp(); app .StartingUp ...Show All

616263646566676869707172737475767778

©2008 Software Development Network

powered by phorum