User Profile

Collapse

Profile Sidebar

Collapse
japss
japss
Last Activity: Apr 29 '09, 08:11 PM
Joined: Jul 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VSS overwrites local files whenever web project is opened

    Hi

    I am experiencing a strange problem binding my web project from Visual Studio (VB.NET) to Visual Source Safe. Whenever I open the solution file, it retrieves files from VSS and overwrites my local files - losing all my changes!. But all checkin/checkout works asusual. I have no clue why it happens like this. And it happens to this particular web project; if I open other web projects, it is fine. The workaround I have now is...
    See more | Go to post

  • japss
    started a topic execute formula stored as string

    execute formula stored as string

    I have got a column in my table which stores mathematical formulas as strings. The base question is how do I evaluate the "string formula" to get result?

    For example, I got a value like '2*5+2*5*4'.
    I need a way to evaluate this string within an SQL Server stored procedure to get the result as 50

    Declare @weight as string
    Declare @output as numeric(18,2)

    SET @weight = '2*5+2*5*4'....
    See more | Go to post

  • japss
    started a topic Unable to configure IIS website to use ASP.NET 2.0
    in .NET

    Unable to configure IIS website to use ASP.NET 2.0

    Hi

    We have been upgrading our intranet sites to .NET 2.0 from 1.1 one-by-one - it is win 2003, xeon E5335 2.0Ghz, IIS 6.0. The server only had .NET framework 1.1 and we recently installed .NET 2.0 and .NET 2.0 SP1 But for some reason, ASP.NET tab does not appear on the IIS (The server has WSS 2.0 installed). Setting Enable32bitAppO nWin64 to TRUE/FALSE on MetaBase.xml does not help.

    When I use aspnet_regiis, all sites...
    See more | Go to post
No activity results to display
Show More
Working...