Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
QuestionPrevent the ^ character from beeing entered in textbox. Pin
xkrja1-Sep-09 3:10
xkrja1-Sep-09 3:10 
AnswerRe: Prevent the ^ character from beeing entered in textbox. Pin
stancrm1-Sep-09 3:27
stancrm1-Sep-09 3:27 
AnswerRe: Prevent the ^ character from beeing entered in textbox. Pin
OriginalGriff1-Sep-09 3:31
mveOriginalGriff1-Sep-09 3:31 
GeneralRe: Prevent the ^ character from beeing entered in textbox. Pin
xkrja1-Sep-09 3:37
xkrja1-Sep-09 3:37 
GeneralRe: Prevent the ^ character from beeing entered in textbox. Pin
Henry Minute1-Sep-09 4:23
Henry Minute1-Sep-09 4:23 
Questionclient side validation for server control Pin
dotnetcsharpdev1-Sep-09 2:47
dotnetcsharpdev1-Sep-09 2:47 
AnswerRe: client side validation for server control Pin
stancrm1-Sep-09 2:49
stancrm1-Sep-09 2:49 
QuestionWrong path. Pin
yuneyev1-Sep-09 2:33
yuneyev1-Sep-09 2:33 
Hi everyone.

I'm having an error in my application that is confusing me.
The error is this one:

Could not find a part of the path "C:\CrkBusinessplatform\Aplicacao\Publico\sistemas\ccs\CRK.Monitores\sistemas\ccs\CRK.Monitores\monitor_arquivos\xslt\ACCS001.xslt"

Here are the facts: The correct path would be C:\CrkBusinessplatform\Aplicacao\Publico\sistemas\ccs\CRK.Monitores\xslt\ACCS001.xslt -> A part of the path is coming twice.
The archive ACCS001 is in this correct path.

The code line of the error is like this:
xslt.Load(Page.Request.PhysicalApplicationPath+"/monitor_arquivos/xslt/ACCS001.xslt");

I'm using .NET 1.1 on IIS 6.
The folder CRK.Monitores is a virtual directory in IIS. So the code should return the right path, right?

Oh, one more thing. The DLL of this page is the same here and there(I have checked it). And the error does not occur here.

Thanks in advance. Smile | :)
AnswerRe: Wrong path. Pin
stancrm1-Sep-09 2:50
stancrm1-Sep-09 2:50 
AnswerRe: Wrong path. Pin
Luc Pattyn1-Sep-09 4:48
sitebuilderLuc Pattyn1-Sep-09 4:48 
AnswerRe: Wrong path. Pin
Tony Richards1-Sep-09 9:09
Tony Richards1-Sep-09 9:09 
QuestionHow to add Sort Icon to Gridview Header? Pin
Ganapatisb1-Sep-09 2:09
Ganapatisb1-Sep-09 2:09 
QuestionAuto hide view component Pin
anishkannan1-Sep-09 2:08
anishkannan1-Sep-09 2:08 
AnswerRe: Auto hide view component Pin
stancrm1-Sep-09 2:28
stancrm1-Sep-09 2:28 
GeneralRe: Auto hide view component Pin
anishkannan1-Sep-09 4:25
anishkannan1-Sep-09 4:25 
QuestionWindows Form Freeze Pin
Shyamraja1-Sep-09 1:11
Shyamraja1-Sep-09 1:11 
QuestionLogin failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Pin
Rajesh Koriya1-Sep-09 0:38
Rajesh Koriya1-Sep-09 0:38 
AnswerRe: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Pin
Aman Bhullar1-Sep-09 0:42
Aman Bhullar1-Sep-09 0:42 
QuestionHow to Bind C1TDBDrop Down with C1Database Grid Pin
Manish791-Sep-09 0:30
Manish791-Sep-09 0:30 
AnswerRe: How to Bind C1TDBDrop Down with C1Database Grid Pin
Mycroft Holmes1-Sep-09 1:44
professionalMycroft Holmes1-Sep-09 1:44 
QuestionImage to binary Pin
tanweer1-Sep-09 0:27
tanweer1-Sep-09 0:27 
AnswerRe: Image to binary Pin
JoeSharp1-Sep-09 0:45
JoeSharp1-Sep-09 0:45 
AnswerRe: Image to binary Pin
Md. Marufuzzaman1-Sep-09 1:47
professionalMd. Marufuzzaman1-Sep-09 1:47 
QuestionTo import .Doc file into rich text box in c# Pin
tanweer1-Sep-09 0:22
tanweer1-Sep-09 0:22 
AnswerRe: To import .Doc file into rich text box in c# Pin
Hristo-Bojilov1-Sep-09 0:25
Hristo-Bojilov1-Sep-09 0:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.