JessicaK's Q&A profile
.NET Development Creating a new ASP.NET membership provider
Hi, I have recently installed MS SQL Server 2005 Beta and am now trying to use this to store my membership/profiles information instead of the MS SQL Express. But I can't see how I'm suppose to add the Provider. All the documentation that I have seen has said that it can be done via the "Web Site Administration Tool" under the provider tab. By selecting add new provider. But it isn't there Anybody else got any ideas Thanks ...Show All
Visual Basic VB2005 Book
Could anyone tell me what would be a good book to start I used vb6 in my last project. Is it ok to skip vb.net Please advice... Programming Visual Basic 2005 by Jesse Liberty from O'Reilly is supposed to be a good book - I don't have it, yet - particularly if you are already familiar with a lot of programing concepts. However, you could pick up a VB.NET book and it would still be useful. There aren ...Show All
.NET Development Inteface with Smart Card reader
Hi i m working on small project . In my project i have to interface with smart card .I m doing my project in C# 2005 . But i dont know how to program with Smart Card reader.how to read and write to Smart Card. Help me Contact the manufacturer of the reader and ask them for the protocol specification. Then use the .NET 2.0 SerialPort class to read the data. ...Show All
SQL Server SSIS LOGGING
Second time around w/this one. I'm running my sqlserveragent with a domain admin account and everything works well. I then switch to a domain user and the package fails. Windows app log contains ths Package "Package1" failed. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . So I go to the sql server agent jobs and select the job I'm trying to run. I then go to Job Step Properti ...Show All
Visual Studio Express Editions linking error after installing VC++ express beta 2 with PSDK
I am testing an empty Win32 project as suggested in 'http:/lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx' but it results in the following error: ------ Build started: Project: test2, Configuration: Debug Win32 ------ Compiling... stdafx.cpp Compiling... test2.cpp Compiling resources... Compiling manifest to resources... Linking... LINK : fatal error LNK1104: cannot open file 'shell32.libole32.lib' B ...Show All
Visual Studio 2008 (Pre-release) Splitter bars?
How would I go about inserting a splitter bar between two panels to allow the user to resize the width of the content Is there a control for this Thanks! You need to place the content in a Grid and use GridSplitter. I place the splitter in its own column/row but there are other options. The docs on GridSpliter are a bit sketchy, but the information is there. You need to set whether it is rows or columns, the ...Show All
.NET Development IXmlSerializable ReadXml question
The VS2005 Beta 2 MSDN documentation for IXmlSerializable.ReadXml contains the following statement: "When this method is called, the reader stream is positioned at exactly the point that the WriteXml method began writing. Typically, this is immediately after the start tag that indicates the beginning of your serialized object. When this method returns, it must have consumed exactly those nodes that were written by the WriteXml method, so that t ...Show All
Visual Studio Team System Team Suite 2005 + SQL SERVER 2005 + TEAM FOUNDATION SERVER on one machine?
I have one spare computer with Windows Server 2003 Enterprise installed. I would like to have both the Application Tier and Database Tier on this machine. Is this possible Can VS.NET Team Suite 2005 Beta 2 exist on the same machine as SQL Server 2005 Beta 2 Team Foundation Beta 2 I have not been able to successfully install all of these products on one machine. I read somewhere that with Beta 1 the application tier and ...Show All
Windows Forms Desktop Shortcut
Is there any way of creating a desktop shortcut using a ClickOnce Install Regards, Alan Hi, I reported it on Product Feedback Center ( http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=f95eeb9d-2bb4-47a0-a860-5711be76222f ). You can vote there for the suggestion. ...Show All
.NET Development Unable to modify database data (ADO.Net, C++, ODBC)
I am trying to learn how to use DataSets to edit data in a database using the ODBC .Net provider. I would also like to have an OdbcCommandBuilder buid the SQL commands for me. In this simple example, I created a small MS Access database with two tables (Table0 and Table 1), with a few columns, and populated with a few rows in each. I am able to connect to the database using a DSN (only targetting Table0), query and properly populate a DataSet - ...Show All
Visual Basic Error- Could not load file or assembly
I have two projects in a solution. One is a class library with my FTP, GPG and some other classes that get compiled into a dll call CBI.Utilities. The other is my main app which in a few places call the ftp class. I added the reference to the main solution by browing to the project from references under the main solution and now I get this error when I try to instantiate the ftp class. "Could not load file or assembly 'CBI.Utilities, Version=1 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MDXInfo Tutorials
Hi, I posted this same list on a couple other forums without any replies. Eventually I ended up submitting my own first example and of course it gets marked as resolved. Plegh! Like a number of other beginner's to game programming, I am having a difficult time deconstructing the Microsoft examples. They always throw in the whole kitchen sink! I would like to see some very rudimentary code samples which each do one simple thing. The Di ...Show All
SQL Server OLEDB question
This may be a newbie question but here it goes. I have SQL Server 2000 running on a windows server 2003 machine. When i have my database local, on MSDE everything is fine. But when i switch my code to move to the server, (after i've attached the database within the server) it tells me that server either does not exist or login failed. Now here is my connection statement OleDbConnection m_conn; string connectionStrin ...Show All
Visual Studio Express Editions SQL Server 2005 Express
I am getting the following error when logging in using SQL Server Management Studio: Server Type: Database Engine ServerName: xxxx/SQLEXPRESS Athentication: Windows Authentication Error Message: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: ...Show All
Visual Studio Express Editions Other local databases other than SQL2005Express and Access
Hi, I'm a huge fan of the Microsoft Visual Studio Express software, but despite that SQL 2005 Express should be light-weight. It's still too heavy for me. It draws the performance out of my system. I like this database, but I still find it somewhat heavy. Working with Jet databases goed smoothly on my system. Since I want to test other databases, can I use the following ones within the Express Editions: 1. FireBird 1.5.x and up 2. MySQL 5.x 3. E ...Show All
