CodeVerge.Net Beta


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

MS SQL 2008 on ASP.NET Hosting



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 11/21/2005 2:35:03 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 10 Views: 26 Favorited: 0 Favorite
11 Items, 1 Pages 1 |< << Go >> >|
Speerman
Asp.Net User
folderpath is not valid11/21/2005 2:35:03 PM

0/0

On a regular basis I get this error when I want to change the id value of e.g. a label through the properties window.
When I change the id in the html view it goes without any error.

I never had this error before (in VS2003).

Anyone knows what's going on here ?

bash_MS
Asp.Net User
Re: folderpath is not valid11/22/2005 1:28:35 AM

0/0

Can you send me your entire label tag's markup?  I'm wondering if you have other attributes set to invalid values that we're validating more strongly now.

-- Bash



This posting is provided "AS IS" with no warranties, and confers no rights.
Speerman
Asp.Net User
Re: folderpath is not valid11/24/2005 4:08:21 PM

0/0

Hi bash_MS,

Sorry for the late reply, I had to do a few other things first.

Here's an example of a label which gives me this problem:

<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>

I dragged this label onto my page in design mode. The location where I dragged to was into a cell of an HTML table.
I tried to rename this label to lblTemp in the properties window but when I do that I get the "folderpath invalid" error and the name reverts to Label1. When I rename it in the html view I don't get any error and it works just fine.

I hope you see the problem here.
Speerman
Asp.Net User
Re: folderpath is not valid11/25/2005 8:34:13 AM

0/0

Another scenario:

I created a new asp.net webform.
I dragged a label onto the page in design view.
I try to rename the label through the properties window to lblTekst and I get the error message.
I rename the label in html view and it works fine.

label markup:

<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server"></asp:Label></div>
</form>
</
body>

Speerman
Asp.Net User
Re: folderpath is not valid11/25/2005 2:42:49 PM

0/0

Another one with a button same scenario only with a button this time:

<asp:Button ID="Button1" runat="server" Text="button" />

bash_MS
Asp.Net User
Re: folderpath is not valid11/25/2005 5:20:28 PM

0/0

I tried the exact same steps and it worked fine for me without errors. 

