I'm builing a web app in VS2010 using 3.5 framework. Our SSRS server is SQL2005 with no plans to upgrade in the near future. So I'm trying to use the 9.0 version of ReportViewer.
The project references Microsoft.ReportViewerCommon 9.0.0.0 and Microsoft.ReportViewer.WebForms 9.0.0.0 - no...
Due to client considerations, I have a project that has multiple databases (all same schema) on a single server, having 1 additional database with "master" data (client name, contact info, etc.) Users need to access data from across multiple databases. I know that I can use UNION if I know...
I'm new to AJAX (think the calendar is great) and ASP.NET in general, but I need to create a "confirm message" box when the Save button is clicked, but ONLY if 2 session variable do not equal.
Here's pseudo code:
btnSave_onclick
if session("A") <> session("B") then
display message "do you...
Just had to reinstall XP on this laptop and the wireless doesn't register - can't find it listed in Device Manager.
Downloaded driver from HP site (on another PC) and installed on the laptop - rebooted, but still no luck.
Where I can look on the PC / Control Panel to find the hardware?
I'm...
gbaughma - I tried your option on a test machine and worked just fine!
I'll attempt it on the production PC that uses the 3rd party app later today.
Thanks for your help!
I have a job that prints directly to a network printer (hardcoded by a third party) - no way to change the printer in this application/scenario.
But I want to print to CutePDF (installed on the PC as another printer).
Is there a way to take the job (I can change the printer advanced setting to...
This makes sense - I did do some sleuthing prior to posting my question and came across some references to SET INDENTITY_INSERT.
I believe this will work - we're in the process of setting up the app that will use this new SQL db, so no one will be accessing it during development except myself...
I've got data from a MySQL database that had the primary key with "auto increment". Exported to a flat file for import.
Now am importing to SQL2K - problem is that of the original 353 records (just a tiny db, thank goodness!), there are only 342, with the first record ID = 2.
So I still need...
Found the answer!
I needed to add a header to the email in code, with base64 encoding:
email.Headers.Add("Content-Transfer-Encoding", "base64")
Works like a charm!
Thanks for all the imput!
Thanks for the reply Sorwen - there isn't any other code in my project - very stripped down as I'm troubleshooting.
I'll check on the mail server & AV angle. One thing I'll try is sending a different type of file with the code - that might narrow down the problem.
If I have any success, I'll...
I had another user write (copied in) the code in a new project on a different PC, but the same results.
Anything I should look at in regards to References? I did have to add the System.Web reference - here are the references that are loaded:
Office
System
System.Data
System.Drawing
System.Web...
Here's the process:
I create the file in Monarch V9.0, exporting a summary using the "Project Exports" module - this is a separate process from the VB.NET code.
The VB.NET code just generates the e-mail - so don't believe that a background process is creating the problem.
I'm going to have...
Thought I should add - when trying to open the file with Excel and then get the error, the EXCEL.EXE process does stay open/active in Task Manager. No entry for Excel in Applications, just in Processes.
Thanks!
Sorwen - sorry it took so long to get back to you - just love back to back meetings!!!!!
I can open the file on the H drive normally - works just fine. I can also attach the file through Outlook, e-mail to myself and then open with no problem.
I get the same results (corrupt file) running...
I've got a multiple step process, end goal is to send an Excel file by e-mail using VB.NET.
Original data is in .txt report, so using Monarch V9 to create an Excel file from a summary.
Then want to create either a Windows app or service to e-mail the report.
I can get the file to e-mail just...
Thanks for the help - question - should I run the "Method 2" script first? I was having problems with the initial script referenced by gmmastros, so created a second script on the SQL2K box w/o the "Script SQL Server logins", but now getting errors about valid logins.
I'm setting up a SQL2005 database on a test server (fairly small) and need to copy/migrate an existing SQL2000 db to the new server. But the SQL2K db is much to large for the test server.
Is there a way I can create/copy everything BUT the data (schema, permissions, etc.)? One of the things...
Thanks to all the replys - ended up getting a SATA I card, installed OK and then added the new HD as additional storage.
I appreciate all the insight, really helped a lot!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.