Software Development Network Logo
  • Visual C#
  • Visual Studio
  • SQL Server
  • Smart Devicet
  • Microsoft ISV
  • Audio and Video
  • .NET Development
  • Windows Forms
  • Game Technologies
  • IE Development
  • Visual C++
  • SharePoint Products
  • Visual Basic
  • Windows Vista
  • Visual FoxPro

Software Development Network >> snuffnit's Q&A profile

snuffnit

Member List

faith2006
ar_pad
leonlai
Didac Pallares
Free Hall
m0nkeyforce
alienated
Brian Pound
Biceps
Mason Chang
Wizard_01
a.d.m
RynBev
J P R
Manoj Bhardwaj
Jeffn
nightchaser
Anon.
iSerg
simonshort
Only Title

snuffnit's Q&A profile

  • Visual Studio Team System General email setup rules for international setup

    What is the rule for email setup for both outbound and inbound I am talking about as a general rule Most of mine have been in the form of pop.server.mail.... and smtp.server.mail... But what is the actual rule Can it be a tcpip address And no I am not a student, in fact I am 62 years old and have been on computers since 1978, and have recently been going blind so I am having a hard time researching things. Sincerely yours, Leslie H. Howell Hi Leslie, Is your issue related to Team Foundation Server or just email in general If you are using Outlook, try the newsgroups found here: http://www.microsoft.com/technet/community/newsgroups/server/exchange.mspx FYI - SMTP is used to " ...Show All

  • .NET Development Runtime Security Policy change failure

    I tried to increase the Trust level for some managed applications. I used Control Panel, .NET framework 2.0 Configuration, Runtime Security Policy, Increase Assembly Trust. Then whatever application I select, i get the following error: System.Security.SecurityException: Impossible to generate hash for assembly, in System.Security.Policy.Hash.get_RawData()... Somebody can tell me how to overcome this problem Luigi Fonti ...Show All

  • SQL Server Reset tables

    I use Microsoft SQL Server and also I have several tables. One table has ID like PK, and name. ID use autoincrement number mode, and now when I want start form one but not from 156 or like that. I don't know how And also when I delete all data from table an run my apllication and add something in table, it starts form last number, not from one. Maybe can I do it from SQL menagement studio How I can reset table and start from 1 Hi, have a look in the BOL for the following command: DBCC CHECKIDENT ('HumanResources.Employee', RESEED, 30) HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • SQL Server Differencies in triggers behavior on 2000 and 2005 SQL Servers

    This code works fine on MS SQL 2000 but fails on MS SQL 2005: create database tt go --exec dbo . sp_dbcmptlevel @dbname = N'tt' , @new_cmptlevel = 80 go use tt go create table t (id int ) go create proc p as update t set id=id go create trigger t1_i on t instead of update as update t set id=id go create trigger t1 on t for update as if @@nestlevel > 5 return exec p update t set id=id go insert t select 1 go update t set id=id go use master go drop database tt go Using database compatibility level 80 (SQL 2000, uncomment the line starting with -- exec dbo . sp_dbcmptlevel... ) does not make this code work like it does on SQL 2000! We have examined this code and found ...Show All

  • SQL Server Account lockout problem with sp_send_dbmail

    I am running this code in a job: EXEC msdb.[dbo].sp_send_dbmail @profile_name = 'Blah Blah', @recipients = 'blah@blah.com' , @subject = 'Server Report 1', @body = '', @execute_query_database = 'DBInfo', @query = 'EXEC dbo.usp_SvrRpt1;', @query_result_header = 0, @query_result_width = 300, --@attach_query_result_as_file = 1, @query_result_separator = ''; GO Because I am creating a total of 6 server reports, I alter the subject and query like so: @subject = 'Server Report X' --where X is replaced with values 1 to 6 @query = 'EXEC dbo.usp_SvrRptX' --where X is replaced with values 1 to 6 I can run 4 reports without any problems. If I run more than 4 reports in the same batch, my network account under Windows 2000 Activity Direc ...Show All

  • Visual Basic How i can create a Start Menu Icon with VBS??

    Hello, I need to create a Start Menu icons with VBS but i don't accomplish. I successfully create a Desktop icon to the next article and he function correctly. I don't see the way to reach this task. Any idea http://support.microsoft.com/kb/197425/es Thanks Guillermo_bcn, There is an example is exactly what you want, please download the sample project in VB6: http://vb-helper.com/HowTo/shortcut.zip Option Explicit On Private Declare Function fCreateShellLink Lib "Vb5stkit.dll" ( ByVal lpstrFolderName As String , ByVal lpstrLinkName As String , ByVal lpstrLinkPath As String , ByVal lpstrLinkArgs As String ) As Long Private Sub CmdCreate_Click() ...Show All

  • Visual Studio Express Editions newbie question (webdeveloper) - images don't appear

    Hi there. This is my first post. First of all, I hope this is the correct forum, I couldn't find one specifically for Visual Webdeveloper questions. If I'm in the wrong place, I apologise. Using : Visual Web Developer 2005 Express Edition Windows XP professional .NET Framework 2.0 I'm trying to learn web development in using Visual Studio. I have put images on my web page which are visible in design view, but when I actually run the web page they don't appear. The banner I created doesn't appear at all, the image button is replaced by the text "submit query" Any idea what I may be doing wrong ------------------------------------------------------- Here's the code for my default pag ...Show All

  • SQL Server Vista RTM and SQL 2005 Developer Installation

    Hi, Two questions: 1) How do I correctly install SQL 2005 Developer and the SP2 CTP on Vista 2) Is there a way to slipstream SP2 I've taken the following steps: Built Vista Ultimate as a clean install. Turned on features in Vista and installed all components of IIS. Restarted system Connected to a Network Installed the SQL 2005 Developer CD 1 with two warnings on the System Configuration Check screen: SQL Server Edition Operating System Compatibility Edition Change Check On the Components to install screen, I only have one option for installation: Workstation components, Books Online and development tools. Thanks in advance... No way to slipstream this ...Show All

  • SQL Server Calculated measure's MDX formula in (regular) Non-calculated measure

    Hi, This is sort of an extension to my previous question: converting seconds to HH:MM:SS format. I got the MDX formula for that from deepak. but for that i have to create a Calculated measure!!!! I already have the measures which display seconds, now i have to create a calculated measure which will display the seconds in HH:MM:SS. but I dont want the extra seconds measure to be displayed. I know i can make it visible=false. but this is cumbersome for me because all this is done programmatically using AMO in a program. so is there a way to provide the MDX formula in the regaular measure itself without having to create a calculated measure. Thus display/convert the seconds to the HH:MM:SS format in the original measure R ...Show All

  • .NET Development install .Net Framework 1.0 over 2.0??

    I have 2 XP machines with the same software, both have WinXP SP2, VS Pro 2005, SQL Server Standard 2005, and IIS 5.1 (comes with windows). I have a sample site that I am learning from Wrox Publishers, "Beginning ASP.net 2.0".  I can't get it to work on one machine, and I've noticed this machine doesn't have the .Net Framwork 1.0 -  it has only the 2.0 framework. The machine where all is fine has both frameworks, and IIS Application Configuration has several more extensions. On the machine with just the 2.0 framework, I keep getting "Microsoft SQL isapi extension" error 500, internal Server error, HResult: 0x80070005. Am I on the right track Do I need to install 1.1 on the machine that has only 2.0 framework on it &nbs ...Show All

  • Windows Live Developer Forums Found the problem, Firefox

    Can someone provide a link to a sample GeoRSS XML file. I want to see if my code is working Maybe the VE team should keep a sample file permanently available for developer to test against. jerry The GeoRSS "permission denied" error is caused when the browser loads the GeoRSS XML file from a different domain than the domain the mashup is loaded from. The security settings of browsers by default do not allow you to make XmlHttpRequest calls across domains. To fix this, you can load the XML file from the same domain as your mashup site, or you can create a proxy which reads the XML file from a different domain and serves it up in the same domain as the mashup. You can see a sample GeoRSS mashu ...Show All

  • Visual Basic Deploying Windows Database Application from a CD

    I am using Visual Basic 2005 Standard Edition. I have successfully written a small database application in which the database is held seperately from the applicaton. I have used the installation program, and can copy the database to the same file as the application, but cannot find a way to install the database to a seperate directory of "C:\Databases\Bin.MDF". Any Help would be greatly appreicated. The setup project allows you to create new file system entries and then specify default values for them. If you right click on your setup project and choose "View->FileSystem" it will show you the file system editor form. You can then right click on "File System On Targer Machine" in the dialog th ...Show All

  • Visual Studio 2008 (Pre-release) XBAP and default browser

    Hi, I got the following problem since I uninstalled the February CTP and installed the May CTP instead: When I press Ctrl-F5 in Visual Studio for a XBAP application, Firefox is started instead of IE. Since Firefox doesn't understand XBAP, I cannot run or debug the application as easily as before. I know how to change the default browser for a HTML application, but I didn't find such a setting for XBAP applications. Any hint welcomed! Greetings, Laurent The weird thing that happens to me when I set the download action to Windows Presentation Host is that once a tab opens, about 1 second later, another tab opens, and another, and another and it never stops until I break the program. The workaround I'm using now is to have Firefox open ...Show All

  • Visual Studio Team System 'Merging' new solution

    This is probably a bit of a n00b question, but here we go: We have three branches, a Production (trunk) branch, a QA (testing) branch, and a Development branch for day to day work. When the time comes to merge changes up to the QA branch, if I just want to merge my one new solution, how do I do it without merging the whole base folder For example, I add a solution that has the .sln file in $/Project/AppName, one project sitting in $/Project/AppName/src/MyNewSolution, and another project in $/Project/AppName/test/MyNewSolutionTest. In the above example, I can't merge the solution file and then the new folders (MyNewSolution & MyNewSolutionTest) as they do not have branch links to QA. Does this mean I have to branch the solution ...Show All

  • Visual Studio Express Editions Manual Update

    anyone got any example code on manually uodating your application without using the clickonce upload installer, this would help me out alot. ok no probs, I'll have to try and did around. Just by intrest how comes you wouldn't want a update in your application I like the idea of people making sure they are running the latest version. ...Show All

©2008 Software Development Network