problem in DataSet
goodmorning,,how are you all ???i have problem in visual Studio (asp.net )when i create DataSet and press Query Builder Button the program visual Studio shutdown plz help me
View ArticleVisual Studio 2010 Report Wizard Error
I have added a Report Viewer Control to an aspx page in design view. If I click on the Smart Tag and select "Design a New Report", the Report Wizard starts and immediately displays the error:The root...
View ArticleReportView export only PDF
Using VS2010, AspNet, C#, SQLServer2008In ReportView web application, I want to display only the export to PDF option. not display Word, Excel! how to do?
View ArticleProblem reading Excel spreadsheet into SQL in Visual Web Designer 2010
I'm using Visual Web Designer 2010, VB. I'm trying to create a routing whereby I can read an Excel file, manipulate the data (by adding additional columns and information) and output it back to Excel....
View ArticleWeb Deploy (Visual Studio) Code First Migrations
Visual Studio has the option when doing a web deploy to "Execute Code First Migrations (runs on application_start)". When you select that check box, Visual Studio configures the destination web site so...
View Articleintellisense not working
Dear All,i have problem when i set identity in web config file like this <identity impersonate="true" userName="userName" password="password" />intellisense not work in my project ,i am...
View ArticleHow to use one-click deployment
I have just completed my first ASP.Net Web application and I need a walk through to use the One-Click deployment to get my application on the server.Also, when the application is deployed to the server...
View ArticleVisual Studio Debugging - no web page - no errors
Greetings and Salutations,I have installed VS 2012. it is slower then molasses in winter. BUT that is not my real issues. After install - one: my vs 2005 has been wiped and only BI studio is left,...
View ArticleDLL is out of date
Migrated from VS2010 to vs2013, compiled any application and it worked, but when run command gives the following message below:-------------------------- Microsoft Visual Studio...
View ArticleSite administration tool VS2013
Accessing the site administration tool in visual studio 2013? I need to create user and functions, I want to configure security! I do not know where is the tool in VS2013.
View ArticleExport selected sql tables to Excel as separate pages
I'm using Visual Web Designer 2010, VB. I would like to know if there is a way to export selected Sql tables (approximately 13) to Excel, placing them all in the same spreadsheet but placing each...
View ArticleJQuery missing (not loading) error on IE 11 on MVC 5 after publish
Hi,I have developed one asp.net application with MVC 5 and I used couple of javascript framework likeJQuery 2.1.1 Knockout.js 3.2.0 Bootstrap.js Bootstrap.datepicker,js Application is running fine...
View ArticleVS 2013, not let it check in web.config
I'm running the free version of TFS via visual studio .com and was wondering if there's a way in VS 2013 to never let it check in web.config. Probably a TFS question but I didn't know where else to...
View ArticleSending email via SMTP only works when the From field is Hard coded but does...
Public Sub Send() Dim Message As New System.Net.Mail.MailMessage With Message .Subject = Me.Subject .Body = Me.Body .From = New MailAddress("noreply@portals.mypbiz.com", "Careers portal")...
View Articleweb custom server control in Visual Studio 2013
Hi,I want to create a web custom control. I am using Visual Studio 2013., but I did not appropriate project type in VS 2013. Can anybody please help me how to create a new project for a custom...
View Articleupdate html content in preview window, then sync the updates in the visual...
It is said that with visual studio, perhaps with web essential as well? the web developer can review the html page in the browser during debug/preview? then update the html content in the review page,...
View ArticleCompress/Expand VB Server Script in .aspx Page
I'm using VSE 2012 Express. VB code placed in class modules have expand/collapse icons ( small box with + or -) which are very helpful. These icons also show up in the HTML body of .aspx pages, but...
View ArticleIs there a button that shows where calls are made to a function or procedure?
I know I used to have one back in the days of "classic" VB. It might have been part of a plugin to the IDE.In the code editor you could put the cursor inside a function or procedure and click this...
View ArticleTableAdapter Configuration Wizard Not Responding As Expected
I have recently upsized a MS Access database to SQL Server 2008 using the upsizing wizard. Now I want to begin designing my Data Access Layer. I am following a set of tutorials located here as the...
View Article