CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > visual_studio.visual_studio_2005
 TypeRepliesViewsDate
Pls help ASAP error with unc share problem in asp.net Unable to create web project web11

 

unable to create web project The unc share problem in asp.net

 

 

Error

when create new project

it dispaly

Unable to create web proje

 13811/29/2007 5:48:24 PM
Calculate multiple columns amount

Hi,

I have multiple columns in my grid view and i have to show the totla of each column in the footer. So far it calculates all cells amount and show the total in the footer under each co

 14811/29/2007 9:57:38 AM
web part template for visual studio 2005

 Hello

 

I would like to know if there is webpart template for visual studio. It existed for 2003  and it's actually existing for 2005 but only to work on Windows 2

 02311/29/2007 8:32:26 AM
How can i create File downloading utility in ASP.NET 2.0

Hi,

i successfully create uploading facility in the ASP.net 2.0 by following code.

FileUpload1.SaveAs("C:\Uploads\" & FileUpload1.FileName). its working fine upto 4

 41611/29/2007 7:10:08 AM
Problem while saving

Hi,

I'm working with VS2005. Suddenly, saving is taking terribly too much time. Even auto save is  taking too much time.

Can anybody pls help me coz i dont remeber changi

 12411/29/2007 2:41:07 AM
Unable to start debugging on teh web server. ... because intgegrated Window s Authen. is not enabled error..

 Hello,

    In order to learn creating login web page I have been studying MS walkthrugh:creating web site... (http://msdn2.microsoft.com/en-us/library/879kf95c(VS.80).a

 37511/29/2007 2:23:28 AM
Please Help: Error "No Visual Studio Template information found"

 

 hi,

recently I have found that when trying to add a new item to visual studio all i get is this error "No Visual Studio Template information found" , and then

 24111/29/2007 2:10:25 AM
Multiple issues connecting to site on mapped drive\UNC share...

I am working on a site that I'm writing that is hosted on a server outside my network (DMZ).  I am able to browse to it by IP and have Administrator access to it. I can create a New Webs

 45911/28/2007 11:38:09 PM
C++ DLL Reference from C#

I have a DLL created from C++ code that I want to call from an APS.NET AJAX Enabled Web Application. When I try to add a reference to this dll I get a message:

"A reference to &

 117011/28/2007 11:03:21 PM
TableAdapters

Is this a bug or am I doing something wrong?

I have a table, MyTable, with a colum, DateCreated which I set to default value of getdate()

I created an adapter for that table. 

 23311/28/2007 7:20:01 PM
How to use method "SendKeys" whith Visual Web Developer 2005 (VB)

Good morning

 
33711/28/2007 5:16:42 PM
Object/Event Drop downs disappear from code window

Why is it that sometimes the code window doesn't show the object/event drop-downs? I can't understand what it is that governs this, it doesn't seem to have anything t

 02911/28/2007 5:05:12 PM
VS 2005: Adding a new page with the name resume.aspx to the website generat e Unexpected Erros!!!

hi all

 

when i added a page with a name resume.aspx , a list of unExpected erros show to me , the following are some of the errors :

Error 2 'Cont

 74211/28/2007 3:55:10 PM
Search function

We are in the process of developing an onlinestore like www.componentsource.com.We need to search for a product within our website.We already created pages using html.I have to take the 1st para

 11811/28/2007 2:51:59 PM
error while sending mail

this is my code:

try

{

SmtpClient smtpCli
 39111/28/2007 7:05:06 AM
Disable Debugging Temp Files

Hi,

 I am using Strongly Typed Datasets in my application. When I run and step through debug the debugger traces through all the auto generated temporary cached codes in the applicat

 23511/28/2007 2:04:45 AM
FrontPage Extension Stumper

I'm currently helping a client solve a little FrontPage Extension stumper when editing their ASP.net project in a remote session via Visual Studio 2005.

The problem is that they'

 03111/28/2007 1:02:20 AM
automate the build process

I want to develop a tool that will automatically do a build of the a project in Visual Studio,everynight ,at a specified time. Is there a way i can achieve this?

Thanks,

Chirpy

 24111/27/2007 9:11:42 PM
how to get a picture from webcam using ASP.NET

 Hi,

 
           I want to know how to get a picture from webcam using ASP.NET?

        

 39611/27/2007 6:20:52 AM
RSS Feed

Hi All, I want to try RSS feed in my website. I want to display the latest news from auto mobile industry. Thanks to google I got a site which gives out the latest news in XML, the link of which

 23411/27/2007 5:46:45 AM
Copying DLL's to another folder

Hello, 

I have two separate solutions.  The first solution is a class library.  The second solution is a windows application.  I have a specific folder where I'm c

 13611/27/2007 3:00:54 AM
using vs 2003 projects with vs 2005

Hi

I am currently building a web application with visual studio 2005, but wanting
to use some of the methods from my old visual studio 2003 projects.
Is there anyway to do th

 52411/26/2007 9:43:51 PM
How does Visual Studio know whether it's dealing with a web application or a web site? -- Related problem...

I built a web application and then closed Visual Studio. When I reopened Visual Studio and clicked on it as a recent project, it was opened as a web site. Why is this? Could I have configure

 62611/26/2007 9:02:23 PM
I can t see the dataset designer classes in a web site application

Hi, when I create a web site application and add dataset designer and add tableadpters..etc

In the web site files in the solution explorer I only see the files:

 myDataset.xsd an

 24011/26/2007 6:11:16 PM
Vs2005 takes long time for publish my website

Hi:

I have a web project, but latelity I've been experimenting a long time for publishing my website. I'm using Build->Publish Website option.

 I read some post on this

 75611/26/2007 5:27:22 PM
SmartTags

Hi all, im need create a SmartTags for my components, how the best tutorials for this (Or sites... texts... etc..)?

i  found only:

   

 02611/26/2007 4:09:57 PM
IE Controls are not in IDE Toolbox

I installed the IE Web Controls successfully, but I don't see the controls in the VS.NET IDE toolbox. What is missing?

 

Thanks,

Fred

 32111/26/2007 12:50:27 PM
Not getting Breakpoint from second browser in ASP.net 2.0
Hi TO ALL(Asp.net 2.0), I need help to get breakpoint from multiple browser. > i have developed Chat application in Asp.net 2.0 (vb codebehind) > debug = true in web.config file > i
 33511/26/2007 11:28:56 AM
how to export datagrid data to pdf in asp.net wtih c#

hi ,

 Any One Can help me how to export datagrid data to pdf not excel (purely pdf) using asp.net with c#

regards

siddhu

 423311/26/2007 9:58:03 AM
Printing table structure?

Is there any way to print out a table structure using Visual Studio 2005?

Thank you

 323911/26/2007 9:30:04 AM
SharePoint Integration

Hi,

 I am hoping to develop a SharePoint application in Visual Studio 2005, has anyone got any good tips on how to do this?

The ideal would be using VS on a local machin

 310011/26/2007 4:18:45 AM
Please Help Urgent - VS2005 crashes

When ever I try to open the designer (.aspx) page in my

 42711/26/2007 4:01:23 AM
Problem with VS2005 & my project

Hello

i wish i can fine someone to help me with this silly problem i,m facing

i,ve established my first two pages of my first website & when i tried to open my project the V

 14111/26/2007 1:35:21 AM
Web Form Editor Hangs

Problem: When I open a stand-alone web forms page (*.aspx) from a remote file share in a fresh install (no plugins) of Visual Studio I experienc

 65011/25/2007 8:29:26 PM
asp problem

 

hi for all

 We have installed VS.Net 2003 then VS.Net 2005 on the same computer When addin a web reference in VS.Net 2003 It opens the service page but couldn't ad

 14111/25/2007 1:31:02 PM
MSDN Library and Visual Studio Pro

I'm looking into buying: "Visual Studio 2005 Professional", but want to make sure that it has sufficient libraries first. I found: "Visual Studio 2005 Professional /w MSDN 2005

 32711/24/2007 4:00:08 PM
VB intellisense gone?

Hey,

I use C#.Net here at work but the old CMS is in VB.Net, however i can't do anything to the CMS because i don't have VB.Net intellisense. I tried Add/Remove features thinking VB

 310211/24/2007 1:05:14 AM
Can't Rebuild in ASP.NET 2.0

Hi, I can't able to find the rebuild function in Visual Studio 2005. Previously, in Visual Studio 2003, I can see it in under "Build" menu. 


 42911/23/2007 11:23:57 PM
Why is it taking so long (>70seconds) ASP.NET to respond in VS2005 Visua l Web?

 Hello,

      I am new to the VS2005 Visual Web Express environment. I load a web site. Make a small change in the code. Then I wait more than a minute for a web p

 13111/23/2007 9:38:22 PM
Keyboard Shortcut for Rebuild

Hi,

My little research on the Internet indicates that Shift F2 is the KB shortcut for rebuild project but when I click it nothing happens. Is this not the right shortcut?


 39211/23/2007 6:47:17 PM
Problems with asp:Table and Databound Objects on design surface

Using VS2005, SP1, I can create a table using the following markup and the items show up on the design surface with no problems:

  

< 
12311/23/2007 3:28:41 PM
vs 2005 has an "icon editor" ?!

 Hello,

while reading an article on msdn (http://msdn2.microsoft.com/en-us/library/ms537656.aspx),

I jumped on "To create the icon, use an icon editor, such as the one i

 86111/23/2007 1:43:15 PM
connection between VB.net and SQL

 I would like to use VB2005.Net (Express) connect to MSSQL2005 (Express), how can I do it?

I can complete the development via local database (with "attach" method in connec

 161611/22/2007 11:17:51 AM
Visual Basic 2005 Express - SQL problem

Hi all, I have a var called sEP which contains a number. The problem I have is calling that var during an SQL query within Visual Basic.

 

To test the update string I wrote the

 42511/22/2007 10:53:32 AM
Designer files are not updated with new controls
Hi,

We have a web application project that we open through SourceSafe. The project
is developed locally on each developer's machine, and later will be
merged on the testi

 716211/22/2007 9:43:44 AM
about the changing of browser

i had installed visual studio .net mozilla fire fox had configured the browser window for displaying out put i need to change it to internet explorer please give me the solution to configure

 22111/21/2007 5:52:15 PM
Customize object names

I use Visual Studio 2005.

When I drag a label into my page, the label automatic get the id label1.

Is there any way to change this? Because I always rename the id to lb1.

 14411/21/2007 5:51:04 PM
Server Explorer tab it freezes Visual Studio

 When I mouse over the Server Explorer tab it freezes Visual Studio. How can I stop this or at least remove the tab. Every time I mouse over it I loose ALL my changes.

 

 03611/21/2007 3:18:21 PM
web designer settings?

Does anyone know if there are settings specifically for the designers in visual studio 2005?

Somehow I increased the font size of the designer while I was designing a web page and I would

 22511/21/2007 2:06:52 PM
problem with Thread.Name

 hi, i set the name property to my threads.

The problem is that in the output window when a thread exits it doesn't display his name (only the ID)  as i didn't set the nam

 02611/21/2007 1:55:28 PM


   
  Privacy | Contact Us
All Times Are GMT