Can you provide more details on your installation?  What version and SKU of VS are you running?  Did you have any install errors?  What kind of web site are you creating (file system, ftp, http) and what kind of web form are you creating (single file, code behind, vb, c#)?

Thanks,

-- Bash



This posting is provided "AS IS" with no warranties, and confers no rights.
Speerman
Asp.Net User
Re: folderpath is not valid11/28/2005 7:44:30 AM

0/0

I'm using VS2005 Professional version 8.0.50727.42 with the .NET Framework version 2.0.50727.
I didn't have any install errors.
I'm creating a http website and all my pages are with code behind using C# as language.
Speerman
Asp.Net User
Re: folderpath is not valid11/28/2005 8:05:08 AM

0/0

bash_MS : I tried two things to verify the source of the problem.

The problem I'm describing here is always in a converted solution. I converted my VS2003 solutions to VS2005 without any problem (they all run fine after conversion), but when I want to drag and drop a label or other control (e.g. dropdown) I can't give it another ID value using the properties window. Through the html code I can change the ID property.

When I try the same but this time in a new website (thus created the website in VS2005 and not in VS2003) I can change the ID's without any problem.

So my guess is it's a conversion problem somewhere ?

I don't have the conversion reports anymore since I always managed to get rid of the conversion problems afterwards if any.

Can you verify these two methods ?
bash_MS
Asp.Net User
Re: folderpath is not valid11/29/2005 1:28:30 AM

0/0

I've tried this with a converted web and it worked fine for me.  I'm guessing that it is something specific to your particular project that was converted.  If you want to zip this up and email it to me, I can take a look.

-- Bash



This posting is provided "AS IS" with no warranties, and confers no rights.
Speerman
Asp.Net User
Re: folderpath is not valid11/29/2005 7:53:59 AM

0/0

I have this with every converted solution for now.
They all were part of a VSS 6.0d database, I opened them from the VSS database converted them and put them back into a new VSS2005 database.

I'm not allowed to send a project to you since these are all projects from work, so I guess I'm stuck there...
bash_MS
Asp.Net User
Re: folderpath is not valid11/29/2005 11:01:11 PM

0/0

My project was not part of VSS so that could be the difference here.  I will try this out and get back to you.

-- Bash



This posting is provided "AS IS" with no warranties, and confers no rights.
11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Expert One-on-one Microsoft Access Application Development Authors: Helen Feddema, Pages: 594, Published: 2004
AppleScript: The Comprehensive Guide to Scripting and Automation on Mac OS X Authors: Hanaan Rosenthal, Pages: 772, Published: 2006
A Guide to SQL Server 2000 Transactional and Snapshot Replication: Transactional and Snapshot Replication Authors: Hilary Cotter, Pages: 1016, Published: 2004
Microsoft SQL Server 2000 Reporting Services Authors: Brian Larson, Pages: 704, Published: 2004
Base SAS(R) Guide to Information Maps Authors: Publishing SAS Publishing, SAS Publishing, Pages: 84, Published: 2006
Microsoft Exchange Server 2007: The Complete Reference Authors: Richard Luckett, William Lefkovics, Bharat Suneja, Pages: 766, Published: 2008
Windows 2000 Automated Deployment and Remote Administration: Mark Minasi Windows 2000 Series Authors: Christa Anderson, Mark Minasi, Pages: 507, Published: 2001
Crystal Reports XI Official Guide: Official Guide Authors: Neil FitzGerald, James Edkins, Annette Jonker, Michael Voloshko, Pages: 932, Published: 2006
Microsoft Log Parser Toolkit Authors: Gabriele Giuseppini, Mark Burnett, Pages: 350, Published: 2005

Web:
Invalid folder name. Folder does not exist. Specify valid folder path. Specify valid folder path. The folder you specified does not exist. Double-check the folder name and location, and try again. Or, click the Browse button, ...
[macosx-unix] how to check for valid folder path Previous message: [macosx-unix] how to check for valid folder path ... then echo "dir exists" else echo "dir does not exist" fi Assuming you don't care for ...
Re: [WiX-users] The folder path '?' contains an invalid character Oct 3, 2007 ... If the path is not valid to be written to, then the installer blocks ... and press “Next” it shows up an error message: “The folder path '? ...
the folder path '?' contains an invalid character the product name and the company name to contain only valid characters. ... This does not happen for other applications. I don't know ...
Using "Copy as Path" command to copy file or folder path to the ... Copy file or folder path in vista using Copy as Path context menu in Vista. ... Not a valid bookmark file? when Importing IE8 Bookmarks (Favorites) to IE7 ...
Sophos Anti-Virus for Windows 2000+: error codes The short UNC folder path is not valid. a0200003, Invalid folder specified: "%1" . The long UNC folder path is not valid. a0200004, Invalid folder specified: ...
Path Validator - Class for validating file or folder path patterns Class for validating file or folder path patterns .... Scripts or any other material on this website may not be redistributed or put as part of ANY ...
Re: How to build valid folder path Do not post admin requests to the list. They will be ignored. ... References:. > How to build valid folder path (From: Mark Dawson ) ...
" Isn't Accessible . . ." target="_" >Off Err Msg: The Folder "" Isn't Accessible . . . The folder "" isn't accessible. It may be on an unavailable volume, ... The filename, specification, or location is not valid. ...
File and Folder Procedures - VBA Visual Basic for Applications ... MsgBox folder & " is a valid folder/path.", vbInformation, "Path Exists" Else MsgBox folder & " is not a valid folder/path.", vbInformation, "Invalid Path" ...




Search This Site:










publish website: web.config question

website projects and reference paths guidance request

vs2005 image map editing

clean solution deletes files / project references out of sync.

how set copy local for newly added reference of a website project in vs 2005

site pages diagram

dataadapter components not appearing in vs 2005

how do i build a website with asp.net v1.x using visual studio 2005?

differences between visual studio 2005 product versions (standard, pro, academic)

is it possible to publish a single page?

“could not get dependencies” vs 2005 compile problem

configuration error

aspnet_merge -a option

web deployment project - copy config section not working

unit tests and login

fw 3.0 crashed my 2.0 asp.net sites

count the lines of code in your project

custom visualizer

upgrade from vwd to vs

setup project for whidbey add-ins

formview and dbnull.value

javascript intellisense in asp.net

"the operation could not be completed" using the open command in the command window

what program runs when i start debugging?

database

how to share a library file

application for project 'http://localhost/project' is not installed.

how could i totally disable vs2005 auto formating feature for html/aspx files?

who make the page events links?

webservice in asp.net web application project

  Privacy | Contact Us
All Times Are GMT