Liam404's Q&A profile
.NET Development How to send e-mails using a web service
Hello guys! Anyone knows how can I send an e-mail, with attachments, using a web service The scenario is: I have a web application that will process some requests and after all done it will access a web service, used by other existing apps, to send a default e-mail to the user's inbox. Thanks! Rafael Nascimento Why bother with a web service to do this. The web page itself could send the email. Take alo ...Show All
SQL Server Object reference not found Error while generating the report
Hi, I am trying to generate a report. I am seeing below error after clicking on View report. I would appreciate any help resolving this issue. -Syam. Server Error in '/Reports' Application. Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error an ...Show All
SQL Server Cannot complete Install of Express
Product: Microsoft SQL Server Native Client -- Error 1706. An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'. Logged as MsiInstaller in App Log. The install fails with this and two other items in the bos that shows successful install items SQL Server Database Services Workstation Components, Books Online, Development ...Show All
Visual Studio Custom build step for C# files ?
I would like to define a custom build step to generate C# source code files from a C# interface. The generated files are to be part of another assembly in the same solution. I want the generation to take place whenever the cs file containing the interface has changed. In VC++ it is possible to define a custom build step, with dependencies, in the source file properties page. Not so in VC#. (Using a project pre-build step would mean that the f ...Show All
Visual Studio 2008 (Pre-release) Using INotifyPropertyChanged/CollectionChanged
Should these two events be used for proporgating changes back to a store or not If I am binding an ObservableCollection to a control (with all of the items in the control implementing INotifyPropertyChanged) if an item is changed through that control is the datalayer consuming the notifypropertychanged event to prompt an update correct usage ...Show All
Visual Studio Uninstalling Tool Output Question
I try to uninstall everything related to VS2005 Betas (WebDeveloper, SQL Express and Studio Standard) The reason is that somehow the whole SQL Express thing did not work properly. Allways got some error message. Also I now have the final 2.0 .net framework installed. After a night of try and error I removed a lot or what I thought was everything. I do now run the uninstall tool (wich I found after that night) and get the following XML output: &l ...Show All
Visual C++ Opening files from explorer.
I have associated the extention .vip to my program Viper.exe. However, I have no idea how to make the program open the .vip file that has been opened in explorer! How do you find out which file was double clicked to open the filw. Thanks in advance. Hiya wrote: I have associated the extention .vip to my program Viper.exe. However, I have no idea how to make the program open the .vip file that has been opened in explorer! How d ...Show All
Visual Studio 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
Windows Forms DataGrid row selection help !!!!
Hi All, I might have a stupid question but I really need to know how can I make a full row selection of the datagrid like TaskVision Well, I don't know if this will help but you just use the MouseUp (or other rel ...Show All
Visual Studio Express Editions BindingSource.Filter Problem Part 2
Sorry for reposting this, but my new question was burried within the thread of my previous post and I wanted people to get a fresh look at my problem. I have a form with a DataGridView with multiple columns. I have another form that pops up to give the user options of filtering the data in the DataGridView form. I have several ComboBoxes bound to tables that contain the data available in a certain column in which the user can select items fr ...Show All
Windows Forms Half-way there...
I have a datagrid (Win forms) and I have added an expression column as follows: DS_Book1.Tables("HaulageBooking").Columns.Add("EstPall", _ Type.GetType("System.Double"), "OrderQuantity / DefaultOPP") The I add column to gridtablestyle: Di ...Show All
Windows Forms How can I bind a Datagrid from a SqlDatareader source in windows Forms?
Hi, I was looking everywhere and I couldn't find how can I bind a datagrid from a SQLDatareader source, some books says that it can be programatically but don't say how. All the examples that I find is in web forms, but I need a ...Show All
SQL Server Questions on how to build my schema to handle many to many relationships
I'm trying to figure out how to build my schema and so far I am not having success. I have three tables: Customer CustomerID (PK) CustomerStuff Address AddressID (PK) AddressStuff AddressLink AddressLinkID (PK) CustomerID (FK) AddressID (FK) AddressLinkStuff Here is the XML file that I receive that I have to load into these tables: <root> <Customer> <CustomerID>999</CustomerID> <CustomerStuff> ...Show All
Visual J# creating setup
I create the program, and now i want to share with other users, how to create setup for my program Is it by design that the Publish doesn't work with non-English text given to it It shows garbage when one provides Greek messages etc. Same happens with the installations that VS.net can create (other option than the Publish menu) ...Show All
Visual Studio Express Editions Multiple Data Files (SQL Express) can be used in one application ?
Hi to all of you, In VB.NET 2002 I was using Multiple MS Access files to store data. Is it possible with VB.NET express 2005 and SQL Express 2005 Parminder This is a limitation of Visual Basic Express. SQL Server Express is similar to the old MSDE - it has certain limitations compared to the full version of SQL Server 2005. See http://msdn.microsoft.com/vstudio/express/sql/ for more information. As me ...Show All
