15,667,355 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 Javascript questions
View Python 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 Amit Kumar Tiwari (Top 200 by date)
Amit Kumar Tiwari
28-May-23 0:07am
View
You are right, I spent many days on this but there is no clear direction on how to make it work.
Amit Kumar Tiwari
22-Dec-17 20:59pm
View
I guess you guys do not understand english.
Amit Kumar Tiwari
22-Jan-17 20:46pm
View
You are right, probably I need to talk to business users. We are not magicians, we have limitations sometimes.
Amit Kumar Tiwari
22-Jan-17 19:53pm
View
The problem is user wants to search any random item and at the same time wants to see all the data. They will scroll through the list and select whatever they find useful or type in keywords if they know the item.
Amit Kumar Tiwari
21-Apr-16 15:31pm
View
"This" is a link. Click it
Amit Kumar Tiwari
22-Sep-15 17:16pm
View
No this did not work. I have to authenticate a Forms Authenticated user in Windows Authenticated SSL enabled RESTful WCF.
Amit Kumar Tiwari
17-Jan-15 2:30am
View
Thank you so much :)
Amit Kumar Tiwari
11-Jan-14 13:28pm
View
Let me serve you an example:
$("#btnUpdate").click(function () {
// Convert the form into an object
var data = { UserID: 'CMA', UserName: 'CMA' };
// JSONify the data
var data = JSON.stringify(data);
// Post it
$.ajax({
type: "PUT",
contentType: "application/json; charset=utf-8",
url: "http://localhost:7876/TestWcfDataService.svc/Admins(80)",
data: data,
dataType: "json",
success: insertCallback,
failure: errors
});
});
Now the user can copy this section and change the URL from "http://localhost:7876/TestWcfDataService.svc/Admins(80)" to "http://localhost:7876/TestWcfDataService.svc/Admins(82)". How can we ensure that the data inside the call is not manipulated by the user?
Amit Kumar Tiwari
11-Jan-14 5:02am
View
I agree to you. But the point he raised was that even an authenticated user can open the html markup and manipulate the data section.
Amit Kumar Tiwari
22-May-13 1:36am
View
Reason for my vote of 5 \n Good one.
Amit Kumar Tiwari
8-May-13 4:20am
View
Not a single answer :-O
Amit Kumar Tiwari
3-Jan-13 23:29pm
View
First, either log the error message or switch off the customErrors mode. This will popup the real cause. Post the error message and then solution can be sought.
Amit Kumar Tiwari
5-Jun-12 0:55am
View
Your question is not clear enough to be answered. In ASP.NET <br/> tag is used to break line. Is that what you are looking for?
In text box line break character would be '\n'. So if you wish to translate that to webpage, you will need to replace the \n character to <br/> tag example: Text.Replace("\n", "<br />");
Amit Kumar Tiwari
11-Jul-11 1:21am
View
Search google.
Amit Kumar Tiwari
7-Jul-11 0:33am
View
After much research I infer that it is not possible to edit TFS source code through web access :(
Amit Kumar Tiwari
4-Jul-11 3:55am
View
I am glad it worked out for you :)
Amit Kumar Tiwari
3-Jul-11 23:47pm
View
Try putting the code "railMsg = externalQueue.Receive();" above "railMsg.Formatter = new XmlMessageFormatter(new Type[] { typeof(XmlElement) });".
meaning:
railMsg = externalQueue.Receive();
railMsg.Formatter = new XmlMessageFormatter(new Type[] { typeof(XmlElement) });
Amit Kumar Tiwari
1-Jul-11 5:55am
View
!!!URGENT!!!
Disclaimer: You are about to be bombarded with scoldings from moderators. This is such a felony you have done. :D LOL
Amit Kumar Tiwari
1-Jul-11 5:52am
View
It depends on the requirement of the project not the language. If your projects need sexy, crispy and rich UI, go for WPF, if your project needs to have service online, use WCF. You need to understand the technology first, that what purpose it solves and then you need to analyze your project, that what it wants and then decide.
Amit Kumar Tiwari
1-Jul-11 5:44am
View
World's smallest, accurate and perfect answer :D my 5+
Amit Kumar Tiwari
1-Jul-11 5:36am
View
Yes :D, I personally like it very much.
Amit Kumar Tiwari
1-Jul-11 5:23am
View
[qoute]tell me how to send friend to other friend by e-mail id[/quote]
:D LOL, till now we dont have that technology available.
Amit Kumar Tiwari
30-Jun-11 4:18am
View
Thanks Tarun :)
Amit Kumar Tiwari
30-Jun-11 4:18am
View
An excellent point, my 5+
Amit Kumar Tiwari
30-Jun-11 3:12am
View
Deleted
I think you mean stop, wait and go back to arq??
Amit Kumar Tiwari
30-Jun-11 2:55am
View
My pleasure :)
Amit Kumar Tiwari
30-Jun-11 2:37am
View
Wow! so much code :-O
Amit Kumar Tiwari
28-Jun-11 23:05pm
View
Perfect :) that's more accurate. 5+
Amit Kumar Tiwari
28-Jun-11 1:01am
View
This could be a network problem. You can generate some trace at the listener level.
Amit Kumar Tiwari
28-Jun-11 0:56am
View
Thank you Koushik :)
Amit Kumar Tiwari
28-Jun-11 0:56am
View
Deleted
Thank you Koushik :)
Amit Kumar Tiwari
28-Jun-11 0:14am
View
Good answer :) my 5+
OP is having some linguistic difficulty in expressing himself :)
Amit Kumar Tiwari
9-Jun-11 9:06am
View
Good answer, my 5 is in :)
Amit Kumar Tiwari
9-Jun-11 4:26am
View
Read the article for detail @ http://dev.mysql.com/tech-resources/articles/vb-cursors-and-locks.html
Amit Kumar Tiwari
9-Jun-11 4:13am
View
Thanks :)
Amit Kumar Tiwari
9-Jun-11 4:13am
View
Awesome :) 5+
Amit Kumar Tiwari
7-Jun-11 7:17am
View
Thanks SA
Amit Kumar Tiwari
7-Jun-11 7:16am
View
Correct, my 5 :)
Amit Kumar Tiwari
7-Jun-11 1:20am
View
I am also sometimes confused with that. Please correct me if I am wrong, .NET is a framework and VB, C#, F# etc are languages. Right?
Amit Kumar Tiwari
5-Jun-11 6:15am
View
Sure, I understand and will take care of that next time :)
Amit Kumar Tiwari
5-Jun-11 6:14am
View
Deleted
Sure, I do and will take care of that next time :)
Amit Kumar Tiwari
5-Jun-11 6:12am
View
You need to allow the port through the firewall. Contact the admin or the person who manages the firewall.
If you are going to do it yourself, you can try video @ http://www.youtube.com/watch?v=SJ-oDNR91Rk
You can find the steps of google as well.
Amit Kumar Tiwari
3-Jun-11 1:44am
View
Thanks Raja :)
Amit Kumar Tiwari
3-Jun-11 1:08am
View
Correct, I wish I could vote your comment. That uprises the question that can we ask CP to incorporate functionlity to vote comments :) (just a thought)
Amit Kumar Tiwari
3-Jun-11 0:42am
View
My pleasure :)
Amit Kumar Tiwari
3-Jun-11 0:41am
View
SA you got emotional, I trust you completely :)
just saw that code as answer in one forum, so I thought i will work. Maybe .hide() will work. I changed it.
Amit Kumar Tiwari
31-May-11 4:03am
View
I gave an example. From the data table you can copy the table names in Listview or whatever control you want.
Amit Kumar Tiwari
31-May-11 3:59am
View
This question has already been answered 2 times.
Duplicate post @ http://www.codeproject.com/Answers/204118/Access-tables-in-VB-net.aspx
and http://www.codeproject.com/Answers/204112/Access-2007-Permisions.aspx
Amit Kumar Tiwari
31-May-11 3:57am
View
Good answer :) my 5.
Amit Kumar Tiwari
31-May-11 3:25am
View
Job sites will help you get that.
Amit Kumar Tiwari
31-May-11 3:22am
View
Welcome :)
Amit Kumar Tiwari
31-May-11 3:22am
View
Deleted
Welcome :)
Amit Kumar Tiwari
30-May-11 6:37am
View
Good answer :) my 5+
Amit Kumar Tiwari
30-May-11 0:02am
View
oh yes, forgot to convert it from VB ;)
Amit Kumar Tiwari
29-May-11 23:58pm
View
Whats the error message that you are getting?
Amit Kumar Tiwari
29-May-11 23:41pm
View
OP wants us to find the question in the question :D, thats a tricky question.
Amit Kumar Tiwari
28-May-11 3:48am
View
Confused with your question. Please elaborate a bit
Amit Kumar Tiwari
27-May-11 0:12am
View
Thanks Dalek
Amit Kumar Tiwari
27-May-11 0:11am
View
Thanks Dave :)
Amit Kumar Tiwari
27-May-11 0:11am
View
What error do you get?
Amit Kumar Tiwari
27-May-11 0:10am
View
Thanks Dalek :)
Amit Kumar Tiwari
26-May-11 3:36am
View
Good one. My 5+ :)
Amit Kumar Tiwari
26-May-11 3:27am
View
Duplicate post. Original post @ http://www.codeproject.com/Answers/200211/How-to-extract-tally-files-by-using-odbc.aspx
Amit Kumar Tiwari
26-May-11 3:15am
View
Thanks Tarun, I am removing the second link then.
Amit Kumar Tiwari
26-May-11 3:01am
View
One big fat lie. I searched google and got flooded with answers starting from the first link.
Amit Kumar Tiwari
25-May-11 9:26am
View
So whats the issue, pass that selected value of combo to query ms access table, fetch the records and show it in the textboxes.
Amit Kumar Tiwari
25-May-11 8:33am
View
Thanks Ambarishtv
Amit Kumar Tiwari
25-May-11 0:03am
View
Deleted
Added pre tag for the sql query
Amit Kumar Tiwari
25-May-11 0:00am
View
LOL :D exactly.
Amit Kumar Tiwari
18-May-11 3:53am
View
Mention not :)
Amit Kumar Tiwari
17-May-11 4:15am
View
Perfect addition.
Amit Kumar Tiwari
17-May-11 4:14am
View
Just google out, you will get lots of them.
Amit Kumar Tiwari
6-May-11 6:21am
View
Thanks Tarun :)
Amit Kumar Tiwari
4-May-11 3:49am
View
Thank you so much Ravi :)
Amit Kumar Tiwari
4-May-11 3:49am
View
Thank you so much Kim :)
Amit Kumar Tiwari
29-Apr-11 5:59am
View
Deleted
Reason for my vote of 5
Good example
Amit Kumar Tiwari
15-Apr-11 6:37am
View
I didnt but there is a team that sits next to me. They do video streaming coding for mobiles and desktops. One of the guy gave me this link when I asked.
Amit Kumar Tiwari
15-Apr-11 5:34am
View
Offcourse that is possible.
Amit Kumar Tiwari
15-Apr-11 5:28am
View
I know its bad idea. I was just correcting OP's code ;) with his approach.
Amit Kumar Tiwari
14-Apr-11 6:27am
View
I agree, but OP asked question about session handling, in hurry I stored the password too :D
Sorry about that.
Amit Kumar Tiwari
14-Apr-11 2:16am
View
Try contacting the support people. They will figure out the cause.
Amit Kumar Tiwari
14-Apr-11 2:15am
View
Why vote me 1, whats wrong with my code??? :(
Amit Kumar Tiwari
13-Apr-11 23:47pm
View
Please explain??
Amit Kumar Tiwari
13-Apr-11 6:04am
View
Good answer :) I wish I could vote your comment.
Amit Kumar Tiwari
13-Apr-11 5:59am
View
You are going to get me killed and thrashed by my client and managers :D
Amit Kumar Tiwari
13-Apr-11 5:55am
View
LOL :D No tools required.
Amit Kumar Tiwari
13-Apr-11 5:42am
View
Thank you so much Tarun for the links :)
Amit Kumar Tiwari
13-Apr-11 5:36am
View
Yes, that is true. These things cannot be automated as such.
Still when asked by interviewer that "How you estimate a project development time?", what should I answer to satisfy his query?
Amit Kumar Tiwari
13-Apr-11 5:25am
View
Sure thanks. I know people use tools for estimating cost and time. I want to learn them.
Amit Kumar Tiwari
13-Apr-11 5:20am
View
Thank you SA :) my +5
Amit Kumar Tiwari
13-Apr-11 5:20am
View
No No, never :) I have all the time in the world for it. Actually this is one of the most sought interview question and I want a an impeccable answer.
Amit Kumar Tiwari
13-Apr-11 4:55am
View
Thankx Shajancherian.
Amit Kumar Tiwari
13-Apr-11 4:54am
View
Thanks Dave :)
Amit Kumar Tiwari
13-Apr-11 0:49am
View
Edited for readability.
Amit Kumar Tiwari
13-Apr-11 0:15am
View
Are both databases on same server or different locations?
Amit Kumar Tiwari
12-Apr-11 23:51pm
View
Your question has generated ambiguous error.
Please try explaining it again ;)
Amit Kumar Tiwari
12-Apr-11 22:59pm
View
Never saw any on Code project. I think that makes you the first one :)
Amit Kumar Tiwari
12-Apr-11 2:02am
View
Deleted
Hey! good to see a female around for the first time :)
Amit Kumar Tiwari
12-Apr-11 1:58am
View
Thank you so much for sharing this info. I learnt new thing about data types :)
My 5+.
Amit Kumar Tiwari
12-Apr-11 1:58am
View
Thank you so much for sharing this info. I learnt new this about data types :)
My 5+.
Amit Kumar Tiwari
12-Apr-11 1:50am
View
Ma'am! That reminds me, I have never seen female member in Code project :D
Amit Kumar Tiwari
10-Apr-11 22:44pm
View
Is it a Windows application or a Web application?
Amit Kumar Tiwari
10-Apr-11 22:40pm
View
Welcome :)
Amit Kumar Tiwari
10-Apr-11 22:38pm
View
Thanks Albin :)
Amit Kumar Tiwari
7-Apr-11 11:58am
View
+5 to you.
Amit Kumar Tiwari
7-Apr-11 6:54am
View
"suggestions not source code" 5+ for that :D
Amit Kumar Tiwari
7-Apr-11 6:52am
View
Thanks Ravi
Amit Kumar Tiwari
7-Apr-11 6:51am
View
My pleasure :)
Amit Kumar Tiwari
7-Apr-11 6:51am
View
Thanks Jones :)
Amit Kumar Tiwari
7-Apr-11 6:14am
View
Thanks SA :)
And your advice below was hilarious.
Amit Kumar Tiwari
6-Apr-11 9:18am
View
Awersome +5
Amit Kumar Tiwari
6-Apr-11 9:16am
View
My 5+ :)
Amit Kumar Tiwari
6-Apr-11 8:53am
View
Did you try searching google? It will give faster result.
Amit Kumar Tiwari
4-Apr-11 8:54am
View
Bravo, master stroke, my 5+ :)
Amit Kumar Tiwari
4-Apr-11 7:15am
View
Your question reminds me of Backstreet Boys album - Incomplete :)
Amit Kumar Tiwari
4-Apr-11 7:12am
View
Please share connection string of your web.config
Amit Kumar Tiwari
1-Apr-11 4:44am
View
Thanx Raj
Amit Kumar Tiwari
1-Apr-11 4:22am
View
Maybe it is celebrating April fools day today :-D thats why got executed twice.
Amit Kumar Tiwari
1-Apr-11 4:11am
View
I dont know why people avoid using google. Even I answer them from Google (LOL) :-D
Amit Kumar Tiwari
1-Apr-11 4:08am
View
Yes sir, I am just working on that project code. LOL
Height of laziness :-D
Amit Kumar Tiwari
1-Apr-11 4:04am
View
Use it like this
ClientScript.RegisterClientScriptBlock( typeof(Page), "myrest", "<script>alert('Hello');</script>");
Amit Kumar Tiwari
1-Apr-11 3:58am
View
Very easy. Search google ;)
Amit Kumar Tiwari
1-Apr-11 3:50am
View
It is created only once and gets destroyed when the IIS is reset.
Amit Kumar Tiwari
1-Apr-11 3:47am
View
Abstract class still has an option of defining the methods at later stage, whereas interfaces dont.
Amit Kumar Tiwari
1-Apr-11 3:44am
View
Strange, seems like the function is getting called from somewhere else too.
Amit Kumar Tiwari
1-Apr-11 3:31am
View
Thanks SA :D
Amit Kumar Tiwari
31-Mar-11 9:23am
View
Deleted
There is no library of Visual Studio. That is a wrong question.
Amit Kumar Tiwari
31-Mar-11 6:44am
View
Did you install SQL server using the mixed mode authentication???
Amit Kumar Tiwari
31-Mar-11 6:36am
View
what????????
Amit Kumar Tiwari
28-Mar-11 12:43pm
View
Perfect :) my 5+
Amit Kumar Tiwari
28-Mar-11 6:08am
View
LOL :D
Amit Kumar Tiwari
21-Mar-11 6:08am
View
Thanks SA :)
Amit Kumar Tiwari
18-Mar-11 6:23am
View
By mistake posted someone else answer in his. Correcting it.
Amit Kumar Tiwari
17-Mar-11 6:25am
View
Please add a little more detail.
Amit Kumar Tiwari
16-Mar-11 9:01am
View
Thank you John, you've given a good insight. Probably I should dive into books and study WCF in depth. I think learning about Duplex communication will suffice the business.
Amit Kumar Tiwari
16-Mar-11 6:20am
View
What did you try
What did you try
What did you try
What did you try
What did you try
Amit Kumar Tiwari
16-Mar-11 6:18am
View
Perfect answer, +5
Amit Kumar Tiwari
16-Mar-11 6:02am
View
thanks :)
Amit Kumar Tiwari
16-Mar-11 6:01am
View
Try updating the RDLC (Remote Desktop) software from microsoft website.
Amit Kumar Tiwari
15-Mar-11 7:30am
View
formatted the html markup
Amit Kumar Tiwari
14-Mar-11 10:03am
View
Awesome link :) my +5
Amit Kumar Tiwari
14-Mar-11 9:26am
View
Daily number of members get scolding for directly asking questions to common issues before trying themselves. Probably you are new to the forum and ASP.NET. Please try googling. The very first search result is your answer :)
Amit Kumar Tiwari
12-Mar-11 2:43am
View
Did you try javascript alert() or window.open()?
Amit Kumar Tiwari
10-Mar-11 7:07am
View
Yes, true :)
Amit Kumar Tiwari
10-Mar-11 6:51am
View
I dont think so. I personally like it very much. Bug is a bling of software. Dont worry about it until it bothers you.
Amit Kumar Tiwari
10-Mar-11 6:49am
View
Thanks Sairam :)
Amit Kumar Tiwari
10-Mar-11 5:52am
View
"Please help me as soon as possible."
People here are not gonna like it dude :)
Amit Kumar Tiwari
10-Mar-11 5:50am
View
You need to make the question little more clear. Can't understand it :(
Amit Kumar Tiwari
10-Mar-11 5:43am
View
Outstanding my 5+ :)
Amit Kumar Tiwari
10-Mar-11 5:38am
View
Homework :D lol
I used to do this in 5th standard.
Amit Kumar Tiwari
10-Mar-11 5:30am
View
Thanks Albin :)
Amit Kumar Tiwari
10-Mar-11 5:27am
View
I dont think you need an answer for this. Try the link http://blogs.skype.com/developer/2010/06/skypekit_beta.html
Amit Kumar Tiwari
10-Mar-11 5:17am
View
Thats correct :) my +5
Amit Kumar Tiwari
10-Mar-11 5:12am
View
Thankx Albin ;)
Amit Kumar Tiwari
9-Mar-11 5:20am
View
Thanx wizardzz :)
Amit Kumar Tiwari
8-Mar-11 10:06am
View
Oh great! thanks for telling :)
Amit Kumar Tiwari
8-Mar-11 10:03am
View
Perfect addition :) Thank you.
Amit Kumar Tiwari
8-Mar-11 9:57am
View
What desktop?? Do you wish to create the Start Menu and desktop wallpaper with icons??
If yes, why :)
Amit Kumar Tiwari
8-Mar-11 9:51am
View
I am glad it worked out for you :)
Amit Kumar Tiwari
8-Mar-11 9:08am
View
Oh great! thanks for the info :)
Amit Kumar Tiwari
8-Mar-11 8:54am
View
Tried to fix the code formatting but couldn't :(
Amit Kumar Tiwari
8-Mar-11 8:37am
View
LOL Homework :)
Amit Kumar Tiwari
8-Mar-11 8:12am
View
What is BPEL? Just curious to know :)
Amit Kumar Tiwari
8-Mar-11 8:11am
View
Thanks Tarun :)
Amit Kumar Tiwari
8-Mar-11 7:31am
View
Is IIS installed on your machine.
Amit Kumar Tiwari
8-Mar-11 7:27am
View
RenderControl outputs server control content and stores tracing information about the control if tracing is enabled.
Amit Kumar Tiwari
8-Mar-11 6:48am
View
But if you will hide the upload control, how will you input the file to upload??
Amit Kumar Tiwari
8-Mar-11 6:43am
View
Thanks Dave :)
Amit Kumar Tiwari
7-Mar-11 7:37am
View
In that case check that the item index gets generated serially.
Amit Kumar Tiwari
7-Mar-11 7:37am
View
Deleted
In that case check that the item index gets generated serially.
Amit Kumar Tiwari
4-Mar-11 11:36am
View
Good answer :)
Amit Kumar Tiwari
3-Mar-11 8:13am
View
Post the markup please.
Amit Kumar Tiwari
3-Mar-11 7:08am
View
Title of the question is wierd ;)
"is not firing wrongly"
Amit Kumar Tiwari
2-Mar-11 7:56am
View
For tomcat, Mono framework library needs to be installed. (As found on google)
Amit Kumar Tiwari
2-Mar-11 7:55am
View
Deleted
For tomcat, Mono framework library needs to be installed. (As found on google)
Amit Kumar Tiwari
2-Mar-11 7:23am
View
Thanks Henry
Amit Kumar Tiwari
2-Mar-11 7:23am
View
Deleted
Thanks Henry :)
Amit Kumar Tiwari
1-Mar-11 9:06am
View
My 5+ to you too :)
Amit Kumar Tiwari
1-Mar-11 8:50am
View
:D
Amit Kumar Tiwari
1-Mar-11 6:43am
View
Very little :D, sorry. Actually I was looking for a table to chalk out the difference among all three (from an interview perspective).
Amit Kumar Tiwari
28-Feb-11 10:33am
View
Do you need a book for C# programming??
Amit Kumar Tiwari
19-Feb-11 11:38am
View
Welcome buddy
Amit Kumar Tiwari
18-Feb-11 4:19am
View
Yes, thank you so much for your kind support :)
Amit Kumar Tiwari
18-Feb-11 4:08am
View
My pleasure :)
Amit Kumar Tiwari
18-Feb-11 4:08am
View
Thanks Pravin :)
Amit Kumar Tiwari
18-Feb-11 4:04am
View
You are very good at using apostrophes :)
I edited them out.
Amit Kumar Tiwari
18-Feb-11 3:42am
View
LOL :D
so many people get scolded for this, still no effect.
Amit Kumar Tiwari
18-Feb-11 3:34am
View
I can send you that, but what will I get :P
Amit Kumar Tiwari
18-Feb-11 3:32am
View
Thanks SA :)
Amit Kumar Tiwari
18-Feb-11 3:31am
View
Yes got that. Finally I created an entirely new project in VS 2010 and it works. Very funny. But I still dont understand why it doesnt work in old code. I just copied the old code in new project and it works. Very strange. DLL hell kind of problem.
Amit Kumar Tiwari
17-Feb-11 14:18pm
View
No, I voted it 5
Amit Kumar Tiwari
17-Feb-11 13:38pm
View
:D, I understand. But thank you for your patience and support.
Amit Kumar Tiwari
17-Feb-11 13:33pm
View
Ya, dont know what to do :(
Amit Kumar Tiwari
17-Feb-11 13:25pm
View
What the fish!!!
I made it in VS 2008 .NET framework 3.5
Same code everything, just created from scratch and it is working there. But not in VS 2010. Why??? :-O
Amit Kumar Tiwari
17-Feb-11 13:18pm
View
Just 5 more minutes
Amit Kumar Tiwari
17-Feb-11 13:03pm
View
I am converting it from scratch. Please give me 10 mins. Sorry to keeping you awake. :(
Amit Kumar Tiwari
17-Feb-11 12:56pm
View
After converting into .NET 3.5 VS 2008 my project is not compiling. The Entity Framework is giving errors :(
Amit Kumar Tiwari
17-Feb-11 12:49pm
View
Yes, it is .NET 4.0, VS 2010 project. wait, I will convert it for you and resend it. give me a minute.
Amit Kumar Tiwari
17-Feb-11 12:23pm
View
Sure, thank you so much for your time :)
I will wait as there is no solution available for this online.
Amit Kumar Tiwari
17-Feb-11 12:11pm
View
Sending...
Show More