15,667,248 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Sebastian T Xavier (Top 200 by date)
Sebastian T Xavier
10-Nov-14 3:44am
View
Thanks..
Sebastian T Xavier
30-May-14 7:22am
View
I have solved that issue. But now it throws a different exception,"Operation 'postGeneralXMLDocument' in contract 'IService' has a query variable named 'strInput' of type 'System.IO.Stream', but type 'System.IO.Stream' is not convertible by 'QueryStringConverter'. Variables for UriTemplate query values must have types that can be converted by 'QueryStringConverter'."
Sebastian T Xavier
27-May-14 1:26am
View
Yes, I have updated the question
Sebastian T Xavier
22-May-14 8:07am
View
I was able to solve this by using following example
// invoke execution on the pipeline (collecting output)
Collection<PSObject> PSOutput = PowerShellInstance.Invoke();
// check the other output streams (for example, the error stream)
if (PowerShellInstance.Streams.Error.Count > 0)
{
// error records were written to the error stream.
// do something with the items found.
}
Thanks
Sebastian
Sebastian T Xavier
21-May-14 6:36am
View
Deleted
got the same answer in stackoverflow...
http://stackoverflow.com/questions/23738316/concurrent-requests-in-rest-service
Sebastian T Xavier
9-May-14 2:16am
View
Thanks RyanDev....
Added the below code and solved this issue...
if (xml != null)
{
xml = xml.Replace("&", "&");
}
Sebastian T Xavier
9-May-14 2:15am
View
added the code below & solved it....
if (xml != null)
{
xml = xml.Replace("&", "&");
}
Sebastian T Xavier
2-May-14 8:19am
View
do it...
Sebastian T Xavier
14-Apr-14 8:22am
View
I need to validate the port also; How can I modify this expression(the expression in my result) to accept port also?
Sebastian T Xavier
14-Apr-14 8:21am
View
Please see my solution above; But I need to validate the port also; How can I modify this expression to accept port also?
Sebastian T Xavier
14-Apr-14 8:20am
View
I need to validate the port also; How can I modify this expression to accept port also?
Sebastian T Xavier
9-Apr-14 6:32am
View
Both are not valid based on IPV4 standards....
Sebastian T Xavier
8-Apr-14 1:17am
View
user will input information, during installation...
Sebastian T Xavier
10-Dec-13 3:36am
View
Yes: sometimes, it may take days to figure out the exact problem.
Sebastian T Xavier
6-Dec-13 6:55am
View
so what?
Sebastian T Xavier
6-Dec-13 6:52am
View
just code....
Sebastian T Xavier
6-Dec-13 6:49am
View
http://www.codeproject.com/Questions/693132/sorting-an-number-in-sql
why repost?
Sebastian T Xavier
6-Dec-13 6:49am
View
don't repost
Sebastian T Xavier
6-Dec-13 6:47am
View
what is the question?
Sebastian T Xavier
6-Dec-13 6:45am
View
does it throw some exception? Why you have left the 'catch' unhandled?
Sebastian T Xavier
6-Dec-13 6:37am
View
www.google.com
Sebastian T Xavier
4-Dec-13 6:56am
View
please post your code...
Sebastian T Xavier
2-Dec-13 1:42am
View
too much code?
Sebastian T Xavier
2-Dec-13 1:41am
View
question?
Sebastian T Xavier
2-Dec-13 1:38am
View
repost...
Sebastian T Xavier
2-Dec-13 1:31am
View
please mention your postal address. :D
Sebastian T Xavier
22-Nov-13 1:27am
View
It got fixed, thanks...
Sebastian T Xavier
14-Aug-13 1:55am
View
This may not be the right place for you. :(
Sebastian T Xavier
14-Aug-13 1:54am
View
?
Sebastian T Xavier
14-Aug-13 1:53am
View
This is not a tuition center !!!!
Sebastian T Xavier
14-Aug-13 1:52am
View
absolutely nonsence
Sebastian T Xavier
14-Aug-13 1:44am
View
incomplete information. put your code also.
Sebastian T Xavier
15-Jul-13 2:03am
View
Its working now... Thanks
Sebastian T Xavier
11-Jul-13 6:55am
View
Thanks for your help, But unfortunately I am ended up in another error...
The term 'enabled' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
+ CategoryInfo : ObjectNotFound: (enabled:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Sebastian T Xavier
4-Jul-13 3:02am
View
thanks Rohan :)
Sebastian T Xavier
28-May-13 1:27am
View
Someone down voted it & It may get deleted soon !!!. I don't know why. He could have post a reason to mark it as a bad question.
Sebastian T Xavier
9-May-13 2:21am
View
You can print the query and see what happens...
Sebastian T Xavier
9-May-13 2:19am
View
Better format your code, and please don't use 'sms' language
Sebastian T Xavier
9-May-13 2:17am
View
What have you tried?
Sebastian T Xavier
9-May-13 2:08am
View
good work, Tadit.
Sebastian T Xavier
9-May-13 1:54am
View
Deleted
hmm
Sebastian T Xavier
9-May-13 1:52am
View
my 5+
Sebastian T Xavier
9-May-13 1:49am
View
You post the answer and accepts it,. Then says its not working..... Hey, Whats going on?
Sebastian T Xavier
9-May-13 1:37am
View
what do you mean by posting this question?
Sebastian T Xavier
8-May-13 1:08am
View
Thank you for this update. Do you know any WMI method to know the version of Exchange server?
Sebastian T Xavier
6-May-13 8:48am
View
are you getting any messages? Did you debug to see if there is data in the data table?
Sebastian T Xavier
26-Apr-13 1:50am
View
Congratulations!. (for your courage to post something like this here :))
Sebastian T Xavier
24-Apr-13 8:55am
View
not enough information
Sebastian T Xavier
24-Apr-13 8:46am
View
please don't dump all your code. at lease use formatting
Sebastian T Xavier
24-Apr-13 8:19am
View
Please don't dump all your code
Sebastian T Xavier
16-Apr-13 6:26am
View
Alright.
Sebastian T Xavier
4-Apr-13 1:45am
View
I have updated my question now. The hard coded path is included for testing purpose only.
Sebastian T Xavier
27-Feb-13 7:35am
View
yes
Sebastian T Xavier
27-Feb-13 7:12am
View
It is set to "Any CPU" already.
Sebastian T Xavier
27-Feb-13 7:04am
View
In that case, will the application work in a 64 bit machine? I think no.
Sebastian T Xavier
28-Jan-13 0:27am
View
good answer
Sebastian T Xavier
18-Jan-13 5:22am
View
I can try the following code, but looking for a better approach...
String stra = "@{TotalItemSize=2.224 KB (2,277 bytes)";
int startindex = 0;
int endindex = 0;
string result = "";
startindex = stra.IndexOf("=")+1;
endindex = stra.IndexOf(" (");
result = stra.Substring(startindex, endindex-startindex );
Sebastian T Xavier
18-Jan-13 5:11am
View
string is not same always, see the updated question. this is the whole string.
Sebastian T Xavier
18-Jan-13 4:19am
View
corrected now
Sebastian T Xavier
27-Dec-12 1:48am
View
Hi,
I tried the way you suggested and it worked in WMI. But I want to execute queries which are purely Power-Shell.
My source and target machine are in same domain.
Following is the sample Power-Shell query, which I tried.
$server='host_name';$pwd= convertto-securestring 'password' -asplaintext -force;$cred=new-object -typename System.Management.Automation.PSCredential -argumentlist 'domainname\username',$pwd;Get-EventLog -ComputerName $Server -LogName Application
Thanks for your time.
Sebastian
Sebastian T Xavier
26-Sep-12 7:26am
View
That would be great..... Thanks
Sebastian T Xavier
26-Sep-12 6:42am
View
This is what I got when I opened it in browser...
----------------------------------
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<faultstring>
The endpoint reference (EPR) for the Operation not found is /axis2/services/xyzService.xyzServiceHttpSoap11Endpoint/wsdl and the WSA Action = null
-----------------------------------------
Sebastian T Xavier
26-Sep-12 6:33am
View
I have tried it as follows and ended up in an exception,
svcutil /t:metadata http://192.168.1.125:8086/axis2/services/MyService.MyServiceHttpSoap11Endpoint
Here is the exception ..
----------------------------------------------------------------------
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin>svcutil /t:metadata http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint
Microsoft (R) Service Model Metadata Tool
[Microsoft (R) Windows (R) Communication Foundation, Version 3.0.4506.2152]
Copyright (c) Microsoft Corporation. All rights reserved.
Attempting to download metadata from 'http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint' using WS-Metadata Exchange or DISCO.
Microsoft (R) Service Model Metadata Tool
[Microsoft (R) Windows (R) Communication Foundation, Version 3.0.4506.2152]
Copyright (c) Microsoft Corporation. All rights reserved.
Error: Cannot obtain Metadata from http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint
If this is a Windows (R) Communication Foundation service to which you have access, please check that you have enabled metadata publishing at the specified address. For help enabling metadata publishing, please refer to the MSDN documentation at http://go.microsoft.com/fwlink/?LinkId=65455.
WS-Metadata Exchange Error URI: http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint
Metadata contains a reference that cannot be resolved: 'http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint'.
Could not connect to http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.1.125:8086.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.1.125:8086
HTTP GET Error
URI: http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint
There was an error downloading 'http://192.168.1.125:8086/axis2/services/xyzService.xyzServiceHttpSoap11Endpoint'.
Unable to connect to the remote server
No connection could be made because the target machine actively refused it 192.168.1.125:8086
If you would like more help, type "svcutil /?"
--------------------------------------------------------------------------------
Am I doing something wrong?
Sebastian
Sebastian T Xavier
26-Sep-12 0:48am
View
What if the server don't have HTTP enabled?
Sebastian T Xavier
21-Sep-12 2:08am
View
I know SA; That's why I started this thread. Thanks for your care :) .
Sebastian T Xavier
20-Sep-12 1:54am
View
Sure SA; Thanks...
You know, how long I have been working to solve this case? msdn & technet forums, codeproject, office 365 forums, still no solution.
Sebastian T Xavier
20-Sep-12 0:53am
View
my +5
Sebastian T Xavier
20-Sep-12 0:47am
View
Is it a bad idea to search for different options , if you are blocked somewhere?
Sebastian T Xavier
19-Sep-12 8:19am
View
This is definitely NOT going to work , as I have already tried this.
Sebastian T Xavier
19-Sep-12 7:51am
View
This is really informative; thanks... My +5 for it. I have another problem. My expression allows more than one @.
Sebastian T Xavier
19-Sep-12 3:25am
View
Thanks; I had already gone through this(That's why I was looking for some different solutions other than c#). Will confirm once again.
Sebastian T Xavier
19-Sep-12 2:53am
View
Yes, Here is the code which I have tried.....
--------------------------------------------------------------
try
{
string userName = @"abc\Administrator";
string password = "xxx";
SecureString secureString = new SecureString();
foreach (char c in password) secureString.AppendChar(c);
secureString.MakeReadOnly();
PSCredential credential = new PSCredential(userName, secureString);
WSManConnectionInfo connectionInfo = new WSManConnectionInfo(new Uri("http://192.168.1.221/powershell/"),
"http://schemas.microsoft.com/powershell/Microsoft.Exchange", credential) {AuthenticationMechanism = AuthenticationMechanism.Basic };
Runspace runspace = RunspaceFactory.CreateRunspace();
PowerShell powershell = PowerShell.Create();
PSCommand command = new PSCommand();
command.AddCommand("New-PSSession");
command.AddParameter("ConfigurationName", "Microsoft.Exchange");
command.AddParameter("ConnectionUri", new Uri("http://192.168.1.221/powershell/"));
command.AddParameter("Credential", credential);
command.AddParameter("Authentication", "Basic");
powershell.Commands = command;
runspace.Open();
powershell.Runspace = runspace;
Collection<PSSession> result = powershell.Invoke<PSSession>();
foreach (ErrorRecord current in powershell.Streams.Error)
MessageBox.Show(String.Format("The following Error happen when opening the remote Runspace: {0} | InnerException: {1}",current.Exception, current.Exception.InnerException));
if (result.Count != 1)
throw new Exception("Unexpected number of Remote Runspace connections returned.");
powershell = PowerShell.Create();
command = new PSCommand();
command.AddCommand("Set-Variable");
command.AddParameter("Name", "ra");
command.AddParameter("Value", result[0]);
powershell.Commands = command;
powershell.Runspace = runspace;
powershell.Invoke();
powershell = PowerShell.Create();
command = new PSCommand();
const string CreateMailBoxScript = "new-mailbox -Name:’{0}’ -Password:(ConvertTo-SecureString {1} -AsPlainText -Force) -WindowsLiveID:{2} -FirstName:{3} -LastName:{4} -DisplayName:’{5}’";
command.AddScript(string.Format(CreateMailBoxScript, "sxavier", "textboxwithmail", "s@hotmail.com", "Sebastian", "Xavier", "Sebastian Xavier"));
powershell.Commands = command;
powershell.Runspace = runspace;
powershell.Invoke();
runspace.Dispose();
runspace = null;
powershell.Dispose();
powershell = null;
}
catch (Exception Ex)
{
MessageBox.Show(Ex.Message);
}
-----------------------------------------------------------------------
And the exception is ....
System.Management.Automation.Remoting.PSRemotingTransportException:
Connecting to remote server failed with the following error message : The WinRM client cannot process the request. The authentication mechanism requested by the client is not supported by the server or unencrypted traffic is disabled in the service configuration. Verify the unencrypted traffic setting in the service configuration or specify one of the authentication mechanisms supported by the server. To use Kerberos, specify the computer name as the remote destination. Also verify that the client computer and the destination computer are joined to a domain. To use Basic, specify the computer name as the remote destination, specify Basic authenti
Sebastian T Xavier
17-Aug-12 3:05am
View
Don't repost
Sebastian T Xavier
17-Aug-12 2:53am
View
Please post your query
Sebastian T Xavier
10-Aug-12 0:43am
View
Repost ... Repost ... Repost ... Repost ... Repost ...
Sebastian T Xavier
9-Aug-12 9:09am
View
This question doesn't make any sense
Sebastian T Xavier
9-Aug-12 8:29am
View
He need to...
Sebastian T Xavier
9-Aug-12 8:29am
View
Deleted
hmm
Sebastian T Xavier
9-Aug-12 8:15am
View
Just a code dump...
Sebastian T Xavier
9-Aug-12 8:11am
View
Ha, very good!!! You asking a question(That's too not clear), then answers it and accepts yourself. This is not fair.
Sebastian T Xavier
9-Aug-12 8:09am
View
I din't know , who down voted this answer. Anyway I don't think he is doing a fair job.
Sebastian T Xavier
9-Aug-12 8:08am
View
This code will work without any issues
Sebastian T Xavier
9-Aug-12 2:35am
View
Thank you
Sebastian T Xavier
9-Aug-12 2:20am
View
winforms or aspx?
Sebastian T Xavier
7-Aug-12 1:01am
View
Ok. Do it.
Sebastian T Xavier
7-Aug-12 0:39am
View
Don't repost
Sebastian T Xavier
7-Aug-12 0:38am
View
Don't repost
Sebastian T Xavier
4-Aug-12 4:00am
View
Is there any question?
Sebastian T Xavier
3-Aug-12 11:04am
View
Just a code dump & Repost
Sebastian T Xavier
3-Aug-12 11:04am
View
Just a code dump & Repost
Sebastian T Xavier
3-Aug-12 2:55am
View
Use of caps is not good
Sebastian T Xavier
3-Aug-12 2:45am
View
Exactly....
Sebastian T Xavier
3-Aug-12 2:44am
View
Whats your problem
Sebastian T Xavier
3-Aug-12 2:42am
View
Just a code dump
Sebastian T Xavier
3-Aug-12 2:40am
View
Please show us your code
Sebastian T Xavier
3-Aug-12 2:34am
View
Null values or the whole column?
Sebastian T Xavier
1-Aug-12 8:33am
View
May not be....
Sebastian T Xavier
1-Aug-12 8:32am
View
Fine, anyway that comment is deleted , it seems...
Sebastian T Xavier
1-Aug-12 8:24am
View
Use improve question link to update your question
Sebastian T Xavier
1-Aug-12 8:22am
View
Knows nothing and only have an urgent need? Interesting !!!!
Sebastian T Xavier
1-Aug-12 8:15am
View
What? Is this comment relevant, based on this question?
Sebastian T Xavier
1-Aug-12 8:01am
View
Will Items.add() accept more than one parameter?
Sebastian T Xavier
31-Jul-12 7:44am
View
This is not a question.
Sebastian T Xavier
31-Jul-12 6:44am
View
Deleted
I understood that there are two projects , one is your webapplication and other is a class library. right?
Sebastian T Xavier
31-Jul-12 6:06am
View
What about add new item; it worked?
Sebastian T Xavier
31-Jul-12 5:20am
View
Just go through the link given above, you will get the idea about it. For setting these properties you need to select the binding navigator and click F4.
Sebastian T Xavier
31-Jul-12 3:23am
View
You are right. :)
Sebastian T Xavier
31-Jul-12 2:47am
View
His requirement is clear. We should write a program for him to "get A userId from DB and save it to variable". I can, If he is ready to remunerate me.
Sebastian T Xavier
31-Jul-12 2:11am
View
This is just a code dump
Sebastian T Xavier
30-Jul-12 0:52am
View
This question is not clear
Sebastian T Xavier
30-Jul-12 0:51am
View
Not a good question
Sebastian T Xavier
30-Jul-12 0:48am
View
What is your problem?
Sebastian T Xavier
30-Jul-12 0:47am
View
What? when? how? post your code...
Sebastian T Xavier
27-Jul-12 23:00pm
View
Please don't repost
Sebastian T Xavier
27-Jul-12 22:56pm
View
Deleted
This is not a question. Just a code dump.
Sebastian T Xavier
27-Jul-12 12:36pm
View
That's true, SA.
Sebastian T Xavier
27-Jul-12 9:29am
View
Yes, Its possible !! Have googled?
Sebastian T Xavier
27-Jul-12 8:32am
View
We don't know , what is your exact requirement; There are lot of methods to pass values between Forms / Classes. One of them is property.
Sebastian T Xavier
27-Jul-12 8:30am
View
You solved it?.
Sebastian T Xavier
27-Jul-12 5:42am
View
Can you check dsAccessdenied.Tables.count ?
Sebastian T Xavier
27-Jul-12 4:59am
View
I didn't see that line from your code
Sebastian T Xavier
27-Jul-12 3:39am
View
Did you debug the code? From which line you are getting exception?
Sebastian T Xavier
27-Jul-12 3:37am
View
What? When? How?
Sebastian T Xavier
27-Jul-12 3:34am
View
what M stands for in the following line?
decimal packweight = 10.5M;
Did you receive any error, while executing this line...
Sebastian T Xavier
27-Jul-12 3:09am
View
Is it so urgent?
Sebastian T Xavier
27-Jul-12 1:52am
View
Not enough information to help you out
Sebastian T Xavier
27-Jul-12 1:43am
View
Use correct cases...and do'nt use CAPS
Sebastian T Xavier
27-Jul-12 1:41am
View
Not enough information
Sebastian T Xavier
27-Jul-12 1:29am
View
Please post your code of method call
Sebastian T Xavier
27-Jul-12 1:19am
View
Thank you SA
Sebastian T Xavier
27-Jul-12 0:55am
View
Don't Repost
Sebastian T Xavier
26-Jul-12 12:41pm
View
I think the issue is with permissions. When I set ftp path to pub , this code worked and I was able to upload this file.
Sebastian T Xavier
26-Jul-12 8:11am
View
Yes, I have verified it...
Sebastian T Xavier
25-Jul-12 0:58am
View
my +5
Sebastian T Xavier
25-Jul-12 0:55am
View
very nice question.
Sebastian T Xavier
24-Jul-12 12:34pm
View
Use improve question link
Sebastian T Xavier
24-Jul-12 12:33pm
View
This is not an answer
Sebastian T Xavier
24-Jul-12 7:51am
View
If not?
Sebastian T Xavier
24-Jul-12 7:48am
View
Let me google it for him...
Sebastian T Xavier
24-Jul-12 7:42am
View
Do you use any functions in your stored procedure?
Sebastian T Xavier
24-Jul-12 2:47am
View
Urgent? Please wait.!!!!
Sebastian T Xavier
23-Jul-12 6:47am
View
Don't repost
Sebastian T Xavier
23-Jul-12 6:47am
View
This is repost
Sebastian T Xavier
23-Jul-12 6:46am
View
Human being is best sample for an emotion based application. You can just copy features. :)
Sebastian T Xavier
23-Jul-12 6:45am
View
Have googled?
Sebastian T Xavier
23-Jul-12 6:44am
View
This is just a code dump
Sebastian T Xavier
23-Jul-12 6:44am
View
I don't get you !!!
Sebastian T Xavier
23-Jul-12 6:43am
View
Show us your code
Sebastian T Xavier
21-Jul-12 0:32am
View
why this code dump?
Sebastian T Xavier
21-Jul-12 0:31am
View
What is this?
Sebastian T Xavier
21-Jul-12 0:14am
View
Lot of resources / tutorials are there .... Have you ever heard about google?
Sebastian T Xavier
21-Jul-12 0:12am
View
Me too !!!!
Sebastian T Xavier
21-Jul-12 0:10am
View
Seems to be repost
Sebastian T Xavier
21-Jul-12 0:10am
View
Why accepting it, if it is not working?
Sebastian T Xavier
21-Jul-12 0:09am
View
Challenging?
Sebastian T Xavier
21-Jul-12 0:08am
View
I didn't understand you
Sebastian T Xavier
21-Jul-12 0:02am
View
Do spellcheck
Sebastian T Xavier
21-Jul-12 0:00am
View
Why repost?
Sebastian T Xavier
20-Jul-12 23:56pm
View
Use small caps
Sebastian T Xavier
20-Jul-12 12:57pm
View
Is there any problem?
Sebastian T Xavier
20-Jul-12 12:54pm
View
Don't repost
Sebastian T Xavier
20-Jul-12 12:53pm
View
I don't understand your issue
Sebastian T Xavier
20-Jul-12 12:26pm
View
Just try Tree1.SelectedNode ....
Sebastian T Xavier
20-Jul-12 12:21pm
View
Thanks ...
Sebastian T Xavier
20-Jul-12 7:35am
View
Good effort... +5
Sebastian T Xavier
20-Jul-12 4:49am
View
What have you tried?
Sebastian T Xavier
20-Jul-12 1:42am
View
very sad !!!! Google might be blocked there....
Sebastian T Xavier
20-Jul-12 1:10am
View
Your question is not clear.. try to add some code snippet , that will explain in a better way..
Sebastian T Xavier
20-Jul-12 0:58am
View
Don't repost
Sebastian T Xavier
20-Jul-12 0:58am
View
re-post
Sebastian T Xavier
20-Jul-12 0:55am
View
what is this?
Sebastian T Xavier
19-Jul-12 5:09am
View
my 5+
Sebastian T Xavier
19-Jul-12 4:55am
View
Good catch! Don't know how I missed it?
Sebastian T Xavier
19-Jul-12 1:15am
View
Don't re-post
Sebastian T Xavier
17-Jul-12 9:11am
View
Not getting deleted from database or from listbox?
Sebastian T Xavier
17-Jul-12 9:07am
View
Bad language!!!!!
Sebastian T Xavier
17-Jul-12 9:06am
View
Deleted
The problem is definitely NOT with visual studio. It's with the data controls inside your form.designer.cs. You need to carefully dig into it.
Sebastian T Xavier
17-Jul-12 9:00am
View
You might have missed to copy resource (image) files to the server
Sebastian T Xavier
17-Jul-12 8:53am
View
Whats the error you are getting....
Sebastian T Xavier
17-Jul-12 8:52am
View
IIS Future?
Sebastian T Xavier
17-Jul-12 2:19am
View
Are you using visual studio?
Sebastian T Xavier
17-Jul-12 2:05am
View
Don't Re-post. You had asked this earlier.
http://www.codeproject.com/Answers/420005/How-to-add-wordweb-dictionary-to-asp-net-web-appli.aspx#answer1
Sebastian T Xavier
17-Jul-12 2:01am
View
Please use improve question link to post your code. So that we could help you.
Sebastian T Xavier
17-Jul-12 1:59am
View
Use small caps. Don't shout.
Sebastian T Xavier
17-Jul-12 1:35am
View
Please do spell check.
Sebastian T Xavier
17-Jul-12 1:20am
View
This is not a solution
Sebastian T Xavier
16-Jul-12 8:03am
View
Removed your comment and edited your question.
Sebastian T Xavier
16-Jul-12 8:01am
View
Not a question.
Sebastian T Xavier
16-Jul-12 8:00am
View
is there any question?
Sebastian T Xavier
16-Jul-12 5:59am
View
Thanks
Sebastian T Xavier
16-Jul-12 5:43am
View
you can store it as text files in your hard disk itself.
Sebastian T Xavier
16-Jul-12 5:30am
View
Deleted
log4net can be used to log anything in your .net application
Sebastian T Xavier
16-Jul-12 5:27am
View
use small caps
Sebastian T Xavier
16-Jul-12 2:28am
View
In my understanding, this forum is not for clarifying these silly things....
Sebastian T Xavier
16-Jul-12 1:55am
View
Poor question
Sebastian T Xavier
14-Jul-12 7:55am
View
"now I want to download a word file ......."!!!! are you from mars?
Sebastian T Xavier
14-Jul-12 7:25am
View
you are asking question, then answering it & accepting it..... Interesting !!!
Bad Idea.
Sebastian T Xavier
14-Jul-12 7:24am
View
do spell check
Sebastian T Xavier
14-Jul-12 5:46am
View
point blank +5
Sebastian T Xavier
14-Jul-12 5:45am
View
Not enough information
Show More