I'm wondering if there is any ASP template commercial or free for creating web application similar to Microsoft Dynamics CRM.
I need it for Intranet application not Internet app, since CRM SEO is very low as I think.
Thanks
You could refer to the following link:
CRM 2011 Template http://crm2011templates.codeplex.com/
Branding a CRM 2011 application https://community.dynamics.com/crm/b/crmmusings/archive/2012/11/13/branding-a-crm-2011-application.aspx
C:\Program Files\Microsoft Dynamics CRM\CRMWeb
_common/styles/fonts.css
_common/styles/global.css
_common/styles/theme.css
_common/styles/dialogs.css
_common/styles/select.css
_forms/controls/form.css
_forms/controls/controls.css
_controls/lookup/lookupdialogs.css
_grid/appgrid.css
Related
I'm using SharePoint 2010, Visual Studio 2010 Ultimate Edition with SP1. In my Console Project, I targeted .net framework 4.0, same with all the other 10 projects in the solution.
I did this to make the NSAPConnector work. NSAPConnector is the .net connector we used in consuming SAP BAPI functions.
Is there a work around for this setup to work? Or I would have to retarget all projects to .net framework 3.5? If I do that then the NSAPConnector will not work any more.
The requirements for SharePoint 2010 ( https://technet.microsoft.com/library/cc262485(v=office.14).aspx ) list Microsoft .NET Framework version 3.5 SP1 as a hard requirement. SharePoint 2010 isn't supported (and as you can see) doesn't work any other version of .Net.
You aren't clear on what integrations you are doing with SharePoint. If you doing have to tie in directly to server side SharePoint hooks, you can remotely integrate with SharePoint via SOAP APIs, SharePoint's Client Side Object Model and its REST APIs. This would free you up to use a client .Net Framework that is compatible with your SAP library.
If you need to tie into SharePoint server side, then you will need to host your SAP connecting code out of process (say for example as a Windows service or behind a web service interface and have your SharePoint Server code interact with your service/web service end point.
I just downloaded Visual Studio Community 2015
I am trying to create a new web site using VB.net. When I create a new web site (not a project) and use the web forms template, the application generates a site for me with all the standard pages, resources, etc. The issue is every page that gets created has the first line of every .aspx page highlighted with an error. This is the line that was generated in the Default.aspx page:
<%# Page Title="Home Page" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>
And the error that I get when I hover over the line says this:
"C:\Users\jonat\OneDrive\Documents\Visual Studio 2015\Websites\Website1\Default.aspx: ASP.NET runtime error: There is no endpoint listening at net.pipe://localhost/f0934344-a63a-4324-ba7c-62644c40c01/CBMOutOfProcService that could accept this message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
I have no idea what this error message is trying to tell me. All I did was try to create a new web site. I did not change any code in any page or any file that was generated by Visual Studio and yet I get this error.
Any ideas?
Thank you,
Jonathan
I have the following from Visual Studios About:
Microsoft Visual Studio Community 2015 Version 14.0.25424.00 Update 3 Microsoft .NET Framework Version 4.6.01038
Installed Version: Community
Visual Basic 2015 00322-20000-00000-AA487 Microsoft Visual Basic 2015
Visual C# 2015 00322-20000-00000-AA487 Microsoft Visual C# 2015
Visual C++ 2015 00322-20000-00000-AA487 Microsoft Visual C++ 2015
Application Insights Tools for Visual Studio Package 7.1.00719.1 Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11107.0 ASP.NET and Web Tools 2015.1 (Beta8)
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0 For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0 For additional information, visit http://www.asp.net/
Common Azure Tools 1.8 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
JavaScript Language Service 2.0 JavaScript Language Service
JavaScript Project System 2.0 JavaScript Project System
Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools
NuGet Package Manager 3.4.4 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools 14.0.60519.0 Microsoft SQL Server Data Tools
TypeScript 1.8.35.0 TypeScript tools for Visual Studio
Open VS 2015 as Administrator.
Just seen the answer
now.
My client need an enterprise web portal app where a set of applications will be shown in the portlets and he can work on those portlets or navigate to the particular web application by clicking the relevant portlet. I would like to know about the available software that I can use to develop the Portal in .Net since the client is a .Net company.
I know SharePoint and Microsoft Dynamics is there by I need to know other alternatives available in .net language stack .
You can install AX addons to Visual Studio that will allow you to access AOT objects in a .net application. You can find an example in my response here:
How to use microsoft's Dynamics AX classes?
In visual studio 2010 for each ASp .Net Project be it mvc or webforms I could access the Asp .Net configure management website from the solution explorer to create/delete users and roles from the website.
With visual studio 2012 I can't seem to find that option.
Does it require a configured membership provider? I am using a custom membership provider for that.
I only have the membership and role providers configured. Do I need to have the profile provider configured too?
Turns out I could find this option in the Project menu called ASP.Net Configuration.
I need to create a ASp.net website with silverlight controls.
I am having only express editions of 2008 (Web developer edition and C# express editions).
I have created the WPF application sing C# expression and create the new XAML files.
Then I have created asp.net website in web developer edition and linked the xaml files with the .
But nothing works.
Note: I have not silverlight application project types and templates in Visual Studio 2008 web developer edition.
I think you need to install the Service pack 1
If you have Visual Web Developer, and if you are not getting template to create silverlight, then probably you need to install Silverlight add on from this link
www.microsoft.com/downloads/details.aspx?FamilyId=c22d6a7b-546f-4407-8ef6-d60c8ee221ed&displaylang=en