mahima's Q&A profile
Visual Studio Express Editions Can't install Visual C++ 2005 Express
Everything was fine when the installation just stopped and doesn't want to continue: http://img312.imageshack.us/img312/4356/errorex7.jpg Thank you! Seems the problem have been in my antivirus program(I'm using Kaspersky Antivirus).I hope this thread is been usefull for the other guys with the same problem. ...Show All
SQL Server Replication is very Slow
When we try to replicate the database from one server to another server it is very very slow... Then we assumed that the Indexed View may cause this issue.. But we didn't check by removing the index & replicated it.. Can any one suggest me for the following Qs.. Is it Indexed View really bad on Replication(Main Table) What is the alternate & best solution for Indexed Views Is Covered Index solve the Indexed View issue Is Convered Index wont create the Replication issue Is it good idea to disable the Index on View on Replication and re-create the index Pls guide me on this issue.. We are Using SQL SERVER 2000 Enterprise Edition Modifying Indexed views are slow in general, and not necessarily a re ...Show All
Visual Studio 2008 (Pre-release) How to Initialize COM-Object and share it between WCF requests?
Hi all! I created a WCF service, which I host in a windows service. In the methods of the service I create a COM object and use it to get data or modify it. But it takes a long time (2-3 seconds) to create the COM object with the 'new' operator. I don't want to do it for each method call. When I create it in a constructor, then the constructor is also executed for each request. How can I share a COM object between all WCF requests Kaan Ozturk Hi Kaan, You're correct that you can use a singleton service to share data across all requests. You just need to make sure the ServiceBehavior attribute on your service class has InstanceContextMode = InstanceContextMode.Single. You can then initialize your ...Show All
Visual C# C# Or C++ .net?
Does C# Have The Power Of C++, Or C++ Still The Best I Am Talking From 3D Application Side Dear, I Dont Care About Time, Difficulty Or Effort Needed. All What I Care About Is: When I Start Working And Finish My Work, I Want To See A Wonderfull Work. You Get It ...Show All
Visual Studio Can we make a data connection to a folder with multiple Excel files?
Is it possible to make a data connection that allows us to run Crystal Reports against a folder populated with mutiple Excel files These files will hold financial data about companies, in a standardized format of course. Rob Wilder Shanghai, China ...Show All
SQL Server how to manage 16 bit number
is there any datatye that can accept 16 digit number bit type is stored in 1 bit, tinyint in 1byte, smallint in 2 byte,(16bit ,I guess this is what you want) int in 4 byte, bigint in 8 byte ...Show All
.NET Development IIS v5.1 SMTP Virtual Server
When I list IIS(Control Panel > Administrative tools > Internet Information Services > local computer) appears Web Sites, FTP Sites and Default SMTP Virtual Server. This last item has a red cross over it meaning forbidding. How can I undo this situation This situation was created by myself because of an advice I read I don't remember where. A document of the system. ...Show All
Visual Basic SplashScreen Help!
Hi I need help w/ my SplashScreen all i want it to do is Show another Form after it has been on the screen for like 5 seconds I know how to add it but when it shows up when my app is started it just sits there and doesnt go to the Form i want it to. I want it to go to my Login form after like 5 seconds can you help with that ...Show All
Windows Forms How add a item to combobox
how i can add a item to combox with value an display value without use a datatable Thanks You can write a class with the properties, and put your data into an array. Then also bind it to the combobox, setting the DataMember. This is not what you mean by 'datatable', is it :-) ...Show All
Visual Studio Express Editions Qns on SQL 2005 EE, use with C# 2005 EE.
Hi, got qns here regarding SQL database. Can my program with SQL database run correctly on another com using win xp home edition, with only C# 2005 EE installed Is it compulsory for every table in a database to have a primary key Can I extract a data from a specific cell in a database table(click button get data) How do I go about doing it (the simplest n straight forward method) Many Thanks in advance. sure :-) ok, the way the SqlDataReader works is, when you do a while (reader.Read()), this means while there is data...meaning, it will go through each row of data until there is no more data left to be read. so what i mean by the current row is the position that the reader is in. Does that make better sen ...Show All
Architecture Looking for guidance
Hi, I am developing a ASP.net 2.0 web app in C#.I am going to use MVP pattern.I am designing,my domain model first.I have 2 questions.. 1. I want to use 2- way databinding,with gridview,for which I can use objectdatasource..should i create an objectdatasource object representing my domain,since my classes in domain wont follow pattern required by objectdatasdource.. 2...In MVP pattern,how to trransfer data from presenter to model..use a dto,or directly model classes.. thks I think you mean MVC. In fact, if you are using code-behind model, you are using a variation of MVC (Model-View-Controller) pattern. If you put your data access coding into another class, your can further decouple model with controller. For mor ...Show All
.NET Development error in publish
hello every body. i just have a problem. I worked on a site was done using frontpage " html & java script" and i began to develop it adding aspx pages using asp.net 2 and i finished these pages. It works fine when i run the site from visual studio.net 2005 so i decided to publish it " i have no experience in publishing sites " so i put them at the site directory using FTP but when i'm tring to open it i have this error. The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- A name was started with an invalid character. Error processi ...Show All
SQL Server SSIS Higher Level Edition error when run in a Sql Job
Hi, I am receiving the following error in Sql Job agent when I try to run an SSIS package : The task "Create Excel File" cannot run on this edition of Integration Services. It requires a higher level edition. It then goes on to tell me : The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. I have tried reseting the error count to allow for the "errors" , but it stills fails. The job suceeds in Visual Studio, but not when scheduled in Sql Management Studio. Any suggestions Thanks, J. Sql 2005 Enterprise Edition. The version of SQL ...Show All
SQL Server vb code in ssis
HI, I have a function written in vb and want to know if there is a way to use it in an ssis package Is there a task that I can paste this function in and execute it Like the vbscript task or T-sql task The function opens up 2 tables and updates table1 recordset with data from table2 if the (if statement) is correct and It uses 2 do loops. Any ideas Thanks Roughly: database : SqlConnection recordset: Dataset/DataTable/DataRow I think you must read up on this on your own since this is well documented all over the web, just google vb.net and you should find something. ...Show All
Visual Studio Express Editions Long Delays when accessing files
Anytime I attempt to retrieve a file, or save one, VB2005 Express first does a real long access to to net, sometimes it's so resource intensive it freezes my computer, then eventually alows me to continue navigating to the file. If I disable my network adapter it acts normally. What is ittking for and how do I make it stop. After a great deal of trouble I was finally able to uninstall all "express" packages from my computer. I will have to wait for a computer to become available in order to reinstall them on a non-production computer. That's a pity, though, as I desperately wanted to learn VB.NET and start this project using only that and SQL. ...Show All
