Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:681020
More Search Options
RSS Available
Matching Posts
Re: Build sucesses BUT publish fails.
when i press Control+Alt+O i am getting a lot of line with end as ========== Build: 15 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Publish: 0 succeeded, 1 failed, 0 skipped ========== i am still not getting the reason :( of the error .
Posted to
Visual Studio 2008
(Forum)
by
sujithukvl@gmail.com
on 12/10/2009
Build sucesses BUT publish fails.
.................................. windows xp /visual stdio 2008 ................................. I am able to build my application well but when i publish them, I am getting a message" pulblish failed" how can i identi fy the reason why my publish failed?
Posted to
Visual Studio 2008
(Forum)
by
sujithukvl@gmail.com
on 12/8/2009
Filed under: visual stdio 2008 survey
Re: assembly version is not changing
I have done that in GUI level insted of going directly to assebly info.vb, i have taken properties of project and pressed assebly info button and edotted the the nuber. it gone working thanks
Posted to
Getting Started
(Forum)
by
sujithukvl@gmail.com
on 11/28/2009
assembly version is not changing
VS:2008 Framework:3.5 OS:Xp Professional ...................................................................................................................................................... I have changed the assemblyinfo.vb file as below <Assembly: AssemblyVersion("1.6.1.0")> <Assembly: AssemblyFileVersion("1.6.1.0")> and i am accesign that in my vb code as Dim Asmbly As Reflection.Assembly = Reflection.Assembly.GetExecutingAssembly lFooter.Text=Asmbly.GetName(
Posted to
Getting Started
(Forum)
by
sujithukvl@gmail.com
on 11/25/2009
Filed under: reflection
Re: Avoiding duplicate object from a collection/Using LINQ
Decide how you want to compare the Student objects. The following is an example that compares based on the ID property only: public class Student { public int ID { get ; set ; } public string FirstName { get ; set ; } public string LastName { get ; set ; } } public class MyStudentComparer : IEqualityComparer<Student> { #region IEqualityComparer<Student> Members public bool Equals(Student x, Student y) { return x.ID == y.ID; } public int GetHashCode(Student obj) { return obj.ID.GetHashCode
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
sujithukvl@gmail.com
on 11/21/2009
Filed under: IEqualityComparer
Will work flow work automatically?
I am creating a work flow (WF) I am using a delay activity I have set its delay such that It will work today night at 10 O clocks . I am using sql persistence service I have hosted it on IIS server If I log off my system by 8 O clock (Still it is on some other user is log on my system he is NOT accessing the web application where I hosted the WF ) Will the WF work at 10 o’clock? If I am using some session variable to achieve some task? How WF will be able to access the session variable since No user
Posted to
ASP.NET and Windows Workflow Foundation Integration
(Forum)
by
sujithukvl@gmail.com
on 11/20/2009
Filed under: WWF
Avoiding duplicate object from a collection/Using LINQ
Can any one suggest a linq query to select non duplicate object from a generic collection let dim Mylist as new List(of string)= Mylist.add(“a”) Mylist.add(“b”) Mylist.add(“b”) Mylist.add(“c”) From myList I have to select only distinct object using a linq query I hope that is possible so myResult list will have one a one b and one c only
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
sujithukvl@gmail.com
on 11/18/2009
Filed under: linqtoentities
linq to XML
I have an xml file with following content <?xml version="1.0" encoding="utf-8" ?> <userCard> <User userName="A" Cardid="1"></User> <User userName="B" Cardid="2"></User> <User userName="Z" Cardid="26"></User> </userCard> I would like to get the whole items under userCard in a colection and would like to ge the Cardid of each user can i use linq to XML for this?
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
sujithukvl@gmail.com
on 11/17/2009
Filed under: Linq to xml
Re: Custome information in Instance table.
Cutome data means antything. let it be "MYNANE" only people knowing wwf and the importance of InstanceState table need to replay for this
Posted to
ASP.NET and Windows Workflow Foundation Integration
(Forum)
by
sujithukvl@gmail.com
on 11/12/2009
Filed under: WWF
Re: FormsAuthentication.HashPasswordForStoringInConfigFile/pwd
My question is that Dim PasswordHash As String = FormsAuthentication.HashPasswordForStoringInConfigFile(input passwordfrom user, "MD5") is secure enough to make it as my site's password hashing technique?
Posted to
Security
(Forum)
by
sujithukvl@gmail.com
on 11/11/2009
Filed under: Security -
Page 1 of 59 (582 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
ASP.NET MVC 2 RC Released
WindowsClient:
Very exciting Microsoft Pivot from Live Labs
WindowsClient:
XAML for UI & .rc files
TechNet Edge:
DNS Security (DNSSec) Overview
Silverlight:
Silverlight 4 demos from my PDC Keynote now available
Channel 9:
Channel 9 Live at PDC09: Dave Campbell
Channel 9:
Channel 9 Live at PDC09: Yousef Khalidi
Channel 9:
Twitter App for Zune Launches
WindowsClient:
Incarnate
WindowsClient:
Track Fedex packages with Bing
Channel 9:
Marty O'Donnell - The man behind the Halo Music
Channel 10:
Twitter App for Zune Launches
WindowsClient:
Rotate your text in the WPF DataGrid Column Headers
WindowsClient:
New gameplay video with D&D on Surface
WindowsClient:
ViewModel Pattern and Speech as UI. Help me Obi Wan, where’s the View?
Channel 9:
Karsten Januszewski and Tim Aidlin: Introducing Incarnate
Channel 9:
Reactive Extensions API in depth: Retry
Channel 10:
iBing uBing: Bing iPhone App Arrives
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
Channel 10:
A Look Behind Mouse 2.0
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online