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:702616
More Search Options
RSS Available
Matching Posts
Re: Execute batch files in a remote machine (c#, asp.net)
Can you not map a drive on the local machine to run it remotley, e.g. x:\somthing.bat. Failing that, try a batch file on the local machine, and use push/popd to get the commandline to connect over the network like so.... pushd \\blr3257d\bin myfile.bat popd Hope this helps. amar
Posted to
VS 2005 Web Application Projects
(Forum)
by
amarsuperstar
on 7/6/2007
Re: Connection pool error
I think I had this error a while back, I was getting it because I was rapidly opening/closing connections to the database. If I recall correctly, it was because I had 'debug="true" ' in my Web.Config. Cheers Amar
Posted to
Getting Started
(Forum)
by
amarsuperstar
on 7/6/2007
Re: C# Design Models? Which one to use?
Sorry... forgot to mention that there is a product called "The Commerce Starter Kit" which shows a beerhouse like project made with SubSonic so you can see exactly how it works. amar
Posted to
Getting Started
(Forum)
by
amarsuperstar
on 7/3/2007
Re: C# Design Models? Which one to use?
One thing i found with the BeerHouse project is that the DAL code was very cumbersome and repetetive.... not saying this is bad, however, it was not efficient to work with. Have you looked at projects like SubSonic (http://subsonicproject.com/)? This provides a very fast, efficient way to produce your DAL/BLL and it is actively worked on and coming along nicely. HTH Amar
Posted to
Getting Started
(Forum)
by
amarsuperstar
on 7/3/2007
Re: Logging in TWICE??
Not sure if this is related, however, i had a problem with the same symptoms with the login control as i was not passing a value to the AuthenticateEventArgs like so... protected void login1_Authenticate( object sender, AuthenticateEventArgs e ) { if ( username and password are valid ) { e.Authenticated = true ; } else { e.Authenticated = false ; } } Hope to help Amar
Posted to
State Management
(Forum)
by
amarsuperstar
on 7/2/2007
Re: how to refer a class from different folder
Have you added a namespace reference? This is done by putting "using myTest1" at the top of the class within which you are trying to use the reference. Amar
Posted to
VS 2005 Web Application Projects
(Forum)
by
amarsuperstar
on 6/29/2007
Re: Logomall integration, How did they do that?
It is the same page, just displayed within a frame. Id recommend using firefox to look at it ( with the web-developer tool bar ) as this lets you nicely inspect the frames and see what is going on. amar
Posted to
Free For All
(Forum)
by
amarsuperstar
on 6/24/2007
Re: OR Mappers: what is this feature called?
A nice ORM package is Active Record ( the one used un Ruby on Rails ) http://www.castleproject.org/activerecord/index.html Also checkout the subsonic project which generated AR classes for you http://www.codeplex.com/actionpack Active record itself is a wrapper for NHibernate which is a .NET port of Hibernate for Java... http://www.hibernate.org/343.html hope this helps
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
amarsuperstar
on 6/24/2007
Re: Question about RSS
This 4guys article is just what you need... http://aspnet.4guysfromrolla.com/articles/061307-1.aspx hope this helps amar
Posted to
Getting Started
(Forum)
by
amarsuperstar
on 6/23/2007
Re: How to Execute FFMpeg
Were there any errors thrown? Plus does the process have write access to the directory? There is a library called SharpFFMepg which may help you although I am not too familiar with the software. One sugestion I have is to also set the p.StartInfo.WorkingDirectory = Server.MapPath("~/"); and see if that does anything. There are also the StandardOutput and StandardError streams of the process object so you can see what FFMpeg was printing to the screen, these are highlighted here.. http:
Posted to
Free For All
(Forum)
by
amarsuperstar
on 6/20/2007
Page 1 of 8 (72 items) 1
2
3
4
5
Next >
...
Last ยป
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Channel 9:
Enabling Help in the Visual Studio 2010 Shell
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online