Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "sampath"

Hi,

Thanks for the feedback.I have put that as an issue.please see that.

<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/302">https://github.com/aspnetzero/aspnet-zero/issues/302</a>

Can't we do this ?

Hi,

Sure,I'll contact again if I'll have any issues.Thanks a lot :)

Hi,

Thanks a lot for the info.One question though, Why you have said like this "It's always better to update all packages if you have time for it" ? B'cos if I use the below mentioned command, all the packages should be updated no ? Am I right ?

get-project -all | get-package | ?{ $_.Id -like 'Abp*' } | update-package

Hi, Actually I'm not adding new .ts files to my app.I need to convert existing .js file to .ts file.When we do so, I need to declare above mentioned global variables.I don't know which place, I should put those declarations.

Hi, Thanks for the feedback.I have an one question though.Can you tell me where we have to put below mentioned declarations ? Is that within our *.ts file or somewhere else globally ?

declare var appModule: angular.IModule;
declare var abp: any;
declare var app: any;

Hi, Awesome ! , Thanks a lot.I'll give a try and will let you know :)

Hi, Yes,that is fine.I just need to inform all the registered users about the system down time before it happens (before 1 hour ).Can you give me a small direction how to start this ? Can I set this to host admin to do this job or any dash board kind of thing or else ? Thanks.

Hi, There is a "IPLegacyDataModule.cs" file also on the Entity framework layer.It's like this.

/// <summary>
        /// Entity framework module of the application.
        /// </summary>
        [DependsOn(typeof(AbpZeroEntityFrameworkModule), typeof(IPCoreModule))]
        public class IPDataModule : AbpModule
        {
            public override void PreInitialize()
            {
                //web.config (or app.config for non-web projects) file should containt a connection string named "Default".
                Configuration.DefaultNameOrConnectionString = "Legacy";
            }

            public override void Initialize()
            {
                IocManager.RegisterAssemblyByConvention(Assembly.GetExecutingAssembly());
            }
        }

Hi, Do you have something to share it with me ? Thanks.

Showing 51 to 60 of 125 entries