ASP-SQL Newbie's Q&A profile
Visual Studio Express Editions installation of visual basic - some Q's
Hi all I've downloaded and installed visual basic 2005 express using the microsoft installer. During the download I selected the optional SQL express as well. Following the download I can access visual B but cannot find how to access SQL to set up a database. Is this done from inside visual B or from a dedicated SQL app Also, is it ok to download and install the other visual studio express languages such as J# and C++ etc to run alongsi ...Show All
Visual Studio Express Editions Visual Studio 2005 and Frontpage 2003/Frontpage Server Extensions 2002
This is so frustrating..please can somebody help I need to learn how to develop a web site which is powered with ASP.NET 2.0. I want to use FP2003 as my HTML/graphical tool and Visual Studio Express 2005 (Visual Web Developer Express), as the programming tool. I am using Windows XP SP2 with the integrated version of IIS5.1. I installed the Frontpage Server Extensions 2002 (Version 5.0.2.4803) to try to pair with the server extensions on the h ...Show All
SQL Server AttachDbFilename, |DataDirectory| and SQL Server 2005 June CTP Relative Paths
Hello, I am using "AttachDbFilename" to connect to a June CTP SQLExpress database. I have a windows forms application that has the following connection string (which works fine at the moment): "Data Source=.\SQLEXPRESS;AttachDbFilename='|DataDirectory|test.mdf';Integrated Security=True;User Instance=True" However, I would like to make my connection string: "Data Source=.\SQLEXPRESS;AttachDbFi ...Show All
Visual C# in .Net 2.0 where is System.Web.Mail
Hi. I am working on a method to send emails, but when I try to compile this is what I got: Error 1 The type or namespace name 'Mail' does not exist in the namespace 'System.Web' (are you missing an assembly reference ) C:\Desarrollo\Visual Studio 2005\Projects\WF_BCCR\WF_BCCR\correo.cs 4 18 WF_BCCR What is the problem Thanks, Lorenzo Jimenez I got ...Show All
Visual Studio Express Editions Registration
Anyone else getting endlessly repeated requests from VB 2005 Express to register I've registered 4 times so far, and still the balloon keeps popping up in the system tray to remind me to do so. I installed from the .img CD download, and there's no option anywhere to enter a reg code. Does someone know of a registry fix that will turn this off Nick Savoiu wrote: Hmm, I have the same prob ...Show All
SQL Server OLE DB or ADO?? plz give me a suggestion!
i am learn database access with native vc++, so ADO.NET is not electable for me. i wonder whether i should study OLE DB first or ADO. i've been working with ADO under VB for some time, it's very simple to use. but i dont think it's the best choice for vc++, i think it's OLE DB. but OLE DB is really difficult, too many interfaces, and properties!!! could u give a suggestion should i learn ADO with vc++ first and then OLE DB, or sould i  ...Show All
Visual Studio Express Editions unable to copy .exe from bin to obj
i keep having this message when i build/rebuild or run my window form program can anyone help me with this the error message is: Error 2 Unable to copy file "obj\Release\RSReader.exe" to "bin\Release\RSReader.exe". The process cannot access the file 'bin\Release\RSReader.exe' because it is being used by another process. RSReader i tried to delete .exe in obj and bin, i also restarted the computer then it works. however, it happens ...Show All
Windows Forms Office XP PIA with word
I am using office 2000 with the office xp pia and i just extracted the files to a folder and added Microsoft.Office.Interop.Word as a reference. When i did this with this code Private Sub btnMerge_Click(ByVal sender As System.Object, ByVal e A ...Show All
Visual C# Some problems?
I'm not sure if this is the right place to post this but as it's the Visual C# forum I figured I would do it here. I've searched since around 11:00 PM (it's now 4:00 AM) for a fix to my problem. Apparently I used to have Visual C# Express Edition and MSDN Express Edition both installed and somehow I messed everything up, now preventing me from installing Visual C# again. I have no way to uninstall these, I've run multiple "clean-up" tools, one ...Show All
.NET Development SelectSingleNode XPATH to match single quoted data
I am using the XmlDocument class to query XML data with XPATH. Some of my data includes single quote characters. For example: < menuitem > S/CData.XYZ.Submissions.S/C's </ menuitem > How do I match on this data with XPATH within a SelectSingleNode method call I have tended to use single quotes to encapsulate string data within XPATH queries. For example: XmlNode test = DOM.SelectSingleNode(customer[@name='fred']); ...Show All
SQL Server SQL 2000 Publisher and SQL 2005 Suscriber
Where can I found information on how its works and how to do it I tried to do it but I always received an error message Check out the following topic in SQL 2005 BOL: Using Multiple Versions of SQL Server in a Replication Topology (ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/45154b65-b46f-4aad-82e4-261376a7e9d4.htm) The general rule of thumb for replication topologies involving multiple versio ...Show All
Visual Studio ASP.NET Session has expired, why ?
Hi, I have an aspx with report inside, in the ide (VWD) I can see the page and the report with data on it. When I deploy the page on the web srv I can see the page but without data on the report, instead I see one error inside the report, the error is: "ASP.NET Session has expired" Exception Details: Microsoft.Reporting.WebForms.AspNetSessionExpiredException: ASP.NET session has expired Maybe ther is something to set ...Show All
Visual Studio Help populating ReportViewer progrmatically
I am trying to use your code example and some of my own but receive this error: The DataSourceID of the ReportDataSource 'MyDS' of the ReportViewer 'ReportViewer1' must be the ID of a control of type IDataSource. A control with ID 'MyTable' could not be found. Well, I worked it out, quite simply it seems. I have a Multiview. View1 has two date parameters fields. View2 has the Repor ...Show All
Visual Basic edit and continue
I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options. Any help would be appreciated. Thanks, Danny Yes, it's when I'm at a breakpoint in code I cannot make a change ot the file in the ide. It seams to be all files in the solutions. ...Show All
Visual C++ C++ STL vector class behavior within a managed class
First off, I am using the visual C++ .NET environment. I am creating a poker game. I have a Deck class and a Card class. The Deck class contains a vector of cards. Originally, I had both classes unmanaged and they worked fine but were difficult to use within my managed form class so I decided to make both Deck and Card classes managed. I am able to get everything working except something about my vecto ...Show All
