Software Development Network Logo
  • VS Team System
  • Windows Vista
  • Visual J#
  • .NET Development
  • Microsoft ISV
  • Smart Device
  • Visual Basic
  • Game Technologies
  • Visual Studio
  • Windows Live
  • Visual FoxPro
  • Architecture
  • Visual C#
  • VS Express Editions
  • SQL Server

Software Development Network >> Jeb-cenet's Q&A profile

Jeb-cenet

Member List

6SC
mevivs
gjutras
GordonBJ
Arne
Darnoc
Bong Lee
J Meyers
JEEA
ejay
7racer
JamieRogers
burov
ostrich
Bengab
John Bristowe - MSFT
pramod Bavchikar
Chris O'Brien
Tom_R
Mr.Walker
Only Title

Jeb-cenet's Q&A profile

  • Visual Studio Team System Need help: TFS RC single server installation error: 28805

    I was installing TFS RC single server by following the installation guide. Everything ran pretty smoothly until the installation is almost done. A 28805 error message prompted and terminated the installation. The error message is: Product: Microsoft Visual Studio 2005 Team Foundation Server - ENU -- Error 28805.Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privileges to access it. For more information, see the setup logs. The Report services runs under local system account as ins ...Show All

  • Software Development for Windows Vista Configuring ASP.NET-hosted workflow to run under domain service account identity

    Our web applications are configured to use a domain service account as the process identity for accessing databases and other network resources. We currently do this via the identity element in web.config: <identity impersonate="true" userName="MYDOMAIN\AppSvcAcct" password="password"/> I am having trouble getting workflows hosted in ASP.NET to run under the AppSvcAcct identity. The problem is that the Windows identity during workflow execution reverts back to ASPNET. This is the code I use to check the Windows identity: string userNameNET, userNameWin; userNameNET = System.Threading.Thread.CurrentPrincipal.Identity.Name; userNameWin = ...Show All

  • Visual Studio Express Editions Visual Web Developer Beta 2 Debugging

    When I try to debug a web app in VWD Beta 2 the browser opens and I get a dialog box asking for a username and password...what should I enter here As I don't have a login system as part of my app I'm assuming its window authentication i.e the username and password I login to windows with here at home But this fails...and I get a nice " HTTP Error 403 - Forbidden" message. This might be due to firefox being set as my default browser and the debugger opening the app in this, but I doubt it and I can't find a way to change which broswer the debugger opens... Anyone any ideas Thanks in advance. Martyn ...Show All

  • Visual C# problem in adding reference to a DLL file

    When trying to add a reference to a DLL  file (made with ANSI C++) to a VS2005 C# project, by right click on references, add reference, I receive the following error in both of them:    "A reference to 'dllFileName.dll' could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component."       Now When I try to use the TlbImp on a .dll file the following error appears:    "The input file 'dllFileName.dll' is not a valid type library".   How can I resolve this problem. Well to ask the obvio ...Show All

  • .NET Development ASP.Net control to edit HTML document

    Hi! What is the ASP.NET control that can edit an HTML document and provide the functionality to get the selected html text in the document Thank you! Roxane Hi! Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39 I think the control that you are referring to could be FreeTextBox or any of the other text editors. We don't ship a control that will allow you to edit HTML in a WYSI ...Show All

  • SQL Server The subscription to publication is Invalid

    Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is invalid. (Source: Merge Replication Provider (Agent); Error number: -2147201019) --------------------------------------------------------------------------------------------------------------- The remo ...Show All

  • SQL Server SQL Server Project - Failed to connect to databse...

    Hi! I installed SQL Server on my server today and im new to it. I configured it and now im trying to make a SQL Server Project with my other computer... Then the program asks for some account information to logon to a database on the server. Then i fill it out and i get this error: Login failed for user "anaxyd". The user is not associated with a trusted SQL Server connection. Do i need to join the domain that the server is in Or is it something with my account at the server I have created a account at the server management studio in my server: MAINSERVER\Security\logins\anaxyd. Whats wrong You can look at the CREATE LOGIN and CREATE U ...Show All

  • SQL Server Bug, Can not create varchar(max) columns with SMO

    I just want to create a varchar(max) column with SMO. My code is as follows. Instead of varchar(max), a column with datatype varchar(1) is created!!! Table t = new Table(db, "t1"); t.Columns.Add( new Column(t, "c1", new DataType(SqlDataType.NVarCharMax))); t.Alter(); That seems to be a bug of release version. I don't face this problem in Beta 2 Is there a workaround for that problem Thanks I resolved the problem by upgrading the Sql Server Management Objects from the Nov 2005 release to the Feb 2007 release. ...Show All

  • SQL Server unique code

    Hi all Problem Counter ID is not good because it gives information about the number of records, the next record.... So i want to obtain another unique code to store in another field of my table. I want to know some function to obtain a new code from the counter or other bases and which are very difficult to get inverse one. For example, if i have my counter 1,2,3,4,5,6,.... and my f(x) = x +100 my new code is 101,102,103,104 but if a user do 3 insert, he could understand the f(x)... Thx This is a tricky part of building keys. The user presentable number. I always use identity values for my tables, but sometimes ...Show All

  • Windows Forms round edges...

    Hi, Is there any way I can make round edges for a panel  (without using any kind of picture) Thanks You can create a new GraphicsPath, by adding line,arc,line,arc,line,arc,line,arc. Then create a new Region object by using the above Graphics path then set the panel's region property to the newly created region. All the above code should happen along ...Show All

  • Windows Forms SocketException when I exit application

    Hi, whenever I do an exit out of my application, it gives the following exception: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: A blocking operation was interrupted by a call to WSACancelBlockingCall We use a web service to log into, and this happen after I have logged in, and click exit. Also it ONLY happens&nbs ...Show All

  • Smart Device Development LNK Error 2019

    Hello all, i am developing an application on PPC2003 SE that allows the user to send and receive sms. i have included the sms.h library header file but when i compile i get the followng error : Error 1 error LNK2019: unresolved external symbol SmsOpen referenced in function OpenSms MyMapi.obj Error 2 fatal error LNK1120: 1 unresolved externals Pocket PC 2003 here's my Build log Build Log Build started: Project: MyMapi, Configuration: Debug|Pocket PC 2003 (ARMV4) Command Lines Creating temporary file "c:\Documents and Settings\Pierre Charbel\My Documents\Visual Studio 2005\Projects\MaillApp\MyMa ...Show All

  • Visual Basic Permission Troble

    How can i load my databse on certain computer within a network...it says i dont have permission to do this due to the fact that it was opened exclusively under an Adminstration setting..How do i change this Well i used the form wizard and made the connection through my .MDB file and i put the data grid onto the form so that when the update button is clicked the datagrid is filled with the dataset information...Now i want my form to be put on the server so that when i go to shop manager's computer i can pull it up through my network places is that possible ...Show All

  • .NET Development .NET Windows Service Deployment - AutoStart Service

    I've created a Windows Service, set up a deployment project for it and it installs correctly. The projectinstaller instance StartType is set to Automatic. When I view the Services, the Service is not started, but it's StartType is set to Automatic. If I start it, it will start correctly and all actions work correctly. What do I need to do so that it actually Starts after install Automatic means that the service will be started when Windows starts. You either need to start the service yourself during your install (check out the "net start" command, but there may be better ways to do it in the install). ...Show All

  • Visual Studio 2008 (Pre-release) Sparkle Jan CTP available!

    Enjoy! http://www.microsoft.com/downloads/details.aspx FamilyID=ed9f5fb2-4cfc-4d2c-9af8-580d644e3d1d&DisplayLang=en BTW: it has its Forum...    Yes, please join the Expression Interactive Designer newsgroup - NNTP server is msnews.microsoft.com and the newsgroup is microsoft.public.expression.interactivedesigner. Thanks, Unni ...Show All

©2008 Software Development Network