Click here to Skip to main content
16,004,836 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionSystem.IO.FileNotFoundException: The specified module could not be found. Pin
Elena_2006oct4-Oct-06 2:47
Elena_2006oct4-Oct-06 2:47 
AnswerRe: System.IO.FileNotFoundException: The specified module could not be found. Pin
S. Senthil Kumar6-Oct-06 6:13
S. Senthil Kumar6-Oct-06 6:13 
GeneralRe: System.IO.FileNotFoundException: The specified module could not be found. Pin
Elena_2006oct6-Oct-06 6:43
Elena_2006oct6-Oct-06 6:43 
GeneralRe: System.IO.FileNotFoundException: The specified module could not be found. Pin
S. Senthil Kumar6-Oct-06 19:03
S. Senthil Kumar6-Oct-06 19:03 
GeneralRe: System.IO.FileNotFoundException: The specified module could not be found. Pin
Elena_2006oct8-Oct-06 22:13
Elena_2006oct8-Oct-06 22:13 
QuestionIE popup Pin
m_mor4-Oct-06 0:31
m_mor4-Oct-06 0:31 
AnswerRe: IE popup Pin
CWIZO4-Oct-06 19:58
CWIZO4-Oct-06 19:58 
QuestionExclude labes from versions (VSS API) Pin
CWIZO3-Oct-06 20:08
CWIZO3-Oct-06 20:08 
I'm working on a program that takes some files from one VSS database, does something with them and puts them into another VSS database.
Everything was working until I triedy my program on a VSS project that had labels defined.
My code searches for the latest version of a file. And if a file has some versions and a label which is the newest, I get the version number of that label. And I can't get a file based on the label. I need the latest version of a file even if the latest thing is a label.

I would like to know if there is a way to exclude labels from the collection that get_Versions returns or how can I find out if the current version object (inside a foreach loop) is a label.

My code looks something like that (relevant part that is):

System.Collections.IEnumerator versions = vssFile.get_Versions ( 0 ).GetEnumerator ();
versions.MoveNext ();
int latestVersion = ((IVSSVersion)versions.Current).VersionNumber;
latestVersionFile = vssFile.get_Version ( latestVersion );
string saveFileName = savePath + "\\" + latestVersionFile.Name;
latestVersionFile.Get ( ref saveFileName, 0 );


--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!

QuestionCount a process network traffic Pin
Oleg Savelos3-Oct-06 9:38
Oleg Savelos3-Oct-06 9:38 
AnswerRe: Count a process network traffic Pin
Dave Kreskowiak3-Oct-06 10:13
mveDave Kreskowiak3-Oct-06 10:13 
GeneralRe: Count a process network traffic Pin
Oleg Savelos3-Oct-06 10:28
Oleg Savelos3-Oct-06 10:28 
GeneralRe: Count a process network traffic Pin
Dave Kreskowiak3-Oct-06 10:44
mveDave Kreskowiak3-Oct-06 10:44 
GeneralRe: Count a process network traffic Pin
Oleg Savelos3-Oct-06 10:57
Oleg Savelos3-Oct-06 10:57 
GeneralRe: Count a process network traffic Pin
Dave Kreskowiak3-Oct-06 13:03
mveDave Kreskowiak3-Oct-06 13:03 
GeneralRe: Count a process network traffic Pin
Oleg Savelos3-Oct-06 20:15
Oleg Savelos3-Oct-06 20:15 
GeneralRe: Count a process network traffic Pin
Oleg Savelos16-Oct-06 4:30
Oleg Savelos16-Oct-06 4:30 
Question.Net 3.0 and vs2005 Pin
Anton Afanasyev3-Oct-06 8:52
Anton Afanasyev3-Oct-06 8:52 
AnswerRe: .Net 3.0 and vs2005 Pin
mr_lasseter3-Oct-06 13:34
mr_lasseter3-Oct-06 13:34 
GeneralRe: .Net 3.0 and vs2005 Pin
CWIZO3-Oct-06 22:35
CWIZO3-Oct-06 22:35 
AnswerRe: .Net 3.0 and vs2005 Pin
Kevin McFarlane4-Oct-06 1:02
Kevin McFarlane4-Oct-06 1:02 
QuestionHow to call a function in another application in C#? Pin
zhyluopro3-Oct-06 6:31
zhyluopro3-Oct-06 6:31 
AnswerRe: How to call a function in another application in C#? Pin
CWIZO3-Oct-06 6:39
CWIZO3-Oct-06 6:39 
QuestionMaking remote calls from a COM component Pin
He is Cool3-Oct-06 1:52
He is Cool3-Oct-06 1:52 
QuestionBitwise operation on DataTable.Select Pin
adyaky000013-Oct-06 0:44
adyaky000013-Oct-06 0:44 
QuestionCreate a install for my application Pin
BLOEDHOND2-Oct-06 23:37
BLOEDHOND2-Oct-06 23:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.