[DotNetDevelopment] Not Getting Any Break Point in VWD to be hit when compiling

2008-12-24 Thread Usman
all dear friends i got the problem that i want to debug my web app in step by step debugging mode, currently i am using VS2005 (.Net 2.0), i searched alot but found nothing special, if any body gets it solved and replied to me for him/her/them i shall be very pleased

[DotNetDevelopment] Re: A network-related or instance-specific error occurred

2008-12-24 Thread Brandon Betances
sounds like a permissions problem to me. Is you network a domain or workgroup? On Wed, Dec 24, 2008 at 1:26 AM, syed tameem syedtamee...@gmail.com wrote: it is an windows application it is working in one of the clients same connection string, and in another system the Microsoft Sql Server is

[DotNetDevelopment] Re: Addin For removing comments

2008-12-24 Thread Brandon Betances
heres a good add in...backspace key. highlight and delete key. space bar space bar space bar On Wed, Dec 24, 2008 at 12:26 AM, santhosh vs santhosh...@gmail.com wrote: I am saying about some code optimization addin and you are with comments oh what a ... ;( On Wed, Dec 24, 2008 at 9:35 AM,

[DotNetDevelopment] Re: Not Getting Any Break Point in VWD to be hit when compiling

2008-12-24 Thread Usman
i had done that already and also checked for debug/release folders, but still getting problem

[DotNetDevelopment] Re: Addin For removing comments

2008-12-24 Thread Cerebrus
LMAO ! On Dec 24, 2:25 pm, Brandon Betances bbetan...@gmail.com wrote: heres a good add in...backspace key. highlight and delete key. space bar space bar space bar On Wed, Dec 24, 2008 at 12:26 AM, santhosh vs santhosh...@gmail.com wrote: I am saying about some code optimization addin

[DotNetDevelopment] Re: A network-related or instance-specific error occurred

2008-12-24 Thread sallushan
I have used Ctrl+F on your post for ConnectionString and found this :), add name=appConnection connectionString=data source=.;initial catalog=manager_vdnextw; User id=vdnextw; Password=123456 providerName= System.Data.SqlClient/ (assuming you are using the same connection string) Is the

[DotNetDevelopment] Help with ASP files (work for just a standalone computer vice a server)

2008-12-24 Thread Lostguy
Hello! After Googling for weeks, I found this site on how to create an organization chart using the data stored in an Access database: http://www.codeproject.com/KB/database/BSRKOrganizationChart.aspx?fid=80985df=90mpp=25noise=3sort=Positionview=Quickselect=889341. There are only 4 files

[DotNetDevelopment] unable to connect sql server 2005

2008-12-24 Thread rajesh kannan
hi, I am using visual studio 2005 to create asp.net application . but I could connect to sql server 2005. The error is as follows: when connecting to sql server 2005,this failure may be caused by the fact that under the default settings sql server does n't allow remote connections.

[DotNetDevelopment] Accessing database from network

2008-12-24 Thread Nick
Hi guys, I need help for following issue. I got a project of VB.net with Access database on suppose 'x' pc on my company network. I want to run it's exe on network from 'y' pc on the same network. both the pc are connected through LAN. Since the project is on x pc it runs fine on it, but when I

[DotNetDevelopment] Problem while launching an Application through windows service, Process.start() gives an error message

2008-12-24 Thread Madni
An eventing service (Project server event handler) is running on windows 2003 server. This service is running under the user Network Service. This eventing service triggers event handlers against certain events performed on Microsoft Project. The problem occurs when my event handler tries

[DotNetDevelopment] Re: Audio Player control in .NET - reg

2008-12-24 Thread Hari haran
ah! i forgot mention that there is a need to grab audio from various input devices... On Wed, Dec 24, 2008 at 3:44 AM, KeidrickP keidri...@gmail.com wrote: check this out, http://www.beansoftware.com/ASP.NET-Tutorials/Media-Player.aspx On Tue, Dec 23, 2008 at 4:07 AM, Hari haran

[DotNetDevelopment] Re: Editable textboxes within a datagrid row

2008-12-24 Thread Cerebrus
I think this should be : ... OnUpdateCommand=dgEvents_UpdateRow OnEditCommand=dgEvents_EditRow OnCancelCommand=dgEvents_CancelRow On Dec 24, 8:55 pm, Brock wade.br...@yahoo.com wrote: OnCommandUpdate=dgEvents_UpdateRow OnCommandEdit=dgEvents_EditRow

[DotNetDevelopment] Re: Return Vowels in C#

2008-12-24 Thread DotnetBeginner
Hi Guys, The easy way for beginners to count vowels in a string is using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication3 { class Program { static void Main(string[] args) { Console.WriteLine(Enter the string);

[DotNetDevelopment] Re: unable to connect sql server 2005

2008-12-24 Thread The_Fruitman
Check your instance of SQL Server 2005 and see if you have allowed for remote connections. Check your connection string to SQL Server making sure that all the information is correct. Verify your network connections to SQL Server (Firewall access, etc.). On Dec 24, 12:41 am, rajesh kannan

[DotNetDevelopment] Re: Accessing database from network

2008-12-24 Thread The_Fruitman
Does the user have rights to access the database from the network? http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbpermission.aspx Are you using the correct connection string? www.connectionstrings.com Have you Googled for solutions? On Dec 24, 2:22 am, Nick

[DotNetDevelopment] Re: Return Vowels in C#

2008-12-24 Thread Brandon Betances
DAMN. Endless for-else loops and an undeclared variable. sweet. On Wed, Dec 24, 2008 at 6:30 PM, DotnetBeginner sushma...@gmail.com wrote: Hi Guys, The easy way for beginners to count vowels in a string is using System; using System.Collections.Generic; using System.Text; namespace

[DotNetDevelopment] Re: How to write range(cells(1,1),cells(5,6)).select in vb.net?

2008-12-24 Thread musa.biralo
I am sorry I don't quite follow your suggestion, Ritesh. Could you please explain it little bit? Thanks for your willingness to help. Musa Biralo On Dec 23, 10:06 pm, ritesh gupta riteshguptav...@gmail.com wrote: Use double for loop On Wed, Dec 24, 2008 at 8:33 AM, musa.biralo

[DotNetDevelopment] Re: Return Vowels in C#

2008-12-24 Thread sushma sushma
At Least tried will learn soon proper coding, like seniors. On Wed, Dec 24, 2008 at 7:25 PM, Brandon Betances bbetan...@gmail.comwrote: DAMN. Endless for-else loops and an undeclared variable. sweet. On Wed, Dec 24, 2008 at 6:30 PM, DotnetBeginner sushma...@gmail.com wrote: Hi Guys,

[DotNetDevelopment] Registration of Remote Sql Server 2000

2008-12-24 Thread Muhammad Arif
Hello all in here... i have a install sql server 2000 on remote computer which have a live ip. e.g 50.13.2.2 . i have registered sql server 2000 on it.. now when i want to registered this live ip sql server 2000 on client system. it give me error .. some time Time out Exception and some time

[DotNetDevelopment] Re: Return Vowels in C#

2008-12-24 Thread sushma sushma
Here you go. using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication3 { class Program { static void Main(string[] args) { Console.WriteLine(Enter the string); string chr = Console.ReadLine().ToLower();

[DotNetDevelopment] Re: window server is down from over 12 hrs

2008-12-24 Thread Muhammad Arif
add another attribute with your connection string Pooling=false; and check also the port no of your sql server , the default port is 1433 that might help you.. On Wed, Dec 24, 2008 at 9:23 PM, hirendra singh hirend...@gmail.com wrote: add name=appConnection connectionString=data