Search

You searched for the word(s): userid:44243

Matching Posts

  • External/editable app.config for compiled Class Library possible?

    So i have a solution here that is: - Web Application Project - Two class libraries for Business and Data layers - Console application that uses stuff in the Business layer All those have an app.config or web.config obviouysly.... So when I "publish" the Web App project, my class libraries seem to compile the settings inside the DLL somewhere.... how can I have some configuration settings *not* get mashed up so I can adjust the values once I compile and push to production (depending on which
    Posted to Configuration and Deployment (Forum) by MorningZ on 7/1/2009
  • How to fix JavaScript intellisense?

    Good evening... I've got Studio 2008 with SP1 and the jQuery hotfix installed here on a 64-bit install of Windows 7 RC For some reason Studio is choking on this line in my code.js file I tried var AA = new Object; AA.User = new Object; as well, same thing, hitting "Control-Shift-J" shows that error on that line #20 Thanks in advance for any help....
    Posted to Visual Studio 2008 (Forum) by MorningZ on 6/7/2009
  • Re: WebForm to MVC, where to hook into my user info

    I'm looking for more than just the username, and am totally stuck on where to start this..... none of the tutorials i have seen really go into this In my webform verision, i have, in any page that inherits from my custom page: A class for the request that i call MZ_Request (which is a class in a separate 3.5 Class Library in the solution), it's properties are - Username: which yeah, i get initially from User.Identity.Name - RoleMask: a bitmask that makes up the user's permissions - SiteName
    Posted to ASP.NET MVC (Forum) by MorningZ on 4/3/2009
  • WebForm to MVC, where to hook into my user info

    I'll try to be as brief as i can so i don't bore anyone In a project i started a while back, i had a custom System.Web.UI.Page In this page I have some properties and methods available, like: Public Class PageTemplate Inherits System.Web.UI.Page Public Sub New() AddHandler Init, New EventHandler(AddressOf BasePage_Init) End Sub Private _RoleMask As Int32 Public RoleMask() As Int32 Get Return _RoleMask End Get Set(ByVal value As Int32) _RoleMask = value End Set End Property Private _SiteName
    Posted to ASP.NET MVC (Forum) by MorningZ on 4/3/2009
  • Adding new .vb file to "App_Code" doesn't give line numbers or Intellisense

    I've got a new MVC project I created (RTM version), and when I created the "App_Code" directory and try to add a new VB Class to this directory, I get no Intellisense, no auto formatting/indention, nor the two handy dropdowns along the top to help navigate through the class If I add a VB Class file to the root folder, all is well, as shown here Any ideas on why Studio is being a pain with this? I certainly don't want my code files to be in the root
    Posted to Visual Studio 2008 (Forum) by MorningZ on 3/28/2009
  • Re: FAQ is out of date ... RTM is out 3 days ago

    Maybe now that MVC is RTM it's time to remove stickies on this forum like: http://forums.asp.net/t/1392423.aspx and http://forums.asp.net/t/1392331.aspx
    Posted to ASP.NET MVC (Forum) by MorningZ on 3/22/2009
  • Re: Code snippet for JavaScript?

    Revisting this topic, I ran across this program today on a blog post about faster coding: "Texter" (http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php) This does EXACTLY what I needed, but to note, to work with Studio/VWD, you have to go into Preferences and switch it to "Clipboard mode" so the IDE's don't muck with it Works awesome, and it's free
    Posted to Visual Studio 2008 (Forum) by MorningZ on 3/5/2009
  • Re: Code snippet for JavaScript?

    But why think of it in such a complex way? If i have a block of HTML, i want a way where i could hit some key combination and slap it right into the code? I'm not worried about Studio validating it/making sure it's in html, css, javascript.... i just want "press these keys, put this block of code" Sometimes i think people get waaaay too caught up in making things too complicated
    Posted to Visual Studio 2008 (Forum) by MorningZ on 2/3/2009
  • Re: Code snippet for JavaScript?

    Yes, i did mean something else like i type this block all the time: $("#BLOCK").block(); addToMessagePane($("#MESSAGE"), "Working...", "indicator"); reqJSON( "handler.ashx", Params, function(json) { if (json.HasError) { addToMessagePane($("#MESSAGE"), json.Message, "bad"); } else { addToMessagePane($("#MESSAGE"), json.Message, "good"); } $("#BLOCK").unblock(); }, function(x, y, z) { addToMessagePane
    Posted to Visual Studio 2008 (Forum) by MorningZ on 2/2/2009
  • Code snippet for JavaScript?

    Is it possible to add a shortcut/code snippet for a block of JavaScript inside an aspx's Source View?
    Posted to Visual Studio 2008 (Forum) by MorningZ on 2/2/2009
Page 1 of 182 (1814 items) 1 2 3 4 5 Next > ... Last »