LadySQL's Q&A profile
SQL Server Cannot create a report - VS 2005/SQL 2005
I cannot seem to create a Report based on an SQL Server 2005 database. The IDE and the database server are on the same machine. The reports server is installed and running. During both installations (VS and SQL Server 2005 ) I opted for the complete install. I create a reports project - when I right click the reports folder and select Add New Item > Report - nothing happens. When I invoke the Report wizard and continue till the last step - pr ...Show All
SQL Server How to Create CLR Based Stored Procedures
I need to create CLR Based Stored Procedures using VS2005 Standard Edition in Sql Server 2005 Standard Edition. Unfortunately, when I create a new project in VS2005. I can not find the template to create a Sql server project using C#. I re-install sql server and Vs2005, the problem still there. Does Vs2005 standard edition support create sql server project Thanks a lot. O sure it does, its located under File --> New --> Project --> ...Show All
Software Development for Windows Vista Missing Commit
Maybe this is obvious to everyone, but it took me a while to figure out. I am experimenting with a durable resource manager that is supposed to live inside an assembly that is loaded into the client application program process. I have noticed that sometimes the Commit() method is never called or at least interrupted before the application ends. The application code uses TransactionScope. I realize that this is a distributed transaction and that ...Show All
Visual Studio Tools for Office XML DataViews for XML without namespace
Is it possible to use XML DataViews in Word for XML that does not have a namespace attached I would like to be able to read RSS Feeds in Word, buts since most of the feeds don't use namespaces it might me hard. Is there an official namespace for RSS 0.91 and RSS 2.0 Thanks! I found out that there is no problem opening a specific XSLT transform for any given XML-file. But I cannot predefine a transform to use for all RSS-files since they ...Show All
Visual Basic Datagridview "HideSelection"
I'm using an unbound datagridview to display information, and I need to color-code certain cells to alert the user to status events. Is there a way to not have the selected row highlighted when the control does not have focus (similar to the VB6 .HideSelection property) Did that do what you wanted it to do, or did you find another solution I'd be interested in the other solution if you have one . ...Show All
.NET Development How to give an exe the permissions it wants
I'm trying to write a c# CGI app. When i simply use Console.WriteLine to output my results, everything is fine. But I want to use HTMLTextWriter and when I do, I get the following error below. When I run the program in a console it works fine, but not when I access it from a browser. The directory has read/execute permissions for the IIS user account, and I've explicitly stated [ AspNetHostingPermission ( SecurityAction .Demand, Lev ...Show All
SQL Server Chronicles from Giai
I share a forum after some months and it's not my favourite thing. I report my recent experiences about installation. A couple of days ago I downloaded Windows Server 2003 R2 and succesfully installed it. Right bottom on my desktop screen an icon shows that: Windows Server 2003, Enterprise Edition Evaluation Copy, Build 3790 (Service Pack 1). I guessed it is a copy with already installed its Service Pack 1. Then I searched for possible upgrade ...Show All
Visual C# System.IO.File.ReadAll doesn't exist?
Obviously new to C# and .NET in general if this problem has me down. Anyway, installed Visual C# Express and the .NET Framework 2.0. Figure I'm all ready to go. So I'm reading a bit on C# ( http://msdn.microsoft.com/vcsharp/default.aspx pull=/library/en-us/dnvs05/html/usingcsharpexpress.asp ). In that page is a little program to read a file and send its contents to the console. Fairly simple. string myFileContents; ...Show All
Visual Studio Express Editions BindingNavigator Not Working
I am trying to use the BindingNavigator with XML data in DataGridView. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load Dim filePath As String = "authors.xml" [AuthorsDataSet].ReadXml(filePath) DataGridView1.DataSource = [AuthorsDataSet] DataGridView1.DataMember = "authors" ' Set the DataSource to the DataSet, and the DataMember ' to authors. Bin ...Show All
Windows Forms BindingSource to object help
Hello, I'm trying to bind to a custom object (business layer component), and I can bind to a type, but I don't know what it is looking for in response to the DataMember. Will it only accept a property or a method I would like to do this at design-time... Also, I'm trying to bind to a datatable, if that matters... Thanks, Brian The DataMember is the name of the property you want to bi ...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 2008 (Pre-release) Inheriting from a custom avalon control
Hello, I am trying to inherit a dialog control from another dialog control so that the child control can add custom tab items to the tabcontrol. But I got the following error: Error 18 ContextMenus.BaseDialog cannot be the root of a XAML file because it was defined using XAML. Line 2 Position 16. C:\My Documents\Visual Studio 2005\Projects\ContextMenu\CSharp\ChildDialog.xaml 2 16 ContextMenus Is it possible to inherit from an avalon ...Show All
Software Development for Windows Vista How to add mapped printer for a remotely connected user
How do I add a mapped printer for a remotely connected user. User is connecting through a remote desktop connection and he is not seeing his printer. How do I add that printer. does he have a printer installed when in the office just doesn't see it when remote try adding the /console switch to mstsc. If you added the printer and are expecting him to see, that won't work becuase they are per user. josh http://windowsconnect ...Show All
Visual Studio Express Editions Stupid Question... Please help!
This is probably a real stupid question... I have a dataset that gets created programatically (no connected database, no TableAdapter, no datagrid - just a dataset used to store a ton of records temporarily in memory). I have the dataset bound to a couple listboxes to filter information and everything works exactly as I want it to. Now, I'm creating a report based off the information in the dataset. The stupid question is... If I want t ...Show All
Visual Studio Team System Programmatic get latest?
I need to pull files out of TFS source control from within a custom .net application. Basically the app will pull out database scripts and execute them against various databases. I really have no idea where to start. Can anyone point me towards any relevant resources Thanks Ross See if this is enough to get started: http://blogs.msdn.com/buckh/archive/2005/09/09/463287.aspx ...Show All
