Search in aa
Search in fr
Search in en
Search in de
Search in es
Search in it
Search in ru
Search in pl
 
304 322 news providers
33 625 057 news indexes
1 674 986 multimedia files
"visual studio 2005" : 33 results during the last 30 days
Your search in 0.178 s

26 Jun
11 : 31
how to deploy a web site built in visual studio 2005??
hi everybody......... i have developed a website in visual studio 2005 on my laptop with windows vista basic as OS.i have used sql server 2005 to create database. now how can i get this web site to be deployed on any other computer in a way that i dont want my laptop to be needed for any purpose...
Source : ASP.NET Forums  

26 Jun
11 : 29
how to deploy a web site built in visual studio 2005??
hi everybody......... i have developed a website in visual studio 2005 on my laptop with windows vista basic as OS.i have used sql server 2005 to create database. now how can i get this web site to be deployed on any other computer in a way that i dont want my laptop to be needed for any purpose...
Source : ASP.NET Forums  

03 Jul
11 : 42
Passing List<> from webservice (works on local machine but not on...
Hi all, I am calling a webservice to return a List, with the following code: [WebMethod()] public List GetJobCategories() { return FieldLookup.GetJobCategories(); } This method calls another static method (fieldlookup) from the mid-tier and passes on the List . When I run it on my testing server,...
Source : ASP.NET Forums   28 hours ago

02 Jul
18 : 56
Problem Creating a Data Access Layer
I feel frustrated with this topic and desperately want to understand what is going on. I guess I feel most frustrated because I have read alot of material and still don't understand my error/problem. I read this article for Typed DataSets for the DAL:...
Source : ASP.NET Forums   44 hours ago

26 Jun
07 : 23
installing sql server management studio on 64 bit OS
Hi,i have just installed Visual Studio 2005 standard edition(with SP1 update as reqd by vista) on Windows vista home premium edition 64 bit. I tried to install SQL server 2005 standard edition from the CD.I noticed that it did NOT install the SQL server management studio.Currently all i see after...
Source : ASP.NET Forums  

05 Jun
21 : 28
Using Two TableAdapters in One Report File (Visual Studio 2005)
Hey everyone, I have been trying for several hours to figure out why I cannot get this to work properly, but I cannot figure out how to do it. Basically, this is my setup: -1 aspx page -on the page, one reportviewer control, linked to a local report -1 report file (rdlc) -1 DataSet with 2...
Source : ASP.NET Forums  

22 Jun
05 : 24
Help Please - Can't Install SQL Server 2005
Hi, I tried to install sql server 2008 management studio. It took me to the SQL Server Installation Center, and it run the rule check. It always failed saying that I need to restart my computer. I restarted the computer at least 20 times, and it has not solved the problem. I've gotten the same...
Source : ASP.NET Forums  

18 Jun
14 : 02
Upgration vs 2005 t0 vs 2005 sp1
Hi Every one i have to developed a window services for that i brought visual studio team edition 2005 with sp1. Before i am using visual studio 2005 standard edition i would like to know that can i developed window services in vs 2005 sp1. if yes what are the think i have do for updation means what...
Source : ASP.NET Forums  

03 Jun
10 : 42
visual studio team system and visual sourcesafe
I have visual studio 2008 team system and visual sourcesafe v 8.0.50727.42 installed on my development machine. I have no 'Source Control' option available in the file menu I also have a development version of Visual Studio 2005 installed on the same machine and this does have the source control...
Source : ASP.NET Forums  

15 Jun
15 : 09
can't register serialized assembly DLL to mssql 2005
hi i have a project on .net which includes a trigger, written with c#, now after the steps to work with CLR like: - generates serialization assembly -> on - Allow unsafe code - TRUSTWORTHY ON form the article : http://www.codeproject.com/KB/database/SQLCLR.aspx i couldn't succeed at last step which...
Source : ASP.NET Forums  

29 Jun
22 : 40
Layout toolbar not available
The lectures I take are recorded in Visual Web Developer 2005 Express but I have to do my work in Visual Studio 2008. Since I have problems with the SP1 I will for the moment not download VWD. Where do I find Layout in the toolbar - was that cancelled out? Where do I find "Position"? Where do I find...
Source : ASP.NET Forums  

27 Jun
21 : 31
unable to attach The bind handles is invalid
Hi Can any one waht is this error i got this when i start to execute a web application in visual studio 2005 unable to attach The bind handles is invalid do u want to contrinu anyway?
Source : ASP.NET Forums  

27 Jun
10 : 44
problems with GridView SelectedRow
Hi I'm not really good at programming thus I need some guidance from you experts. I'm using Visual Studio 2005, asp.net, C#. I wanted to add things into my database when the user clicks the add button that is created in the item template field of the GridView control. This is how my item template...
Source : ASP.NET Forums  

26 Jun
20 : 17
How to add a custom .ASP web control
Good afternoon, I am trying to add a custom .ASP web control to my Visual Studio 2005 web application project. I am modifying the existing application, and am still a bit new to the whole process. I'm trying to use comboboxes, and discovered there are no default ones built in. Anyway, the one I am...
Source : ASP.NET Forums  

20 Jun
18 : 39
How to build DAL
i am using visual studio 2005 and sql server 2005. now i want to build a DAL layer that can be used in my application. is there any free open source tools available for gerating data classes from sql server 2005. ?
Source : ASP.NET Forums  

20 Jun
04 : 33
Ajax "AsyncPostBackError" for ScriptManager, JScript error problem in...
Dear all, I migrated my company web applications from Visual Studio 2005, .NetFramework 2.0, ASP.net, Ajax extensions 1.0 to Visual Studio 2008 SP1, .NetFramework 3.5 SP1. I find that the code that contained AsyncPostBackError, when it is triggered. It will have JScript error. ======HTML...
Source : ASP.NET Forums  

19 Jun
17 : 50
on textChanged?
Hi, I'm using ASP.net c#, visual studio 2005, and access 2003. I'm trying to add a record to a database with the info of a textbox when that textbox changes. so I wrote this code in the Textchanged method protected void _TextChanged(object sender, EventArgs e) { OleDbConnection cn = new...
Source : ASP.NET Forums  

19 Jun
12 : 28
website deployment assembly issue
guys i am new to asp.net and that just know completed a website in visual studio 2005 now where i have completed my project is working on xp sp2, i have deployed the project on the same machine, it is working nicely. and i deployed it on a machine which is running on windows vista home premium, it...
Source : ASP.NET Forums  

18 Jun
19 : 27
Why does VS2005 stop debugging on its own?
I am using Visual Studio 2005, working on a Visual C# Asp.Net AJAX-enabled Web Application. When I am in debug mode and paused at a breakpoint, after a while the program just exits debug mode on its own, exactly as if I had clicked "Stop Debugging". But I didn't click it! This is very annoying,...
Source : ASP.NET Forums  

17 Jun
18 : 36
Double Click a button doesn't create event handler
Hello there, I have Vista Home Premium installed on my computer and working with Visual Studio 2005. We all know that double clicking a control creates the associated default event handler for that control in the code behind. But, in my case I have these button controls on my web form, and I am not...
Source : ASP.NET Forums  

15 Jun
11 : 27
How to retrieve quertring parameter value containing unicode characters...
Hi, In my application, user can edit and change the values of querystring parameters. As the application supports Spanish and French languages, user can enter the unicode characters in querystring. The values edited by user are retrieved using Request.Querystring method. But when unicode characters...
Source : ASP.NET Forums  

14 Jun
18 : 55
need help for my assignment
Hi, I am new to visual studio 2005. My assignment is to provide URL as a input(via GUI) and parse the given url and download the material from tht URL and if it contains pdf, doc and images, then my application will download the pdf and will save into the PDF folder on my machine and simmilarly...
Source : ASP.NET Forums  

14 Jun
03 : 28
How to use PSSK with godaddy hosting service?
I have godaddy.com as hosting service. I upload the personal site start kit as starter webpage. I used the visual studio 2005 published all the files to the server but it does not works when I display the webpage on the browser. The error message display is Server Error in '/' Application. Runtime...
Source : ASP.NET Forums  

12 Jun
23 : 51
Any regrets on VS 2008 Standard Edition?
I'm upgrading from Visual Studio 2005 (I have both an Academic version and an Enterprise version via my employer). I'm trying to decide between Standard and Professional, and whether to get an Upgrade or a whole new copy. Comparison Chart - When I searched the ASP.NET forum archives I found lots of...
Source : ASP.NET Forums  

09 Jun
17 : 27
Temp Files keeps large images from displaying
This is a continuation of an issue I was having here: http://forums.asp.net/t/1412164.aspx Using ASP.Net 2.0,I found when I specifically set the size of the image in third party (YDreams) image map it will display the image when I run the website under Visual Studio 2005. However, when I attempt to...
Source : ASP.NET Forums  

08 Jun
00 : 56
Problem Logging out using LoginStatus Control or...
Hello there fellas ... I seem to have run into a problem , and no amount of Google Trolling or forum digging at many places seem to get me a solution. Really feels like crap Thus my desperate attempt at some form of help from you people here .. Now that I have expressed my frustration, anger and...
Source : ASP.NET Forums  

07 Jun
23 : 12
Insert Data with Parameter of SQL Query
Hi all, I'm new to ASP.net and and using Visual Studio 2008 and VB as my source code. I would like to query a database for a value (guaranteed to return 1 row 1 column (SELECT MAX(RECIPE_ID FROM TB_RECIPE) and then insert this value as part of another insert statement (INSERT INTO [TB_INGREDIENTS]...
Source : ASP.NET Forums  

04 Jun
21 : 32
Error with IIS - Please Help me ASAP
I am using Windows 7 , Visual Web Developer 2008 and SQL Server 2005. When i open a new website , Location : http : // Browse : Local IIS Then i get a message saying : To access Local IIS websites , you must run visual studio in the context of an administrator account. Please do help me with this....
Source : ASP.NET Forums