Being both broke and unemployed
the nearest I have to .net is an out of date trial version
that will not run the IDE.
Who needs a debugger anyway is my balls of steel self-belief.
So here is my problem:
I want to compile and link both asp and winform based jobbies
but I have to do this from the 'dos' prompt
For example:
csc
/r:AxSHDocVw.dll
/r:"\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll"
/t:library
/out:WebBrowser.dll WebBrowser.cs
csc /reference:WebBrowser.dll /r:"\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll" WebBrowserTest.cs
Produces the following unhealthy output
Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "WebBrowser.resources" was correctly embedded or linked into assembly "WebBrowser".
baseName: WebBrowser locationInfo: CoadTools.WebBrowser resource file name: WebBrowser.resources assembly: WebBrowser, Version=0.0.0.0, Culture=neu
tral, PublicKeyToken=null
at System.Resources.ResourceManager.InternalGetResour ceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
Anybody know how I create mak files or whatever
to get a good build.
Now if you know how to Crack/nobble/steal/break
the Microsoft "this product has expired ..."
that would be just as useful but probably illegal ....
Dim are you around .... ?
the nearest I have to .net is an out of date trial version
that will not run the IDE.
Who needs a debugger anyway is my balls of steel self-belief.
So here is my problem:
I want to compile and link both asp and winform based jobbies
but I have to do this from the 'dos' prompt
For example:
csc
/r:AxSHDocVw.dll
/r:"\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll"
/t:library
/out:WebBrowser.dll WebBrowser.cs
csc /reference:WebBrowser.dll /r:"\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll" WebBrowserTest.cs
Produces the following unhealthy output
Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "WebBrowser.resources" was correctly embedded or linked into assembly "WebBrowser".
baseName: WebBrowser locationInfo: CoadTools.WebBrowser resource file name: WebBrowser.resources assembly: WebBrowser, Version=0.0.0.0, Culture=neu
tral, PublicKeyToken=null
at System.Resources.ResourceManager.InternalGetResour ceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
Anybody know how I create mak files or whatever
to get a good build.
Now if you know how to Crack/nobble/steal/break
the Microsoft "this product has expired ..."
that would be just as useful but probably illegal ....
Dim are you around .... ?
Comment