DotFrammie's Q&A profile
System Center How to copy sites?
I configured a site to be used as a template for other branches, but I see no option for copying it. Any sugestion Regards, Alisson. Hi Alisson - We don't have the ability to directly copy sites in our first version. Can I ask how many branches you're trying to configure ...Show All
Visual Basic retrieve and parse HTML data
Hi in VB.NET 2005, what is the best way to retrieve and parse HTML data from a URL, a bit like a search engine crawler I am building an app, where I need to parse a website, and collate data from it (the website uses some tags that I could pull out to get the appropriate bits of data). I want to be able to do this in a thread, and just update a DB with the data, and give the client app a status update of the progress. Any ideas/samples/links that you can point out to me that you might know of Thanks Chris Hi I wrote a program to scan withing files a while ago for somebody. Here's the link to the for ...Show All
Visual Studio Express Editions problem installing
i have tried multiple times to install MSVC++ express and every time i get the error: i have tried installing using the one were it downloads it from the internet as it installs and the iso one and it gives the same error. I even tried to make the folder during the install for it but even that gives me an error. i even tried installing in a different location but that didnt help any either. {edit} actually it doesnt let me make a folder named "sys" anywere with any program.... now im lost Yeah, I also have this problem.. can anybody please find the answer quick i did noticed ...Show All
Visual C# How to make certain classes accessible to your own developers only?
Hello, since almost 2 years my company is playing around with .NET and there is one question none of us few .NET developers could answer good enough to make us satisfied. If I develop a shared class library that contains classes that 3rd party developers should be able to use, how can I make some of the classes inaccessible to these 4rd party developers though keep them available to ourselves I know that we can use internal class SomeClass { } and then have a list of friendassemblies, but I do not want to expand the list of friendassemblies and recompile any time one of us is creating a new application or dll. Right now, we use some kind of ...Show All
SQL Server Installing SQL Server 2005 Express Ed
Hi All, I'm new to programming and I've got to develop a db for a uni project. However after downloading SQL Server 2005 express ed, I found that I could not find the command prompt to start writing scripts (black and white DOS screem). I only have the configuration tool option in my menu (within that server configuration manager, error & usage reporting and server surface area config). How do I get started with creating my database, please help.................... I'm I not looking in the right place for the console (command prompt to run scripts) or have I not downloaded the right stuff. I need help urgently!!! Thanks, ...Show All
SQL Server SQLNCLI.DLL can't find MSVCR80.dll at runtime
I have written a C++ DLL that links against the SQLNCLI.LIB, which uses the SQLNCLI.DLL. When the runtime DLL loader attempts to find MSVCR80.DLL which SQLNCLI.DLL depends on it cannot find it unless it is in your system path somewhere. I thought this behavior was depricated with the release of VS 2005 and the C Runtime 8.0 Isn't this supposed to be loaded via a manifest file from within SQLNCLI.DLL If not is the proper solution to copy MSVCR80.DLL file somewhere in your path Thanks, Mike Is the manifest embeded into the C++ DLL Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Team System A Complex TFS Tolopogy Deploy.
Hi! I'm testing a TFS deployment on a Complex scenario. I'm building a topology exactly like this but in my case, between the remote and the local site's domains there won't exists any trust relationship. Clients on the remote location will be using my TFS installation, I'll install a TFS Proxy on that remote location to avoid source control low-performance issues. But those clients will exists on a second organization that I cannot manage, so a trust relationship will never exists between those domains. How does the TFS Build Server authenticate against the TFS AT server Is it possible to provide credentials of a remote untr ...Show All
SQL Server Doesn't like a particular namespace
Hi, Can someone try and replicate an error for me. Follow these steps: 1) Create a new package 2) Place a Sequence container in it 3) Create a variable called User::ContainerStartTime scoped to the package 4) Create a variable called User::ContainerStartTime scoped to the sequence container 5) Change the namespaces of the 2 variables from "User" to "Metadata" You get an error on step 5 saying another object in the collection already has that name yet it doesn't mind them when they're both called User::ContainerStartTime Why -Jamie Ok, I also got an error following those steps... Weird. Could it be that the scopes only exists in ...Show All
Visual Studio Is there an equivalent to UML multiplicitys in the class designer?
Hi there, was wondering if there is a way to represent an association between two objects in the class designer with anything other than a one to one relationship as is done with the multiplicity attributes on either side of an association in UML. What I was hoping for was to be able to specify a one to many relationship and have the code represented as a Generics collection of the appropriate type. Failinig that is there a way to display an association without it generating any code so that my model atleast made sence visually and then put the code in myself. We tried to get support in for creati ...Show All
Visual Basic Get information from database
Hello I was using Visual Basic 6 and when I want to get information from a database, I write: Dim Con As New ADODB.Connection Dim rst As New ADODB.Recordset Set Con = New ADODB.Connection Set rst = New ADODB.Recordset Con.Open "Provider=MSDataShape.1;Extended Properties='Jet OLEDB:Database Password=111';Persist Security Info=False;Data Source=D:\Programs.mdb;Data Provider=MICROSOFT.JET.OLEDB.4.0" rst.ActiveConnection = Con rst.Open "Select tab1.* from tab1 wehre tab1.Name='Example'" MsgBox rst.Fields("FileName") When I wrote that in VB 2005, it said about this line (MsgBox rst.Fields("D ...Show All
Windows Forms Closing a Windows Form
Probably a silly question, but I'm a novice. How do I write code to respond to the click event of the 'X' in the upper right hand corner control box. (ie: I want to display a MsgBox saying "Are you sure you want to close this application " when the user clicks on the 'X'. Thanks in advance C Here's ...Show All
Visual Studio Express Editions Can we control Lego mindstorms with Dotnet
It is impossible.how can we.can anybody suggest me Have you had a look at this http://msdn.microsoft.com/vstudio/express/visualc/starterkit/default.aspx#lego ...Show All
SQL Server SQL Server 2005 Express + User Instances
Greetings All, It was with great excitement and interest that I installed SQL Server 2005 Express along with all the other "Express" editions of Visual Studio onto my computer. What a great way to learn a variety of modern programming languages/techniques with no investment other than time. I had visions of a wonderful personal website that my family could enjoy visiting. I had visions of finally being able to work on a custom book database that my wife has frequently talked about. I'm not sure those visions are ever going to come to fruition. The core of my problem seems to be SQL Server. I can't even get the w ...Show All
Visual Studio Express Editions collections questions
Hi, 1)why there is a split between IEnumerator and IEnumerable. I mean, why did the designers of .NET decide it was necessary to implement 2 interfaces in order to support enumeration why we have to implement two interfaces Ienumerable,Ienumerator 2)what are custom collections 3)what are strongly typed collections 4)Difference between Icomparer and Icomparable 5)Difference between sortedlist and Hashtable 6)Collectionbase Please provide answer for the above questions. Thanks in advance. 1 - Because it means some classes can generate enumerators, without actually implimenting one 2 - that's pretty loose. How do you mean 3 - coll ...Show All
Visual Studio Tools for Office MSProject VS Interop problems
Hello, I am trying to implement a server side .mpp file analyzer and handler for various web services. I have the MS Project 2003 PIA interops and everything is working swell. My problem is the processes that load. Sometimes WINPROJ.EXE loads and just hangs there until I kill it. Sometimes WINPROJ.EXE spawns the msiexec.exe installer process which uses up over 50% of my resources for several minues. The interesting thing is msiexec.exe will not spawn if i run Project normally. When I call the interop I am using this code (in c#): MSProject.ApplicationClass app = null; try { app = new MSProject.ApplicationCla ...Show All
