Fran M.'s Q&A profile
SQL Server Oracle 9i -> SQL Server 2005: Initialization of table failes
Hi there, I'm trying to initialize a subscription for a transactional replication between Oracle9i and MS SQL Server 2005. The snapshot agent runs succesfully, but I get an error when the distribution agent runs to apply the snapshots at the subscriber. I've pastet the job history from the Log File Viewer below. Message 2006-06-08 09:27:25.516 Applied script 'ADDRESS_8.sch' 2006-06-08 09:27:25.516 Applied script 'ADDRESS_8.idx' 2006-06- ...Show All
Windows Forms Copying files in C#
And for my last trick question of the week :) I am attempting to copy files from one directory (given as a parameter), to the TEMP directory on the user's system. I have found the System.IO.File object, and read about using streams to acc ...Show All
Smart Device Development MissingMethodException while trying to direct access SQL Server throught Pocket Project on .NET CF 2.0
Hi, URGENT! I'm receiving a missing method exception while trying to instantiate a object that contains simple SQL Client code on Pocket PC 2003 Projects. I'm using .Net Compact Framework 2.0 with Visual Studio 2005. The piece of code i post bellow is able to simulate the problem i'm talking about. I just can't see any problems. I've even declarated on the Pocket Project a reference to ...Show All
Software Development for Windows Vista Generating ruleset in runtime
Hi, I was trying to generate ruleset in runtime and assigning it to policyactivity and it works fine once i finished i dragged ifelseactivity to the same workflow and i added simple condition using the simple way Declarative Rule Condition the project doesn't build and it keep giving me error saying that cannot find the condition despite the fact that the condition in the .rules file i thought there's something wrong with my code ...Show All
SQL Server good integration services book
ive been learning through books online, but i just find learning from a book is better for me. have any of you bought books on integration services and if so , would you recommend them I have "Professional SQL Server 2005 Integration Services". I have not used the book extensively as I am currently extracting from an Oracle source into SQL 2005 and then using stored procs to carry out the ETL. Most ...Show All
Windows Forms Virtual ListViewItems and Images
I have a ListView control setup for virtual mode. I can add the items easily however one thing I cannot do is display an image with the ListViewItem. When I had a look at the values of the ListViewItem object, the ImageList property was set to Nothing, so my question is, how do I specify an ImageList so my virtual ListViewItems can have images bound to them. I know that this property is set when an item is added to a ListView control, so how ...Show All
Visual Studio Links to more info about Class Designer
I had a basic question concerning the Class Designer. If you create a solution space containing multiple projects, is it possible to place a class from one project onto a class diagram that exists in another project within the solution space. Greg, You'll also have to build your referenced project for you to visualize the types from that project. In V1, we only get the information of t ...Show All
SQL Server Service Broker not working for Restored databases (SQL 2000 databases restored on 2005)
I just restored my SQL server 2000 database on the SQL server 2005. after this i ran the Service broker sample ("Hello World") on this database by changing the AdventureWorks name to the new database name. The "setup.sql" runs fine. When i run the "SendMessage.sql" i was not getting any rows in the output (The message was not getting inserted into the queue). I checked the Service broker is enabled on this databased ...Show All
Visual Basic debug.writeline doesn t genrate anything for my in the command window
I really have a hard time using debug.writeline . I can t see the result of debug.writeline(''test'') for example. Is there any thing i am doing wrong. I am just checking that command. Thanks Dont ask me why but Console.writeline will show in the output windows in express Debug.writeline will show in the immediate window in express. So this is basically where you should be looking - its a setting in some of the pay versions ...Show All
Visual C++ C# to C++
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Map_Maker_Worker { /// <summary> /// Dialog for a useless application that runs a checksum on multiple maps. /// </summary> public class frmSigner : System.Windows.Forms.Form { private System.Windows.Forms.Button btnSelectMaps; priv ...Show All
Visual Studio Express Editions Progress database and VB
I'm totally new to everything, which has something to do with vb 2005 express edition coding, databases and so on.... but anyway I got myself interested in vb2005 express and I followed the video lessons. There I found some interesting things... databases for example, and how to access data from SQL Server. At work we have Progress databases. Now at last to my question: How can I get data out of our Progress databases, using ...Show All
Windows Forms Unspecifed Error When adding a new VB.NET form
I receive an "Unspecified Error" When I add a new form to a project. I can add a code file, or any other type of file. I just get the error when adding a UI item. Has anyone else seen this Any Ideas Brandon ...Show All
Visual Studio Trying to create projects in a recursive way
Hi everyone, I hope you can help me. I am trying to create some projects in a recursive way. I am developing an application which uses the command line to create the projects. But now I have a problem if the user introduces a path with more than one new projects to create. For example: If I have the VSS Tree like this "$MyVSS/Test" and the user wants to create the project "$MyVss/Test/application/_INS", but if the &q ...Show All
Visual C# "There is no source code available for the current location"
Hi, I was hoping someone could help me with the following problem. I have a user control in C# which is displaying the message "There is no source code available for the current location" (there is nothing else in the message) when I step through the validate function attached to a textbox control. I've isolated the problem and attached the source code below for this. I've had a look on the internet for postings regarding this issue and am doi ...Show All
Software Development for Windows Vista I want a very clear Big Picture ?????
Hi ,for all So, all of us waiting for the final shipping of the Nice OS Vista But as a developer what the future is I ask about the WPF and the WCF Will these platforms be enough to develop really future applications Does .NET 2.0 is underlying framework to the Vista OS Does .NET has new versions or still 2.0 used for Vista Is it the Microsoft tendency that .NET will be the future of programming Does Visual Studi ...Show All
