Answer Questions
Sander3 Msgbox On Windows Server 2003
Hi Guys, I'm really new to .Net development and need your advise on this. Recently I've completed a web application using VB.net (Visual Studio .Net 2003). In the application whenever the user clicks the delete button, a msgbox will appear prompting the user to confirm the deletion via the Yes or Cancel button. On my own machine (Win 2k IIS5), the msgbox appears without any issues. However when I deploy the application on a Windows Server 2003 ...Show All
Sachin chakote A data source instance has not been supplied for the data source 'DataSet1_Clientes'.
Hello i'm cuban and i'm doing an aplication in Visual Studio 2005. I have a problem with this code because i have an error. I want dinamically load differents reports in one page usin the reportviewer control. This is my code. please help me and tell me what's wrong here. This code i'ts for a test Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Me .ReportViewer1.Proce ...Show All
VikasGoyal Excel PIAs
I've got a C# application that will essentially be taking an Excel spreadsheet created by another means (Microsoft ReportViewer Control), opens it using the Excel .NET assemblies, and performs a Save As... to save the file as an HTML file. That being said, I am trying to nail down the requirements for deploying this app to a computer that doesn't have Microsoft Office installed. When I include the Microsoft Excel Object Library in my proje ...Show All
BitcoSoftware Generating documentation from code?
I know you can do XML style comments in all the .NET languages now which is a good thing. The question just is if there are any tools available to make it presentable. I'd like to provide API documentation for a library in the same style as MSDN. An example could be http://msdn2.microsoft.com/en-us/library/system.text.decoder The idea of showing the syntax for multiple .NET language is quite nice. Is there any way I can use the xml comments ...Show All
Ramanuj How to use Generic List in T3
This fails at run time because Entities is unknown despite it is part of my GAT project. Any idea Thanks in advance, Philippe <#@ Template Language="C#" #/> <#@ Using Namespace="System" #/> <#@ Using Namespace="System.ComponentModel" #/> <#@ Using Namespace="System.Collections.Generic" #/> <# /* Retrieve parameters for use in the template */ System.ComponentModel.Design.IDictionaryService svc = (System.Component ...Show All
Chris_ttz Visual Foxpro VSS2005 plugin update?
Was just wondering if anyone has heard if Visual Foxpro v9 has an updated VSS plugin that takes advantage of the new VSS2005 features (Internet access for example). Thanks. Bill Hi Bill, Not that I've heard of. What's current is whatever shipped with VFP9 back in December, 04, and of course Visual Studio 2005 hasn't shipped yet. Even so, I doubt there will be a VSS update for VFP9. -- Cindy Winegard ...Show All
Daniel Roth CommandBarButton and User Control Relationship
Hi, My situation: I called a method called "AddMenu()" in the ThisWorkbook.cs's StartUp event handler in order to create my custom menu in Excel, that's fine and work perfectly. I also have a action pane / user control containing a DataGridView display a grid of data. User can select a couple of DGVRow in the DGVCheckBoxColumn in that DGV. Finally, I want my users to click a menuItem in the custom menu and retrieve the &quo ...Show All
bolky Weird error
I'm using VS 2005 Beta 2 -- my systems don't seem to like the CTPs very much. I created a class that derived from Microsoft.Reporting.Winforms.Report so that I can code some custom rendering and have the custom rendering look similar to the code that will render PDFs and Excel workbooks. I used the VS functionality to override all of the required properties and methods. It compiles fine, but when I try to use it I get this weird erro ...Show All
Oren-a How I can Use Prpject data => Ado.net datasets ?
Hi In VS.net 2005 beta2 I want to have report using Prpject data => Ado.net datasets CR found my data base Fild but don't Find my record and my databse but when I make new connection evry thing is OK. I have to create new connection and I have to install my APP in fixed loction such az c:\my app\ becuse my cristal report don't accept releted path. what I can do for this How I can Use Prpject data => Ado.net datasets Does It work In VS. ...Show All
A_S_G Capture association events
Hi. I want to capture the "moment" when one Class is associated with another class, in order to fill some attributes on both classes. How can i do that Thanks, ALain Hi Alain, Class Designer does not support raising events. You could, however, listen to code model events and handle that. Thanks, Ramesh Rajagopal. Class Designer Team. You have an example about it thanks Alain ...Show All
AJ_Developer WPF and non Microsoft OSes...
Hi, We just started to make a web / win application with WPF. I know that you've to install WinFX on Windows XP to see the web application, but what about the non Microsoft OSes. Will be there a player like "Flash Player" or something else for this OSes There are no available runtimes of WPF/E available yet. We'll make sure to update this forum when the first preview versio ...Show All
Ghastly Merging Source Safe databases
Hello. Is there a tool to merge 2 VSS databases Considering that a branch is actually another VSS database (same projects structure), does anybody know a tool that can merge 2 branches into one Thank you. Cosmin Both approaches would retain the histories--they would just be in two individual databases. You could "restore" one database into the other (within a new, separate, project) to have the two ...Show All
dyt Trying to load managed package results in error 0x800a006f in ActivityLog
I am trying to debug a managed package load failure - the package worked for a while, I reinstalled VSIP (Visual Studio 2005 SDK Dec 05) and now I cannot get it to load. The package was originally created with the same version of the SDK that I was reinstalling (Dec 05). I am using the experimental hive and not using a PLK. The package appears to be registered correctly: I have tried both using a .reg file (produced via regpkg) and regpk ...Show All
Mike Allen Mc Donogh Multiple Hosts?
I'm trying to configure multiple service hosts with multiple end points in each using self hosting. The code looks something like this: Uri baseAddress = new Uri ( "http://localhost:8080/OxfordCRMWCF" ); ServiceHost sh1 = new ServiceHost(service1, baseAddress); // --- Add a Service End Point ------------------------------------------ sh1.AddServiceEndpoint(contract1, new WSHttpBinding(), baseAddress.T ...Show All
Stig Nielsson Excel - changes and sheet protection
We are using a ListObject on a worksheet bound to a bindinglist. When the sheet is NOT protected and we either drag edit or copy & paste a range of cells, then we see that all of the value changes are propagated down to the bindinglist. However, when we protect the sheet then ONLY the first value change is propagated to the bindinglist. Does anyone know why this might be the case.. Don Hi Don, To understand more about the pr ...Show All
