Search

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

Matching Posts

  • Re: Error from VS2005 is replicated in VS2010 - my mistake or it's reason to laugh :)?

    Геннадий! I agree. I read more etentively - it is by design. BUT WHY :))) why WAP is different from WebSite. By the way - putting DataSets into folder out of App_Code - in one of my projects (WAP) coused this behavior: I could not see methods of my table adapters in ObjectDataSource wizard! Like it did not compile of smth. My current solution was to move to WebSite application type. Which is not good (that I had to choose, not WebSite itself)
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 12/5/2009
  • Re: profile common non-existant in ASP.NET 4.0!!!!

    That's understandable. But why then I need to indicate properties in web.config :)) If I may not access them without programming in my custom class? :)
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 11/7/2009
  • Re: profile common non-existant in ASP.NET 4.0!!!!

    No, web.config defined properties do not work! I have this profilecommon class Option Strict Off Option Explicit On Imports System Imports System.Web Imports System.Web.Profile Public Class ProfileCommon Inherits System.Web.Profile.ProfileBase Public Overridable Function GetProfile(ByVal username As String) As ProfileCommon Return CType(ProfileBase.Create(username), WebApplication1.ProfileCommon) End Function End Class And this web.config settings: <profile defaultProvider="MyProvider"
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 11/5/2009
  • profile common non-existant in ASP.NET 4.0!!!!

    hi! I had code in 3.5 web application : Dim p As New ProfileCommon p = p.GetProfile(vUserName) Return p.Person_ID Same code in .net 4.0 application under VS2010 doesn't work! It says that ProfileCommon is undefined! But all "imports" are the same, profile provider in web.config. is set accordingly to 3.5 aplication so! what's with profilecommon in 4.0?
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 11/1/2009
  • Re: profile common non-existant in ASP.NET 4.0!!!!

    That's very strange! This means that membership and role providers are supported by auto-code-generation and profile provider is not. Why? And if it is so, then section <properties> in <profile> section of web.config is meaningless!!! becouse only one solution is to write own profilecommon class.
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 11/1/2009
  • Re: profile common non-existant in ASP.NET 4.0!!!!

    You might be wrong partialy. If I define properties of ProfileCommon class in my vb-file, then if there're properties with same names in web.config file - then exception says there're aleady these properties :))) Perhaps if I do not define properties in vb-file, then it'll work, but I didnt try
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 11/1/2009
  • Host ASP.NET 4 site. How do I?

    hi! sorry for being naive, but I dont understand smth :) I successfully downloaded and installed asp.net 4.0 & VS2010 on my home-dev PC. I successfully developed my web application. Now I would like it to be running on my server. I would like to upload it. I didn't find copysite feature - ok, I found publish feature. BUT. What should I install in server-machine? .NET framework 4.0? or are .net 4.0 sites ran only by IIS 7.5? and I have to install it too?
    Posted to ASP.NET 4 Beta 2 (Forum) by Vorlosha on 10/31/2009
  • programmaticaly change web-reference

    hello! please advice, is there any way to change URL of web-service programaticaly? some of my applications could use same web-service but different servers, like this: http://[webserver1 ]/webservice1.asmx http://[webserver2 ]/webservice1.asmx So, I'd like to allow users (of remote application) to change which server they would like to use. But when I add web-service reference - it is hardwired!
    Posted to XML Web Services (Forum) by Vorlosha on 10/30/2009
  • Error from VS2005 is replicated in VS2010 - my mistake or it's reason to laugh :)?

    Please see links below: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=312528&wa=wsignin1.0 http://forums.asp.net/t/1224753.aspx I met same problems in VS2010!!! And solution to move datasets from App_code to root directory worked! But I always loved to keep them there in DAL subfolder :((
    Posted to Visual Studio 2010 Beta 2 (Forum) by Vorlosha on 10/28/2009
  • DataSet error!

    I created new! .NET 4.0 web application, with VS 2010 beta2. I get error when I just created empty dataset! look below. please, advice, how to solve it? Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30269: 'Public Sub New()' has multiple definitions with identical signatures. Line 30: <Global.System
    Posted to ASP.NET 4 Beta 2 (Forum) by Vorlosha on 10/26/2009
Page 1 of 19 (188 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities