Installation :: Cant Find Source Control Explorer?
Mar 23, 2010
how to get source control explorer in visual studio 2008 team edition.i followed this ... View > Other Windows > but i cant find source control explorerI have downloaded SVN .tortoise svn me how to use as well, any articles for that..
View 2 Replies
Similar Messages:
May 14, 2010
I work in a group of 4 .Net developers. We rarely work on the same project at the same time but it does happen from time to time.We use TFS for source control. My most recent example is a project I just placed into production last night that included 2 WCF services and a web application front end. I worked out of a branch called "prod" because the application is brand new and has never seen the light of day. Now that the project is live, I need to branch off the prod branch for features, bugs, etc...
So what is the best way to do this?
Do I simple create a new branch and sort of archive the old branch and never use it again?
Do I branch off and then merge my branch changes back into the prod branch when I want to deploy to production?
And what about the file and assembly version. They are currently at 1.0.0.0. When do they change and why? If I fix a small bug, which number changes if any? If I add a feature, which number changes if any?
What I am looking for is what you have found to be the best way to efficiently manage source control. Most places I have worked always seem to bang heads with the source control system in on way or another and I would just like to find out what you have found that works the best.
View 6 Replies
Jun 30, 2010
I just was issued a new PC that has Win7 (non-64 bit). We use SVN as our source control, and I pulled all the web projects down to the new machine. After configuring IIS, I compiled one project and ran. Almost immediately I get the error "Internet Explorer cannot display the webpage". I ran the diagnostics, and get the message "The remote device or resource won't accept the connection". Looking in the event viewer, nothing showed up. I had this running on a Vista Ultimate box, and even did a one to one compare of the settings between the two boxes, and things are the same, but obviously I've missed something. Any thoughts on what to investigate? How can I see a better message than the standard (already turned off Friendly Messages)?
View 3 Replies
Feb 15, 2011
I have an intranet web app that uses .NET and Windows Authentication and IIS 7.5.
I originally accessed it with the URL http://computername ... that worked fine and there was no prompt for the username & password.
Then we set up a DNS entry and a host header so we could access it with a more realistic url (for example http://appname.mydomain.org) - I can still get to the site, but there's a username & password prompt even if I'm on the same network. We want to get
rid of this prompt...
I was able to remove the prompt by adding http://appname.mydomain.org to my Intranet sites in Internet Explorer settings - but is there a global fix or a server-side fix for this that wouldn't involve changing a setting on every client computer? My users and not technical at all and they're not going to know how to change that setting.
Alternatively, is there a way that an administrator could push this Internet Explorer setting to all computers on the network? I'm a software developer not a network admin so I'm a bit over my head on this one ... I would probably need to give them instructions about how to do it even though it's not my specialty.
View 2 Replies
Mar 10, 2010
I was installed VS 2005 Professional in Windows server 2003 Enterprise in desktop pc. Later installed VS 2005 SP1 (KB926601). Its working perfect. In this system in .aspx source when I press space after <div tag I got so much properties like (accesskey, align, automicselection, class, contenteditable, dir, enableviewstate, hidefocus, id, lang.....) and event also.
Now I got new system (Laptop) I installed XP Professional with sp3, VS 2005 Professional, VS 2005 SP1 (KB926601). In this system in .aspx source when I press space afrer <div tag I got less than half of properties in compare of above like (class,dir,enableviewstate,id,lang.....)
I notice this when i try <div align.
View 3 Replies
Feb 15, 2010
I couldn't decide where would be the most apprioate. I looking for an online source control site, if such a thing exists? I've checked out codeplex and thats really for open source projects ? which this isn't. does anyone have a recommendations?
View 4 Replies
Apr 15, 2010
I am trying to update SQL 2008 to SQL 2008 R2 but it is asking me for my product key, which I don't know where its at. Is there a way to find it in the server, or something?
View 3 Replies
Aug 27, 2010
From Windows Server 2003 Std Ed SP, 32 bit VMWare Virtual Server
.Net Framework v1.1.4322
When attempting to run a hello world aspx page it fails to load returning the message "Server Application Unavailable". The application even viewer logged the following:
Event Type: Error
Event Source: ASP.NET 1.1.4322.0
Event Category: None
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not be created.
Error: 0x80070002 The system cannot find the file specified.
I tried to run aspnet_regiis.exe -i, rebooted but this did not work.
I tried to uninstall, reboot, reinstall .net from the Windows component section of Add/Remove Programs.
View 10 Replies
Apr 1, 2010
I have a form in which i have written onSubmit calling a javascript function. in that javascript function how can i check that who was the event generater ( i mean on which button click this even raised)..
Note: onsubmit function call is in form tag..
i am using JavaScript and asp.net
My code is like this:
[code]...
i dont want to change any functionality.. i have got a dropdownlist which is causing postback.. i want that when this dropdownlist raise post back either i should know that its raised by dropdownlist or that function should not be called by dropdownlist's postback
View 3 Replies
Dec 20, 2011
My exception handler is written like so:
Code:
Try
LoggerWrite("EX - Message: " & Ex.Message.ToString, "ErrorLog")
Dim myDE As DictionaryEntry
If Ex.Data.Count > 0 Then
For Each myDE In Ex.Data
LoggerWrite(" EX DictionaryEntry: Key = " & myDE.Key.ToString & " Value = " & myDE.Value.ToString, "ErrorLog")
[code]....
The user is getting a 500 internal error occurred. What he is trying to do is create a datagrid. The error only happens when there are a lot of data used to build the grid. But why exactly is it too much data? And can I increase a buffer or set something in a config file to allow all the data? The data come from a web service.
View 11 Replies
Nov 16, 2010
I have installed VS 2008 and then i installed sql server 2005 with reporting services. But i couldn't find the Business intelligence projects template in VS 2008. Suprisingly i could find the Business intelligence project template in VS 2005 which was installed automatically when i installed Sql Server 2005 and there ware no other project types like Visual C# etc.show me a way to get the Business intelligence projects template in VS 2008.
View 1 Replies
Feb 12, 2010
this is the first time I have tried this so I am probably missing something that is staring me right in the face.
I have an ASP.NET page where the user fills in a request which then emails a PDF rendered from a ReportViewer instance.
It all works fine when I run it locally through the ASP.NET localhost but when I try and run it of the webserver it fails with the following message:
An error has occurred during report processing.Cannot create a connection to data source 'DataSource1'.
I can preview the report via the web based report manager via http://servername/reports which works without any problem and using the report editor in VS2005.
I suspect it is something to do with the credentials but I am at a loss. The data source is set with a username and password but this is saved within the datasource.
View 1 Replies
May 17, 2010
By right clicking on my database i created a query in server explorer. But where are this query stored can't find them back. I should aspect that their is a folder query's like there is a folder tables but this isn't the case.
View 10 Replies
Mar 31, 2010
I have developed one webApplication that i suppose to submit to my client but for security reason i want to convert all the .cs to dll file.example consider customer.aspx customer.aspx.cs here i donot want to provide customer.aspx.cs file to customer instead i want to give client as dll fileI i can do this, PLEASE HELP ME, IT IS VERY URGENT FOR ME, I WAS TRYED LAST 2 DAYS,
View 5 Replies
Jun 24, 2010
I have been trying to install VS 2008 profesional in my computer, I am getting this error "Package Visual Web Developer HTML source editor package has failed to loas properly GUID = BFCC0C3C-6F87-4285-A6C8-BB1606180OD Please contact package vendor for assistance, application restart is recomended , due to possible environment corruption.
View 7 Replies
Nov 7, 2010
Weird Sunday morning question: I routinely drag files into my projects from Windows Explorer. But I just created a new project and I get the slashed circle every time I try to drag in a file from Windows Explorer. I closed the project and opened another one just to confirm that I wasn't having a foggy Sunday morning problem but I _am_ able to drag files into the this other project. Trying to drag the same file into my new project won't work. What's up with this?!
View 4 Replies
Mar 23, 2010
When I use Project Reference to add dependent assemblies to my C# library project, I can use the "Go To Definition" popup menu item to go to the source file of the class defined in the dependent assembly. That is one of the most useful features of VS for me. However, when I add dependent assemblies as BIN References (via the Browse tab of the Add Reference dialog), I only get the class definition generated from metadata of the dependenat assembly, not the source file.
I realize that intellisense can't find the source directory of the dependent assembly, but where can I enter the directories so intellisense would know? There is a "VC++ Directories" page in the Options->Projects and Solutions dialog, but that is only for C/C++ projects. There should be one for C# as well. The bigger mystery is when I put my project in the debugger, I can step into methods defined in the dependent assembly and see its source file. Why could the debugger find the source file but not intellisense?
View 2 Replies
Mar 8, 2011
I want to change the text of the user name text box which is inside a log in view on selected index chaged event of a drop down list.
this is my code:
[Code]....
but both ddl and tb are null
Anyone knows how can I find the controls in code behind?
View 1 Replies
Jan 5, 2010
I don't know it happen just to me or Others have the same situation too . All the time when i bind a DataControl to an ObjectDataSource in "Configure Data Source" wizard of ObjectDataSource,when i set parameter source as "Control" in "ControlId" DropdownList there are TWO Item of every control in the WebForm , while it make sense be one.
View 2 Replies
May 7, 2015
I have one ocx control. this ocx for getting information about keyboard events from client machine.I need to access this OCX from web page IE. this ocx should install in client machine.
View 1 Replies
Feb 2, 2010
I used a ASP Image control using Visual Studio 2008 and defined the URL to the JPG picture as in :
asp:Image ID="Image1" runat="server" ImageUrl="~/App_Data/Stone Forest 2.jpg"
style="z-index: 1; left: 368px; top: 290px; position: absolute; height: 307px; width: 537px" />
When VS debugging view on the .aspx page on Internet Explorer 8, I don't see the picture except for a blank Image control box outline and at the top left corner, a symbol "X" in a square box was displayed. Is there some settings to do with IE8 or Visual Studio 2008 ?
View 5 Replies
Feb 21, 2011
I have problems with optimizing AJAX Control Toolkit. The specific problem is that 4800 records take about 30 seconds to bind in Internet Explorer (only 2 seconds in Opera & Firefox). I've tried anything, but I still can't improve the load time in IE.I've already enabled compression and caching, I'm using ToolkitScriptManager instead of ScriptManager. I've tried setting LoadScriptsBeforeUI and EnablePartialRendering to false, but it still doesn't help.
This is the query I use for binding.
[Code]....
View 1 Replies
Mar 18, 2010
I have taken menu control to display pages on my project. it is working fine in mozilla bu not in safari and internet explorer.
In safari Even sub menu items are not coming. it is displaying like this.
T-Shirts Expand <b>T-Shirts</b> Caps Expand
<b>Caps</b> Bags Expand
<b>Bags</b> Neck
Ties Expand <b>Neck Ties</b> Gift
Items Expand <b>Gift Items</b> in Safari.
In Internet explorer sub menu items are not coming.
View 2 Replies
Aug 2, 2012
I am using Tabcontainer of AJAX Control Toolkit . The problem is that, i have 15 tabpanels. this tabs in three lines, first 5 in one line, second 5 tabs in second line,third 5 tabs in third line.
If I click first / six/fifteen'th tab means it shows the relevant tabpanel with data correctly.
Each tabs have three buttons like Save, Edit and Cancel
All three line's tabpanels works properly in Chrome and Firefox.
But in IE,
First line tabpanel's button work properly...
second and third line tabpanel's buttons is not work properly,
if I click the second and third line tabpanel's buttons means.. It didn't go to page load..
How can I do that??
View 1 Replies
Feb 18, 2011
I have a label1 in my aspx page, which property is set to visible = "False".
In the view source of the browser i cant able to find that label1.But using some other third party tool like "Burp Suite" etc ...
Can those label1 value could be seen or not using tools like "Burp Suite" etc ?
View 3 Replies